View my account

D455 Raw depth data flickering

Comments

3 comments

  • MartyG

    Hi Jashmehta  The RealSense Viewer tool applies a range of post-processing filters to depth data by default and these can improve the quality and stability of the data.  The effects of these filters are not saved to a bag file though, only the raw data.  So you would need to program the filters into your C++ script and apply them to the data.

     

    The RealSense SDK has a C++ post-processing example program called rs-post-processing that you could refer to.

    https://github.com/IntelRealSense/librealsense/tree/master/examples/post-processing

    0
    Comment actions Permalink
  • Jashmehta

    Even with the post-processing toggle off, i see much better quality on the realsense-viewer. 
    Do you know what the main cause of this flickering is? It happens even when i shut off the lights. Could this be because the cameras are old? 

    0
    Comment actions Permalink
  • MartyG

    If camera age was a factor then it is likely that the RealSense Viewer image would be negatively affected too.

     

    Does the depth data in the bag file still flicker if you play the file back in the Viewer by drag and dropping it into the center panel of the Viewer?

     

    I played your bag file back in the 2.55.1 version of the Viewer.  There was some minor fluctuation but nothing more than what is typical for a Viewer depth stream.  You can observe this fluctuation in the Viewer terms of depth values by moving the mouse cursor over the depth image and observing the depth value of that coordinate displayed in the bottom corner as a numeric value in meters. 

    0
    Comment actions Permalink

Please sign in to leave a comment.