OpenCV samples cause Camera Server Died, ICamera died and Error 100
I am having issues with running the OpenCV Sample 15 (one of the projects which comes with the OpenCV library - the others being face-detection, color-blob-detection etc). I have looked throughout the internet and stackoverflow but no one seems to have the same issues that I have; in the sense that the project does run correctly... just not on my Samsung tablet and I have no idea why. Could someone explain what is missing from the sample code or is there anything I could change in the settings on my tablet device? Any help would be much appreciated.
The code used is exactly how it is when downloaded from the OpenCV website.
I am having issues with running the OpenCV Sample 15 (one of the projects which comes with the OpenCV library - the others being face-detection, color-blob-detection etc). I have looked throughout the internet and stackoverflow but no one seems to have the same issues that I have; in the sense that the project does run correctly... just not on my Samsung tablet and I have no idea why. Could someone explain what is missing from the sample code or is there anything I could change in the settings on my tablet device? Any help would be much appreciated. Finally here are the logs
07-10 12:21:57.656: D/dalvikvm(13117): WAIT_FOR_CONCURRENT_GC blocked 10ms
07-10 12:21:57.656: D/JavaCameraView(13117): startPreview
07-10 12:21:58.125: D/JavaCameraView(13117): Starting processing thread
07-10 12:21:58.132: I/Choreographer(13117): Skipped 40 frames! The application may be doing too much work on its main thread.
07-10 12:22:00.679: W/Camera(13117): Camera server died!
07-10 12:22:00.679: W/Camera(13117): ICamera died 07-10 12:22:00.679: E/Camera(13117): Error 100
Just to clarify when I run the project the APP appears on my device and does indeed open and as you can see I am able to use the Menu Item, however it is a black screen due to the error 100 shown above. Hope that this is enough information to explain my problem. Android version of Tablet: 4.1.2
encountered the same problem here..