Board Support
Version 1.0
Functions available when using the Board Software Components
|
Camera Interface. More...
Functions | |
int32_t | Camera_Initialize (uint32_t frame_buf_addr) |
Initialize digital camera. More... | |
int32_t | Camera_Uninitialize (void) |
De-initialize digital camera. More... | |
int32_t | Camera_On (void) |
Turn on digital camera. More... | |
int32_t | Camera_Off (void) |
Turn off digital camera. More... | |
Camera Interface.
int32_t Camera_Initialize | ( | uint32_t | frame_buf_addr | ) |
Initialize digital camera.
[in] | frame_buf_addr | Framebuffer address |
The function initializes the camera interface, and returns an integer value of 0 on success, and -1 on error.
int32_t Camera_Off | ( | void | ) |
Turn off digital camera.
The function turns the camera off, and returns an integer value of 0 on success, and -1 on error.
int32_t Camera_On | ( | void | ) |
Turn on digital camera.
The function turns the camera on, and returns an integer value of 0 on success, and -1 on error.
int32_t Camera_Uninitialize | ( | void | ) |
De-initialize digital camera.
The function de-initializes the camera interface, and returns an integer value of 0 on success, and -1 on error.