-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Improve Record activity to see picture in real time #266
Comments
On Chrome OS with Sugarizer v1.1 and Record, I see preview. The preview is right-way up. When taking photograph, it is upside down. I did not check for left-right swap. |
Oh really? Guess it's a Chrome OS integrated feature. Nothing in the source code today implement this. Do you have the same thing with QR Code activity? |
Thanks. Tested again.
In both cases, Camera privacy light remains on after activity is stopped. |
Sugarizer is multi-platform. Problem is on some platforms, as I've proved by saying not Chrome OS. kept and draft refer to the continued existence of the photograph. |
@niravasher, this issue is still open. |
@llaske can I work on this ? |
@ashish0910 sure. |
Closed in dd3c58d |
In the Record activity (except on iOS/Android), when you take a picture, you don't see a preview of the picture. You just see a rolling spinner.
Conversely, the QR Code activity allow user to take a picture of QR Code and provide a real time preview of the picture.
The idea is to improve the Record activity to display a real time preview of the picture.
The source code of the Record activity is here: https://github.com/llaske/sugarizer/tree/master/activities/Record.activity
The source code of the QR Code activity is here: https://github.com/llaske/sugarizer/tree/master/activities/QRCode.activity
The text was updated successfully, but these errors were encountered: