Items with no label
3338 Diskussionen

I want to save video in d415

지최
Einsteiger
2.881Aufrufe

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 Antworten
MartyG
Geehrter Beitragender III
1.261Aufrufe

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.

지최
Einsteiger
1.261Aufrufe

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

MartyG
Geehrter Beitragender III
1.261Aufrufe

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.

Antworten