- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page