I had the same error. Try the first example at this link: How can I capture a video recording on Android?
especially https://github.com/vanevery/Custom-Video-Capture-with-Preview
Share your experience!
Hey,
i try to make project for my study, with simply camera use, and i get error like:
Permission failure: com.sonyericsson.permission.camera_extended
My AndroidManifest:
http://schemas.android.com/apk/res/android" package="camera.test.pack"
android:versionCode="1"
android:versionName="1.0" >
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:debuggable="true">
android:name=".CameraTestActivity"
android:label="@string/app_name" >
I looked for some support on google but didnt found anything usefoull..
Hey Jalov,
I have the same problem, I am developing an application using the camera api and I get:
10-21 19:36:32.708: W/ServiceManager(139): Permission failure: com.sonyericsson.permission.CAMERA_EXTENDED from uid=10155 pid=3625
and then :
10-21 19:36:32.758: I/caladbolg(139): 4140427461 cald_camctrl.c (4526) 3643 P [SVR] -154539866 + Cald_CamCtrl_ICamera_TakeSnapshot
10-21 19:36:32.758: E/caladbolg(139): 4140427491 cald_camctrl.c (14780) 3643 E [SVR] Error: The event is not ready in the current state.
10-21 19:36:32.758: I/caladbolg(139): 4140427522 cald_camctrl.c (4536) 3643 P [SVR] -154539774 - Cald_CamCtrl_ICamera_TakeSnapshot (-101)
10-21 19:36:32.758: E/SemcCameraHardware(139): receivePictureDone takepicture was failed!!!
10-21 19:36:32.758: E/CameraService(139): Null data returned in data callback
10-21 19:36:32.758: E/Camera(3625): Error -2147483648
Do we have a solution for this?
Thanks
I had the same error. Try the first example at this link: How can I capture a video recording on Android?
especially https://github.com/vanevery/Custom-Video-Capture-with-Preview