MartyX Grover
- Total activity 2288
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 713
Comments
Recent activity by MartyX Grover-
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...
-
If the USB connection is USB 2.1 then only Infrared 0 is supported. A USB 3 connection is required for both Infrared 0 and Infrared 1 to be enabled simultaneously.
-
In regard to High Accuracy preset mode, this mode tends to over-strip detail from the depth image. Medium Density is usually a better choice as it provides a good balance between accuracy and the ...
-
Hi Laurin Steiner D555 uses the same D450 camera module inside it that D456 has, so the depth / IR and RGB sensors are the same on both models. In regard to the new-generation ASIC processor boa...