-
Notifications
You must be signed in to change notification settings - Fork 189
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
photo and it crashed on iPhone6 plus. #22
Comments
@iTA9178 Hi there! |
Remove the fullimage normalize worked. Code on the FastttCapturedImage+Process line63 |
Hi, thanks for letting us know! This seems to be working fine for us on iPhone 6 Plus, but if the normalize is problematic, you can always set I'll also go through and see if we can optimize the memory usage of the code a bit more and see if we can improve performance here. Is it in the demo where you're seeing the problem, or in your own app? |
Here is the code to resolve the memory warning / crash in my project. Hope it will help other people has the same problem.
|
I'm also having this issue. Using this in my own app and it works on every device except the 6+. |
This is a known issue- the 6+ is tricky because the size of the images the camera returns really push the device to its memory limits. I'll try to find some time to look into resolving this and minimizing the memory footprint as much as we can here. |
Any update on this? |
the delegate method return a capturedImage,and it's size 2448 * 2448 on iPhone6 plus device,cause memory waring then crash.Colud you help me or something advice?
The text was updated successfully, but these errors were encountered: