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-
Hi Mustafatouqri236 As you are using pythagoras maths, may I first ask whether you are measuring the distance from the camera position to an object below the camera position (e.g at ground level),...
-
Hi Brice Miramont The RealSense discussion in the link below features a RealSense Python user who was importing multiprocess and using classes, and having problems with queues. It may provide som...
-
You are very welcome! The discussion in the link below about implementing hole-filling in Python will hopefully be of help to you. https://github.com/IntelRealSense/librealsense/issues/9899
-
On the camera with the worse depth image, please try enabling the Hole-Filling Filter in the Post-Processing Filter category if it is not enabled already in order to try to close the empty gaps. ...
-
If you increased Laser Power to maximum in the Viewer, did you increase it for each individual camera listed in the side panel under the Stereo Module options of each?
-
It looks as though the results are likely due to insufficient lighting in the location. The camera will have difficulty reading depth information from dark grey or black areas on the image. This ...
-
The link below highlights a more advanced use of can_resolve in the SDK code. If can_resolve is detected to be true then a pipe start instruction is issued. If the pipe start generates an error b...
-
Hi Matthew Ryan There was one past case that I know of in the link below where a D415 Depth Kit Module (the caseless version of the D415) was being identified as D400 and displayed the incorrect se...
-
What you are aiming for is technically possible. For example, the link below has a Python script for saving depth and color separately as .avi format video files using the OpenCV VideoWriter instr...
-
I am not involved in RealSense documentation activities. There is some starter information at the link below though. https://dev.intelrealsense.com/docs/python2 There is also a starter program he...