I get the same error with both prebuilt APK and compiling my own. This
is droid-X , 2.2.1 android (maybe not supported? )
Tutorial 0 Logcat:
08-14 14:55:24.041 1157 1250 D CameraSettings: defaultCapabilities:
face-track-mode-values: off,on
08-14 14:55:24.041 1157 1250 D CameraSettings: SDM file does not
exist, default to SDM enabled
08-14 14:55:24.041 1157 1250 E CameraSettings: Param type 49 not supported
08-14 14:55:24.041 1157 1250 D CameraHal: CameraHal constructor exited ok
08-14 14:55:24.065 3456 3456 I Sample::SurfaceView: surfaceCreated
08-14 14:55:24.073 3456 3478 I Sample::SurfaceView: Starting processing thread
08-14 14:55:24.080 1157 1157 D CameraSettings: Extract changes
completed, 1 total changes
08-14 14:55:24.080 3456 3456 D Camera : app passed NULL surface
08-14 14:55:24.080 1157 1544 W CameraHal: No overlay set before start preview
Wouldn't this be a bug with the java setup? The same problem arises
both running the "tutorial 0" and "tutorial 3 - native " .
Peter K.