zmwangx / rust-ffmpeg-sys

FFmpeg bindings for Rust.
125 stars 86 forks source link

Added V4L2 support to the library to help working with "/dev/videoX" devices #39

Closed bwsw closed 2 years ago

bwsw commented 2 years ago

Current implementation doesn't support opening /dev/videoX devices. This patch enables V4L2 compilation to support that.

bwsw commented 2 years ago

I don't know yet if it is required. Just keep it posted for a while until experiments are finished.

bwsw commented 2 years ago

Not required.