Items with no label
3335 Discussions

I want to save video in d415

지최
Beginner
2,129 Views

so I will 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

then Should I use this code

or this?

0 Kudos
3 Replies
MartyG
Honored Contributor III
509 Views

I believe you should use the upper instructions. It looks as though the lower one at src/media/record is the source code that the SDK uses to make recording work.

0 Kudos
지최
Beginner
509 Views

then after making recording work with the code below, shoud i use upper code?

0 Kudos
MartyG
Honored Contributor III
509 Views

You should not need to change the lower code at all. The only reason to change it is if you wanted to make your own version of the SDK 2.0 software that makes recording work differently to how it works now. You only need to use the upper code.

0 Kudos
Reply