View my account

Offline processing with Intel RS D455 on Windows

Comments

1 comment

  • MartyG

    Hi Faiza Tafannum11  Usually when data is exported from the RealSense SDK to a csv file, it just contains camera metadata rather than the actual depth data.  An example of this is the SDK's rs-save-to-disk C++ example program at the link below.

    https://github.com/IntelRealSense/librealsense/tree/master/examples/save-to-disk

     

    What may work better for you is to save the depth and color data into a bag file instead, though bags have a much larger file size than csv.  A bag file is like a video recording of camera data.  An SDK script can use a bag file as a data source and so access the stored data as though it were a live camera. 

    0
    Comment actions Permalink

Please sign in to leave a comment.