Please help!
I am using the internal Corona camera activity in my app. There is a reason why I do not use the native camera app, which is described here:
http://forums.coronalabs.com/topic/33462-android-camera-causes-application-to-restart/
Everything was working (more or less) fine, but with the latest daily builds, the camera activity does not seem to save any photo files anymore!
This is quite an emergency now for our team, because we rely on the photo activity to take pictures of the players, and intended to realease our app by the end of October!
I am using daily build 1243, but I think the problem also existed a few builds before.
I could only test on Android yet, (on HTC Desire S and Samsung Galaxy Express), where I had files of the photos before, but now do not have any in the temporary directory (where I save the taken pictures).
I can see a LUA error in the log, but it does not seem to be from my own code, at least it does not point to anywhere I know:
10-25 13:05:13.379: I/Corona(7897): Runtime error 10-25 13:05:13.379: I/Corona(7897): attempt to call a nil value 10-25 13:05:13.379: I/Corona(7897): stack traceback: 10-25 13:05:13.379: I/Corona(7897): [C]: ?
Please help, the photo feature is crucial for our app!
Thank you!
PS: I must admit that I am not quite happy with Corona’s camera support yet. I just use it for a very simple task: Take a picture, save it to a directory, show it on screen.
But we already ran into so many problems with the camera… I know that this is a very hardware dependent feature, but I would wish for more stability in this area. Thanx!