stereolabs / zed-ros-wrapper

ROS wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros/
MIT License
447 stars 391 forks source link

For some tasks that only require images, recording svo and then convert it into avi is time-wasting. How can we directly save the data into avi? #845

Open monstre0731 opened 2 years ago

monstre0731 commented 2 years ago

Preliminary Checks

Proposal

How can we directly save the data into avi?

Thanks.

Use-Case

No response

Anything else?

No response

alassagne-sl commented 2 years ago

Hello, If you want to directly save a mp4, you can use the zed as a simple webcam ans use opencv function (for example). You have a good example here : https://techtutorialsx.com/2020/05/07/python-opencv-saving-video-from-webcam/