You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ffmpegkit-maintained edited this page Jun 23, 2026
·
1 revision
Camera Support
The built-in camera is accessible via FFmpeg's android_camera input device, requiring API level 24+ (our minSdk is already 24 — see Compatibility — so this works out of the box).
Devices with a deprecated camera HAL 1.0 implementation (LEGACY hardware level) aren't supported by the Android NDK Native API this depends on, and therefore aren't supported here either.
List available input devices
FFmpegKitConfig.getSupportedCameraIds(this);
Record the video stream
Audio capture is not supported through this device.