#include <twl/camera.h>
CAMERAResult CAMERA_Stop( void );
None.
Returns CAMERA_RESULT_SUCCESS
when successful. Returns errors on failure.
Stops capturing and puts the camera in standby mode. This function internally calls the CAMERA_StopCapture
and CAMERA_I2CActivate
functions.
CAMERA_StopCapture
, CAMERA_I2CActivate
2007/10/02 Initial version.
CONFIDENTIAL