Closed arake001 closed 5 years ago
@ankith001 , to convert the raw depth data (uint16_t) into metric values you need to multiply those by the depth_scale
value ,e.g. Link:
depth_scale = profile.get_device().first_depth_sensor().get_depth_scale()
This multiplication is also performed internally in rs-hello-realsense
example
You cannot extract depth values from the exported PNG (colored) depth images. The color mapping is a one-way function due to histogram equalization.
@ankith001, can we close this ticket if there is no further question?
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
<Describe your issue / question / feature request / etc..>