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

Increase the range of depth camera #237

Open
Astik-2002 opened this issue Aug 16, 2024 · 2 comments
Open

Increase the range of depth camera #237

Astik-2002 opened this issue Aug 16, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Astik-2002
Copy link

Greetings. Is it possible to increase the max range of depth camera. Camera's like intel realsense d455 provide accurate depth to upto 4 meters. I was hoping to simulate the same. I using open3d to convert the depth image to a point cloud and publish it to ros, but so far the range I'm getting is 1m in front of the camera.

WhatsApp.Video.2024-08-16.at.20.01.18.mp4
@JacopoPan JacopoPan added the question Further information is requested label Oct 10, 2024
@JacopoPan
Copy link
Member

Hi @Astik-2002

the implementation do the depth buffer in this repo is simply taken from PyBullet, if you need to customize/better understand it, you should refer to

@Astik-2002
Copy link
Author

Hi @JacopoPan. Thanks for the reply. I've been able to fix the range problem by de-normalizing the depth values with the nearval and farval parameters, that opengl uses. It allowed me to create proper pointclouds. Once I've figured out the path following stuff I'd try and make a pr for this

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

No branches or pull requests

2 participants