MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
That's great to hear that you achieved a solution. Thanks very much for the update!
-
If you know approximately what the correct depth value should be, which of the two methods (GetDistance or CopyTo) is more accurate?
-
If GetDistance() is not used then the real-world depth value in meters is calculated by multiplying the depth value by 0.001 (the default 'depth unit scale' of the D415 camera. For example, if the...
-
You are very welcome. It's excellent to hear that you were successful. Thanks very much for the update!
-
Please try inserting a Keep() instruction directly after your wait_for_frames() line. frame = pipe.wait_for_frames()frame.keep()
-
1. Whilst a D415 can depth-sense up to 10 meters, depth value accuracy starts to reduce noticably for distances more than 3 meters away. This phenomenon of accuracy reducing as distance from the ...
-
Hi Nicola Ariutti Does the effect persist if you disable Auto-Exposure and then set a manual exposure value in the Controls section of the RGB controls in the side-panel, please? If the camera is...
-
Yes, GetDistance() is a good way to get the real-world distance value.
-
1. I cannot see any obvious problems in your code. In a case at the link below where zeroes are returned, it is suggested that this may occur because of how numpy summarizes when printing large a...
-
Hi Juan Diezyanguas The link below discusses saving raw depth data with C#. https://github.com/IntelRealSense/librealsense/issues/4201 The discussion in that link also provides a link to C# scri...