Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Digital Camera Control. More...
Go to the source code of this file.
Functions | |
void | gpio_cam_ctrl_init (void) |
void | gpio_cam_ctrl_periodic (void) |
Periodic. More... | |
Digital Camera Control.
Provides the control of the shutter and the zoom of a digital camera through standard binary IOs of the board.
The required initialization (dc_init()) and periodic process.
Definition in file gpio_cam_ctrl.h.
void gpio_cam_ctrl_init | ( | void | ) |
Definition at line 74 of file gpio_cam_ctrl.c.
References DC_RELEASE, dc_timer, and gpio_setup_output().
void gpio_cam_ctrl_periodic | ( | void | ) |
Periodic.
Definition at line 99 of file gpio_cam_ctrl.c.
References dc_periodic(), DC_RELEASE, dc_send_shot_position(), and dc_timer.