-
Hello,
I am programming an app for iOS and Android in Flutter that must use the camera to automatically capture images every second. I have to create a screen in portarit orientation that shows the…
-
I've noticed that the MobileScanner widget occasionally stops displaying the camera preview until I restart my app.
No error log was thrown so I am out of the loop.
I am using the example method to …
-
## Steps to Reproduce
In my app I need a play/pause button to freeze/resume the camera stream. For this reason I am building a `CameraAwesomeBuilder.previewOnly` Widget, where on the `builder: (cam…
-
The app crashes when we use the camera to pick an image or only just open the camera without capturing it, after that when we go to the credit card screen and click the back button the app crashes.
…
-
## Basic info
Development env:
1. Flutter version:3.3.5
2. Camera plugin: 0.10.0+4 (Tried all versions of 0.10.0)
Device info:
1. Model:Xiaomi 10 Ultra
2. Android version:Android 12
#…
-
### Steps to reproduce
1. Setup the example of `package:camera`.
3. Switch between `camera_android` and `camera_android_camerax` implementation.
4. Pan to scale when switched to one of the camera…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
打开特定网站:
https://www.douyin.com/
https://live.douyin.com/
在页面后,刚开始是正常工作的,但几秒后程序就没有预兆的直接闪退…
-
**Crash app IOS when call function translateText(...)**
**File pubspec.yaml**
```
environment:
sdk: ">=3.0.0 =3.7.0"
dependencies:
flutter:
sdk: flutter
camera: any
google_mlk…
-
## Proposal
I would like for this plugin to be able to manually control camera's iso, shutter speed. As far as I know, these features can only be control using expose offset, but I would like to cont…
-
## Steps to Reproduce
call onVideoRocordingMode callback within it call recordingState.stopRecording() callback within it call onVideo() callback then call captureRequest.when(single:(){}) it wont …