dusty-nv / jetson-utils

C++/CUDA/Python multimedia utilities for NVIDIA Jetson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save video

kankanjiuzou123 opened this issue · comments

Hello,I want to save one frame of camera stream to a video file per second. How can I achieve this?

I have solved it

For others finding this, you can call videoOutput.Render() on just the frames that you want to output.