Items with no label
3338 Discussions

What is the file format of the Intel Realsense camera?

VLeyb
Beginner
6,690 Views
 
0 Kudos
1 Solution
MartyG
Honored Contributor III
5,622 Views

If you are asking what formats RealSense data can be exported in or converted to from one format to another, they include:

 

  • raw (image)
  • ply (3D data such as point clouds)
  • bag (a 'rosbag' file recording, typically containing 2D data)
  • png (image)
  • csv (tabular data suited to databases and spreadsheets)
  • bin (depth matrix)

 

RealSense SDK 2.0 (the SDK software that can be used with RealSense 400 Series cameras) has a tool called Convert that can convert .bag files to the above formats.

 

https://github.com/IntelRealSense/librealsense/tree/master/tools/convert

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
5,623 Views

If you are asking what formats RealSense data can be exported in or converted to from one format to another, they include:

 

  • raw (image)
  • ply (3D data such as point clouds)
  • bag (a 'rosbag' file recording, typically containing 2D data)
  • png (image)
  • csv (tabular data suited to databases and spreadsheets)
  • bin (depth matrix)

 

RealSense SDK 2.0 (the SDK software that can be used with RealSense 400 Series cameras) has a tool called Convert that can convert .bag files to the above formats.

 

https://github.com/IntelRealSense/librealsense/tree/master/tools/convert

0 Kudos
Reply