Items with no label
3335 Discussions

how to save the video in d415

지최
Beginner
4,677 Views

The Intel example only shows how to save it as png.

but I want to save it as video (mp4, avi etc)

I would like to use realsense sdk if possible.

0 Kudos
3 Replies
MartyG
Honored Contributor III
2,192 Views

The SDK 2.0 software used with the 400 Series cameras has the ability to save data in a file format called 'rosbags'.

https://github.com/IntelRealSense/librealsense/blob/master/src/media/readme.md librealsense/readme.md at master · IntelRealSense/librealsense · GitHub

Once you have a bag file of camera data recorded then you can use software called ROS (which SDK 2.0 fully supports) to convert the bag file into a video file in a format such as mpeg or mp4.

http://wiki.ros.org/rosbag/Tutorials/Exporting%20image%20and%20video%20data rosbag/Tutorials/Exporting image and video data - ROS Wiki

지최
Beginner
2,192 Views

Is there any way to save video directly without converting the file?

0 Kudos
MartyG
Honored Contributor III
2,192 Views

It would depend on whether you wish to be able to store the camera data or you just want an ordinary non-interactive video recording of the stream. If it can be non-interactive, I would recommend the free video capture software XSplit Broadcaster, that can capture the contents of a screen live and record it to a video in real-time.

https://www.xsplit.com/# broadcaster https://www.xsplit.com/# broadcaster

0 Kudos
Reply