-
Notifications
You must be signed in to change notification settings - Fork 0
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
visualize height of hands #9
Comments
I have added the branch feature/visDepth. Currently the height is visualized with a decrease of saturation and brightness. The main problem is currently the lack of accuracy of depth values. They sometimes jump to unreasonable values. Maybe there is an issue with the code or we need a better camera. If the issue is not resolved it doesnt make much sense to use depth values at all in my opinion. |
There actually was an issue with my code... It is resolved now and works much better :) Also the height visualization is now done seperatly for each hand. |
the feature branch is now successfully pulled into the master :) |
couldnt we just color in the depth image? Like it is visualized in the realsense viewer |
Ideas:
saturation & brightness: black when far away, bright color when near
transparency: more transparent the further away
The text was updated successfully, but these errors were encountered: