-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set the minimum possible reading distance, from the python script (L515) #8244
Comments
I'm also looking for this issue. |
I used that code that seems to work:
This, and maybe for a real close measurement, one might want as well to reduce the laser power below 50% ( This reproduces some of the differences between the default mode and the close range mode. |
Thanks agenis! That actually worked for me! just one typo, instead of:
should be
again, thanks a lot! |
Issue Description
Hello, i'm working with L515 and python pyrealsense2. My question is related to tuning the camera to see the closest object possible. In the specs it's said around 25cm, but when i change some tunings in the viewer (short range mode, min distance slider, etc.), we get to see objects as close as ~5cm on the 3d viewer. It seems to me that I have to change the setup manually in the viewer, and then the camera saves it when run from python... But I coulnd't find any example in python on how to do this directly from the code. Are there any examples of such code?
Thanks
The text was updated successfully, but these errors were encountered: