Francisco Barbosa Member Licensed User Longtime User Jun 21, 2014 #1 Hello, I use EZCamera library into my application, but it crashes when image is saved or cancel event. Here´s the code: Dim cam As EZcamera cam.Initialize("cam") cam.TakePicture(File.DirRootExternal, "image.jpg") ... Sub cam_PictureTaken (FileSaved As Boolean) If FileSaved Then 'code goes here End if End sub I read some articles at this forum, but I didn´t find the solution. Could you help me?? Thanks
Hello, I use EZCamera library into my application, but it crashes when image is saved or cancel event. Here´s the code: Dim cam As EZcamera cam.Initialize("cam") cam.TakePicture(File.DirRootExternal, "image.jpg") ... Sub cam_PictureTaken (FileSaved As Boolean) If FileSaved Then 'code goes here End if End sub I read some articles at this forum, but I didn´t find the solution. Could you help me?? Thanks
NJDude Expert Licensed User Longtime User Jun 21, 2014 #2 Check the logs, you will see the reason why is crashing. Upvote 0
Francisco Barbosa Member Licensed User Longtime User Jun 21, 2014 #3 Hi, Thanks. Low memory. I tried with Moto G and runs fine. Upvote 0