camera_android 0.10.10+2 copy "camera_android: ^0.10.10+2" to clipboard
camera_android: ^0.10.10+2 copied to clipboard

PlatformAndroid

Android implementation of the camera plugin.

camera_android #

An Android implementation of camera built with the Camera2 library.

Usage #

As of camera: ^0.11.0, to use this plugin instead of camera_android_camerax, run

$ flutter pub add camera_android
copied to clipboard

Limitation of testing video recording on emulators #

MediaRecorder does not work properly on emulators, as stated in the documentation. Specifically, when recording a video with sound enabled and trying to play it back, the duration won't be correct and you will only see the first frame.

14
likes
150
points
122k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.09.16 - 2025.03.31

Android implementation of the camera plugin.

Repository (GitHub)
View/report issues
Contributing

Topics

#camera

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

camera_platform_interface, flutter, flutter_plugin_android_lifecycle, stream_transform

More

Packages that depend on camera_android