I have notice that some Android Devices can call mCamera.takePicture(null, null, null , new JpegPictureCallback()); to trigger a callback but some cannot.
(All devices that I used for test are at least android 4.0)
For an example, I tested this on the google nexus s, nexus 4, and droid razer hd phone. This three phone gets a call back for mCamera.takePicture(null, null, null , new JpegPictureCallback());
However, my HTC One X phone do not trigger this call back.
Does anyone know why some phone such as HTC One X do not trigger a call back for mCamera.takePicture(null, null, null , new JpegPictureCallback()); ? and is there any walk around for this?
thanks and appreciate any comments and opinions.