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
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