goodrobots / visiond

Python/Gstreamer based project to stream video from embedded system cameras in various ways
MIT License
10 stars 3 forks source link

Add option to choose h264 encoder #14

Closed fnoop closed 4 years ago

fnoop commented 4 years ago

Currently encoder = h264 or autodetected h264 encoding runs through a series of hardware/gstreamer module checks to autodetect the 'best' available encoder, eg. raspberry/jetson hardware encoder.

These encoders don't always work, so it should be possible to choose the encoder (Eg. x264 software encoder).