Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
gpio_cam_ctrl.h File Reference

Digital Camera Control. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void gpio_cam_ctrl_init (void)
 
void gpio_cam_ctrl_periodic (void)
 Periodic. More...
 

Detailed Description

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.

Function Documentation

◆ gpio_cam_ctrl_init()

void gpio_cam_ctrl_init ( void  )

Definition at line 74 of file gpio_cam_ctrl.c.

References dc_init(), DC_RELEASE, dc_timer, and gpio_setup_output().

+ Here is the call graph for this function:

◆ gpio_cam_ctrl_periodic()

void gpio_cam_ctrl_periodic ( void  )

Periodic.

Definition at line 102 of file gpio_cam_ctrl.c.

References dc_periodic(), DC_RELEASE, dc_send_shot_position(), and dc_timer.

+ Here is the call graph for this function: