dusty-nv / jetson-utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Add AddOutput function to Python VideoOutput

genevanmeter opened this issue · comments

With C++, you can add several outputs to a VideoOutput with the AddOutput so one encoding can go multiple destinations. That function is not available on the Python side.

That makes sense. Thank you.