-
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
Min Distance on L515 #7731
Comments
@lyp0413 If you use adjust the preset dropdown in the RealSense Viewer to Short Range you will find that the sensor provides depth at closer ranges. You can use the button on the right to download the JSON file and inspect for the settings that change from the default configuration. In your python code you can then setup the sensor with the necessary settings or load the JSON configuration file. Unfortunately, it looks like Advanced Mode for setting the configuration values is not yet support for the L515 in Unity as I get an error and none of the advanced settings show in the Inspector at runtime. It would be great if this was reflected in the documentation. |
Hi @lyp0413 Hopefully the comment helped but there are also more information around setting up and configuring the L515 https://www.intelrealsense.com/optimizing-the-lidar-camera-l515-range/ We also added some new items in the latest SDK release regarding L515...this version is 2.40: *If we don’t hear from you in 7 days, this issue will be closed. |
Hi! Same for me. Pls describe hot to set min distance to 0.20m in python. |
Hi @lyp0413 and @aidonchuk Using the short range preset configures the camera for shorter range. We have in our datasheet what we validate as short range for the camera - https://dev.intelrealsense.com/docs/lidar-camera-l515-datasheet *If we don’t hear from you in 7 days, this issue will be closed. |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
I can
t get depth <0.49m from pyrealsense2 (neither 1024*768 nor 640*480),but it
s min distance is 0.25m in offical documents ,what should I do?The text was updated successfully, but these errors were encountered: