MartyX Grover
- Total activity 2396
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 739
Comments
Recent activity by MartyX Grover-
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...
-
Hello, are you attempting to open Infrared 0 - the left side infrared stream - as a UYVY RGB image whilst Infrared 1 - which is set to Y8 infrared - is open, please? If you are then it will not be...
-
Hi Terri Terri If the camera is stationary on a flat level surface and the values are fluctuating then it could indicate that the IMU needs to have motion correction applied to its raw data (which...