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

Point clouds has sharp fluctuations #5542

Closed
Tom127 opened this issue Dec 26, 2019 · 3 comments
Closed

Point clouds has sharp fluctuations #5542

Tom127 opened this issue Dec 26, 2019 · 3 comments
Labels

Comments

@Tom127
Copy link

Tom127 commented Dec 26, 2019

@dorodnic @ev-mp
hello, I want to test the accuracy of (x, y, z,) calculated by rs.rs2_deproject_pixel_to_point, let the camera face the wall in parallel to calculate the corresponding (x, y, z) and visualize it on rviz, but as shown in the video, (x, y, z) fluctuates sharply. I don't know why? Normal conditions should be relatively stable, aren't they?
thanks for your help! Attach my code:

projection_test.txt

pointclouds.mp4.zip

@ev-mp
Copy link
Collaborator

ev-mp commented Dec 26, 2019

@Tom127 hello,
It is not clear from the capture what device type is used, the range to the target and target's characteristics: texture, reflectivity, ambient conditions , so I can outline the general recommendations only-

  1. There are recommended setups (resolution/presets) per camera type tuned for accuracy. For instance the best results for D415 are achieved with 1280X720. For D435 you should use 848X480.
    https://github.com/IntelRealSense/librealsense/wiki/D400-Series-Visual-Presets.
  2. Apply post-processing filters, the temporal filter in particular

There is a significant body of depth noise improvement techniques and methods discussed, e.g. #1280, #1375, #2289, #3625.

A concised summary of the recommended readings was compiled by @MartyG-RealSense in 3625

@ev-mp ev-mp added the question label Dec 26, 2019
@ev-mp
Copy link
Collaborator

ev-mp commented Jan 6, 2020

@Tom127 hello, was the information helpful ?
Please update

@RealSenseCustomerSupport
Copy link
Collaborator


Hi @Tom127,

Do you still need help with this question?

Thank you!

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

No branches or pull requests

3 participants