-
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 calibrate lidar l515 and how to use pointcloud in python #10641
Comments
Hi @saisatheesh5 A Python script for measuring the distance between two points is provided at the link below. https://github.com/soarwing52/RealsensePython/blob/master/separate%20functions/measure_new.py For measuring the angle of a bending object, a discussion at #9297 about measuring an object's height by calculating its angle from the ground may be a helpful reference. In regard to calibration, the L515 camera model does not have a calibration tool for its depth and RGB sensors. |
Thank you so much MartyG. How do I get a particular pixel value in an object automatically using the point cloud? |
def calculate_distance(self,x,y):
In this program it will return the distance in mm or inches? |
The RealSense SDK's get_distance() instruction returns distance in meters. |
Hi @saisatheesh5 Do you require further assistance with this case, please? Thanks! |
Thanks very much @saisatheesh5 for the update! |
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
Hai, I am using L515 lidar camera. In my case, I need to measure the distance between two points in an object and I need to measure the angle of the bending object. suggest some links to solve my issue. i think I want to use the point cloud to detect the particular pixel point is correct? and how to calibarate my camera to measure the accurate result.
The text was updated successfully, but these errors were encountered: