CAMERA_SetOutputFormat

Syntax

#include <twl/camera.h>

void CAMERA_SetOutputFormat(CAMERAOutput output);

Arguments

output Output format (YUV4:2:2 or RGB5:5:5) to set for the camera.

Return Values

None.

Description

Sets the output image format. This must be called before the CAMERA_Start or CAMERA_StartCapture function is used to start capturing.

See Also

CAMERA_Start, CAMERA_StartCapture, CAMERAOutput

Revision History

2007/10/02 Initial version.


CONFIDENTIAL