Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

takePicture via MobileScannerController #1262

Open
levmorgot opened this issue Dec 16, 2024 · 1 comment
Open

takePicture via MobileScannerController #1262

levmorgot opened this issue Dec 16, 2024 · 1 comment

Comments

@levmorgot
Copy link

Hi, please tell me if I can get a frame from the camera (by pressing a button) in order to analyze it for the information I need?
I want to be able to use your MobileScannerController to get a frame file from the camera.

@navaronbracke
Copy link
Collaborator

This is currently not supported in mobile_scanner and I think it is unlikely to be added to the plugin.

If this is the only thing you need to do, you can probably use https://pub.dev/documentation/camera/latest/camera/CameraController/startImageStream.html

to capture frames, and pass those to analyzeImage() instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants