DBCamera
DBCamera copied to clipboard
Received memory warning
Hi, whenever I choose a photo there's memory warning issue. What could be the problem here? Thanks.
Hi @zeropt7 , i don't know. Can you tell me you iPhone model, iOS version and if this problem is on the example project? Thanks
Hi, same here.
When I'm running (my own project, not example) and I display the camera I get a memory warning in the console. Doesn't crash or anything, but does display the warning.
I have an iPhone 5s running iOS 7.1.
Thanks, AWESOME project by the way.
@danlozano very strange. I'll take a look to the code for sure.
I have the same warning. I checked with the leak instruments and it says that "NSAutoReleasePool" fires the leak
The warning is with the library or with the camera?
I was using the example, it appears sometimes in the library, sometimes in the camera. Try it with instruments for many times
Can you try now? i've updated the master. Update your repo and try. Let me know.
Any news? Did Anyone try with the new version?
still happening pretty often on both camera and album. I was running it on iPhone 5S, iOS 7.1.2
I must to find an iPhone 5s to test. I had a problem with another app (not with this library) only with this device.
Happens on latest iPod Touch too if you have that.
For now i've only an iPhone 5 and an iPhone 3gs. I'll try to find the other devices to test.
I can confirm that the memory warning is still firing with iPhone 5s and DBCamera version 2.3.4, even if all other apps have been manually closed. On the other hand, I'm not seeing it happen with 5c. Something related to 64bit architecture...?
@lekksi maybe this is the problem. I don't know where or why. Unfortunately i don't have a 64 bit device for now, so i can't debug this issue.
Hello, in the example project, i see a memory warning (iPhone 5) that occurs every time cameraToggle (DBCameraManager.m) is called when the current device is the front camera and will switch to the back camera.
I get same memory warning in iPhone 5 / iOS7.1.2
I get same memory warning in iPhone 4s / iOS8.0.2
Any updates on this. I am having a similar issue where the image is coming through nil
. Not sure if anyone figured out a fix for this.