Updated by Alexander Shishkov about 13 years ago

With Android 4.0 the camera needs a valid SurfaceHolder [[SurfaceHolder]] object that the Preview of the camera starts. therefor the setPreviewDisplay code in the camera_wrapper needs to be updated to either set a valid SurfaceHolder [[SurfaceHolder]] or to create a new Method which sets it.

Currently the native camera samples won't work on Android 4.0 (ICS) devices !

Back