bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
739 stars 175 forks source link

v4l2 support #59

Open serj-p opened 6 years ago

serj-p commented 6 years ago

Hello,

one of the IMHO biggest features which came 3.4 of ffmpeg is v4l2 support, It allows not to hassle with UVC cameras and directly use hw encoders/decoders avoiding MediaCodec(which I believe is a java wrapper around v4l2) in the way ffmeg does on gnu linuxes.

Is it possible to compile the ffmpeg for android with enabled v4l2 support?

Thank you