Video recording with 3D output

Hello,

Currently I am working on 3D object detection in jetson nano using ZED-SDK. I have recorded the output in svo file but it is not showing the 3D box output. is there anyway available to record the video of the 3D object detection box in mkv or mp4 format ?

Regards,
Viraj Hapaliya

Hi,
The SVO contains raw data only. If you want to record the output of your algorithm (with bounding boxes or anything else) you can take a look and some inspiration from this sample:

it is based on the OpenCV ability to create a video file.