-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
feat: add pause feature #994
feat: add pause feature #994
Conversation
Thanks for the contribution! I don't yet have time for a full review (I will see if I can get that sorted in the coming week), but could you look into the following as well?
|
Thanks for your reply. |
@navaronbracke I implemented pause for MacOS and web. |
Any update on this? |
# Conflicts: # ios/Classes/MobileScanner.swift # macos/mobile_scanner/Sources/mobile_scanner/MobileScannerPlugin.swift
Thank you for your work, and my apologies for the late response. Lets get this merged! |
b4a084c
into
juliansteenbakker:master
related to #195
This PR introduces a pause feature.
pause() method stops the camera, but does not release the texture.
And It takes the following state transitions.
If this feature is useful and fits the concept of this library, please consider merging it.