You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: