-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
We've recently started using a Realsense d456 depth camera with the hopes of mapping underground infrastructure. When running some experiments we visualised a lot of ghost points (points that were outside of the visible scene) from the depth pointcloud, as you can hopefully observe in the video below. Note the areas to the left and top of the video where the depth map alternates between black and bright white.
Screencast.from.2025-11-04.17-37-31.mp4
We've re-calibrated the depth camera in the Realsense-viewer application and have obtained values of 0.0 and 0.01, so the calibration seems reliable.
We retested in a corridor and are seeing similar results on the floor (where it would be beneath the minimum distance. Our assumption was that values below the minimum distance would just report 0m, however we're seeing values of > 2m in places where we would expect nothing.
corridor_depth_test.mp4
This only seems to happen when there are points within 0.5m. Is this expected behaviour for a realsense depth camera when something is below its minimum depth range?
We've also played around with the Gain and Exposure settings in the realsense-viewer but we've not had much luck.
Hopefully you'll be able to provide a fix if working unexpectedly or an explanation of why it works as expected.
Thanks