Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

What is the file format of the Intel Realsense camera?

VLeyb
Beginner
6,750 Views
 
0 Kudos
1 Solution
MartyG
Honored Contributor III
5,682 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,683 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