MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
The NCS2 (Neural Compute Stick 2) USB acceleration stick was able to be used with RealSense 400 Series cameras years ago to provide hardware acceleration for applications. It contained an Intel Mo...
-
You could try rotating the camera 90 degrees so it is oriented vertically on its side to see if the repetitive patterns and sunlight issues improve. If they do, you could then use the post-process...
-
After highlighting to my RealSense colleagues the L4T patching issue and Nvidia's switch to Gitlab due to deprecating the Tegra server, they are implementing a fallback mechanism to use the new Git...
-
Thank you. Does your Jetson Thor use JetPack 6, please? There can be problems using JP6 with RealSense cameras that are equipped with an IMU because JP6 removed a function called hiddraw that our...
-
The USB system can typically transfer a maximum data 'bandwidth' of 5 Gigabits per second (Gbps). According to a multiple camera testing table at the link below, two cameras with depth and RGB at ...
-
What computer / computing device are you using the camera with, please? For example, is it a PC computer or an Nvidia Jetson board?
-
This may not make a difference to obtaining 1920x1080 resolution if 1280x720 resolution is working correctly in your script, but please next try identifying the RGB sensor by an index number of '1'...
-
Thanks very much for the detailed feedback. It appears that the IMU controls are a bit different in D555's DDS mode. It has enable_motion instead of the separate enable_accel and enable_gyro IMU ...
-
Please also try adding a keep() instruction to your own script on the line after your wait_for_frames() line to see if it resolves the problem when using 1920x1080. frames = pipeline[idx].wait_fo...
-
Hi Taku Osada Thanks very much for your code, which is very useful for diagnosis to see your method. I am unable to test RealSense users' scripts on my own computer though. Please test the pyre...