View my account

Extract only IMU data from D435i .bag file

Comments

1 comment

  • MartyG

    Hi Mmaniacco  A single specific frame cannot be exported from a bag file using the rs-convert tool, unfortunately.

     

    It is possible to export IMU data to a .csv log file using the rs-data-collect.C++ tool but it is designed to use a live camera.  To make it work with a bag file, you may need to edit the program's code to use a bag as its data source instead of a camera and then re-build the code into an executable program.  I am not aware of anyone who has previously attempted to convert this program for use with a bag before though.

    https://github.com/IntelRealSense/librealsense/tree/master/tools/data-collect

     

     

    0
    Comment actions Permalink

Please sign in to leave a comment.