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-
Hi Hgkim Yes, you can extract infrared images from both the left and right imager with the RealSense Viewer program or with your own script. You can obtain frames individually or record a moving ...
-
I have never seen an example of RS2_STREAM_GPIO being used in scripts or supported by the RealSense Viewer program. The SDK file link below suggests that it is a feature that was disabled and is n...
-
MIPI errors typically do not provide clues about their root cause and are therefore like an unspecific "something went wrong" message.
-
The depth image looks excellent. The RGB image of the white wall looks more grey though, suggesting to me that the light illumination in that wall area might be dim. Low lighting can change how v...
-
17 mm error is possible if the camera is having difficulty reading depth detail from the scene. Examples of disruptive elements could be reflections, dark grey / black colors of surfaces or confus...
-
A RealSense depth measurement will not be exactly the same as a real-world measurement taken with a tape measure. Aside from RMS error factoring into the measurement, there may also be additional ...
-
Adding self. to instructions is usually not compulsory. A small number of RealSense Python users find though that their program will not work without it, whilst you have the opposite situation (yo...
-
It looks as though pip install --upgrade pip upgrades the 'pip install' mechanism. That is not part of the RealSense SDK though, but just a method that can be used to install pyrealsense2. I am n...
-
With RealSense 400 Series cameras, the error in depth measurements increases linearly, starting at around zero at the camera position and increasing as the observed object / surface becomes further...
-
Hi Hcharrier If the Infrared topics are not listed in the Stereo Module options of the RealSense Viewer then it typically means that something has gone wrong in the two RealSense drivers (Depth an...