
#include <twl/camera.h>CAMERAResult CAMERA_Start(CAMERASelect camera);
| camera | Specifies the camera to start. (CAMERA_SELECT_IN or CAMERA_SELECT_OUT) |
Returns CAMERA_RESULT_SUCCESS when successful. Returns errors on failure.
Starts the specified camera and begins capturing. This function will internally call the CAMERA_I2CActivate, CAMERA_ClearBuffer, and CAMERA_StartCapture functions.
CAMERA_I2CActivate, CAMERA_ClearBuffer, CAMERA_StartCapture, CAMERASelect
2007/10/02 Initial version.
CONFIDENTIAL