-
Notifications
You must be signed in to change notification settings - Fork 6
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
App crash when photo is taken and ready to go back #7
Comments
Hi, yes, I know it does another copy in the gallery folder. I thought it was easier to avoid that copy, but I couldn't get it working. I'll fix it someday. In the other hand, I don't understand where crashes the app. After take the photo, before you return to the app, when click the 'Ok' button? |
When I click on the 'Ok' button. On my phone it is 'Attach' button. But yes it is the button which send me back to app. But as I press it app crashes with the message. |
ok. Do you have eclipse ADT installed? If so, could you open it while running the app and paste here the error message that appears in the LogCat console? |
I do not have eclipse but I debugged using openfl -debug. And had very strange behaviour that pressing ok works fine and captured image is shown in the app (no crash occur). This is the last part of log where I can see error reported in last lines. E/CameraHal( 1463): hardware/ti/omap3/camera-omap4/src/CameraHal.cpp:524 setParameters - Burst set 0 |
so, it works with -debug flag, but not with -release flag? |
yes |
Ok, I'll try it next week |
gr8 :) |
hi, I've been trying the test project and it works for me (LG G2). What's your phone model? maybe I can get one and try with it |
If above error can give you any idea, why this is the case in my phone. I will also try in any different mobile, I have this mobile: http://www.gsmchoice.com/en/catalogue/lg/su760/LG-SU760.html |
Hi,
I tried your test project using android, its work perfectly for audio and camera (half part) as well but their is a problem, after taking photo it stores it in the app directory "cameraMicTest/images/" successfully. Also a copy been saved in the gallery. But when I tried to go back to app using attach icon in the camera. The app crashes every time, with message
"The application CameraMic_test (process test.josuigoa.cameramic) has topped unexpectedly. Please try again"
The text was updated successfully, but these errors were encountered: