-
Notifications
You must be signed in to change notification settings - Fork 16
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
Crash while capture photo in IOS #32
Comments
Hey @ravi2210 by different angle do you mean inverted image? |
Hey @Kashif-E sorry the image rotation issue is fixed when I used coil lib to load the image. thanks for you support. But for fast photo capture in IOS we need support. Can you please check on this. |
sure @ravi2210 i am currently working on fixing some other issues as well, this fix will be available by the weekend |
@ravi2210 would you be able to test the code in master and let me know if you are able to reproduce the issue? |
@Kashif-E sure let me check, will update you asap |
I am getting this log "Image Capture Error: Capture too frequent", and after that I am not able to capture any other image. |
which device are you on? @ravi2210 and your ios verion? |
IOS 15 |
will provide the fix today |
When we are doing fast photo capture then app is getting crash.
Steps to reproduce
continue click on capture button in ios app.It will crash immediately.
Once image got save in memory using image saver and try to load on UI from image path then image got rotate to diff angle in IOS. Android is working expected.
After saving image using Image saver
The text was updated successfully, but these errors were encountered: