Friends
I have encountered this problem for so long, but I can get any solution for the working camera to work in the emulator. I went through the whole SO answer, but none of them helped me now.
If I create any emulator with any api, but the camera does not work in any of my emulators. Therefore, I cannot check out any application that contains camera functions. I think this may be due to the hardware configuration of my system. But I'm not so sure about that.
I do not know why this problem occurs. Please help me solve and find out the cause of the problem.
Here is the error that I get whenever I launch the camera in the emulator.
12-21 00:04:58.100: E/CameraService(55): CameraService::connect X (pid 2604) rejected (invalid cameraId 0). 12-21 00:04:58.110: W/CameraBase(2604): An error occurred while connecting to camera: 0 12-21 00:04:58.110: E/CameraHolder(2604): fail to connect Camera 12-21 00:04:58.110: E/CameraHolder(2604): java.lang.RuntimeException: Fail to connect to camera service 12-21 00:04:58.110: E/CameraHolder(2604): at android.hardware.Camera.native_setup(Native Method) 12-21 00:04:58.110: E/CameraHolder(2604): at android.hardware.Camera.<init>(Camera.java:350) 12-21 00:04:58.110: E/CameraHolder(2604): at android.hardware.Camera.open(Camera.java:309) 12-21 00:04:58.110: E/CameraHolder(2604): at com.android.camera.CameraHolder.open(CameraHolder.java:131) 12-21 00:04:58.110: E/CameraHolder(2604): at com.android.camera.Util.openCamera(Util.java:267) 12-21 00:04:58.110: E/CameraHolder(2604): at com.android.camera.Camera$4.run(Camera.java:1100) 12-21 00:04:58.110: E/CameraHolder(2604): at java.lang.Thread.run(Thread.java:841) 12-21 00:04:58.110: W/dalvikvm(2604): threadid=11: thread exiting with uncaught exception (group=0xb4a29b90) 12-21 00:04:58.120: E/AndroidRuntime(2604): FATAL EXCEPTION: Thread-117 12-21 00:04:58.120: E/AndroidRuntime(2604): Process: com.android.camera, PID: 2604 12-21 00:04:58.120: E/AndroidRuntime(2604): java.lang.RuntimeException: openCamera failed 12-21 00:04:58.120: E/AndroidRuntime(2604): at com.android.camera.Util.openCamera(Util.java:272) 12-21 00:04:58.120: E/AndroidRuntime(2604): at com.android.camera.Camera$4.run(Camera.java:1100) 12-21 00:04:58.120: E/AndroidRuntime(2604): at java.lang.Thread.run(Thread.java:841) 12-21 00:04:58.120: E/AndroidRuntime(2604): Caused by: com.android.camera.CameraHardwareException: java.lang.RuntimeException: Fail to connect to camera service 12-21 00:04:58.120: E/AndroidRuntime(2604): at com.android.camera.CameraHolder.open(CameraHolder.java:135) 12-21 00:04:58.120: E/AndroidRuntime(2604): at com.android.camera.Util.openCamera(Util.java:267) 12-21 00:04:58.120: E/AndroidRuntime(2604): ... 2 more 12-21 00:04:58.120: E/AndroidRuntime(2604): Caused by: java.lang.RuntimeException: Fail to connect to camera service 12-21 00:04:58.120: E/AndroidRuntime(2604): at android.hardware.Camera.native_setup(Native Method) 12-21 00:04:58.120: E/AndroidRuntime(2604): at android.hardware.Camera.<init>(Camera.java:350) 12-21 00:04:58.120: E/AndroidRuntime(2604): at android.hardware.Camera.open(Camera.java:309) 12-21 00:04:58.120: E/AndroidRuntime(2604): at com.android.camera.CameraHolder.open(CameraHolder.java:131) 12-21 00:04:58.120: E/AndroidRuntime(2604): ... 3 more
Below are the options that I get while I try to edit the emulator.
Thank you
source share