Skip to content
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

RS2_OPTION_ACCURACY differs from our RGBD definition of accuracy #1877

Closed
claudiofantacci opened this issue Sep 25, 2018 · 0 comments
Closed
Assignees

Comments

@claudiofantacci
Copy link
Collaborator

The RS2 parameter RS2_OPTION_ACCURACY should not be assigned to depth accuracy.

return setOption(RS2_OPTION_ACCURACY, m_depth_sensor, accuracy);;

RS2_OPTION_ACCURACY is the number (integer) of point projected by the realsense to reconstruct depth. Our RGBD "accuracy" refers to the resolution of the depth data.

Unless RS2 API provides a resolution type of information, we have to rethink this parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants