Android - Fail to connect to camera
- by teepusink
Hi,
I'm using the Android APIDemo sample code.
When I run the CameraPreview example, at first it was giving me an error.
(http://stackoverflow.com/questions/2556389/android-camera-functionality-howto)
I traced that one down and the sample was working for a while.
Now, it no longer works. It says ERROR/AndroidRuntime(2949): java.lang.RuntimeException: Fail to connect to camera service
What can be causing that? It happens when camera.open() is called.
Thanks,
Tee