flutter_camera_ml_vision
flutter_camera_ml_vision copied to clipboard
Unable to stop image straming without taking a picture
The toggle
or stop
methods does not allow to _cameraController.stopImageStream()
without taking a picture.
I'm working on live detection of barcodes. On successful detection I show a popup(until user takes any action) and would like to stop the streaming for saving resources.
Did you managed to solve this issue? I have the same issue but it happen when I press the back button.
It consumes a lot of resource everytime I open-reopen the camera page.
Nope
hey @pratamatama and @vasilich6107 i'm dealing with the same issue maybe one of you have a solution?