#include <twl/camera.h>
void CAMERA_SetOutputFormat(CAMERAOutput output);
output | Output format (YUV4:2:2 or RGB5:5:5) to set for the camera. |
None.
Sets the output image format. This must be called before the CAMERA_Start
or CAMERA_StartCapture
function is used to start capturing.
CAMERA_Start, CAMERA_StartCapture, CAMERAOutput
2007/10/02 Initial version.
CONFIDENTIAL