CAMERA_Stop

Syntax

#include <twl/camera.h>

CAMERAResult CAMERA_Stop( void );

Arguments

None.

Return Values

Returns CAMERA_RESULT_SUCCESS when successful. Returns errors on failure.

Description

Stops capturing and puts the camera in standby mode. This function internally calls the CAMERA_StopCapture and CAMERA_I2CActivate functions.

See Also

CAMERA_StopCapture, CAMERA_I2CActivate

Revision History

2007/10/02 Initial version.


CONFIDENTIAL