-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Low Camera FPS #1229
Comments
I think it is intentional that the camera preview runs at 30 FPS, I haven't found documentation on why that is, though. |
Yeah, but the old library qr_code_scanner has much better framerate. |
Apparently this is because running on higher frame rates requires some configuration. |
Hi, what about iOS? It looks very cheap when camera's fps is low T-T |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Thanks for your plugin!
When I use class
MobileScanner
, the camera view seems to run at 30 (or even lower) fps. Is this because my app runs on the debug version, or is it because of the plugin?I was using an iPhone 13 with a full battery percentage.
How can I make it so it runs at max fps possible?
The code I was using is
example/lib/barcode_scanner_simple.dart
. linkThe text was updated successfully, but these errors were encountered: