multicamera 1.3.10
multicamera: ^1.3.10 copied to clipboard
A Flutter plugin for managing multiple camera instances simultaneously with built-in ML kit support.
1.3.10 #
- (Android) Catch and ignore exceptions when running image recognition
1.3.9 #
- (Android) Initialize EGL synchronously to prevent race conditions on slower devices
- (Android) Handle errors when creating EGL surfaces
1.3.8 #
- (iOS) Prevent disposing already disposed flutter textures from backgrounding
1.3.7 #
- (Android) Lower
minSdkto 21
1.3.6 #
- (Android) Wait for exposure to level before capturing
- (Android) Add EXIF rotation data to captures
- (iOS) Close camera handle outputs immediately
1.3.5 #
- (iOS) Fallback if multicamera sessions are not supported
1.3.4 #
- (Android) Handle exceptions when opening camera handle device
1.3.3 #
- (iOS) Adjust session management to prevent dangling devices
- (iOS) Wait for exposure to stabilize before capturing images
1.3.2 #
- (Android) Adjust image acquire technique to avoid warnings
1.3.1+1 #
- Adjust file structure to hide internal dart files
1.3.1 #
- (iOS) Lower minimum platform version to 15.5
1.3.0 #
- (Dart) Add dartdocs to public API
- Improve code readability
1.2.1 #
- (Android) Fix immediate capture not returning image
1.2.0 #
- Stop camera session when paused to turn off system camera indicator
- (Android) Fix recognition pipeline getting blocked when no callbacks setup
1.1.0 #
- Adjust file structure to avoid importing source files: use
import 'package:multicamera/multicamera.dart'; - Allow setting camera callbacks to null
1.0.0 #
Initial release! 🎉