Re: A question of the API takePicture in android.hardware.Camera

2009-01-31 Thread Dave Sparks
The intent was to provide a full size raw YUV image in case the application wanted to do some full spectrum processing. However, this is not currently supported on the G1 device, instead you receive a null pointer. On Jan 31, 3:21 am, tony wrote: > The API takePicture  is defined as: > void take

A question of the API takePicture in android.hardware.Camera

2009-01-31 Thread tony
The API takePicture is defined as: void takePicture(Camera.ShutterCallback shutter, Camera.PictureCallback raw, Camera.PictureCallback jpeg) My question is: If we pass the raw parameter when call takePicture ,what should be returned? Will it return the raw image which has same width/height as th