Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
video_cam_ctrl.c File Reference
#include "video_cam_ctrl.h"
#include "generated/modules.h"
#include "modules/digital_cam/dc.h"
#include "viewvideo.h"
+ Include dependency graph for video_cam_ctrl.c:

Go to the source code of this file.

Functions

void digital_cam_video_init (void)
 
void digital_cam_video_periodic (void)
 
void dc_send_command (uint8_t cmd)
 Send Command To Camera. More...
 

Function Documentation

void dc_send_command ( uint8_t  cmd)

Send Command To Camera.

Definition at line 50 of file video_cam_ctrl.c.

References atmega_i2c_cam_ctrl_send(), DC_OFF, DC_ON, dc_send_shot_position(), DC_SHOOT, DC_TALLER, DC_WIDER, TRUE, and video_thread_take_shot().

+ Here is the call graph for this function:

void digital_cam_video_init ( void  )

Definition at line 33 of file video_cam_ctrl.c.

References dc_init().

+ Here is the call graph for this function:

void digital_cam_video_periodic ( void  )

Definition at line 39 of file video_cam_ctrl.c.

References dc_periodic().

+ Here is the call graph for this function: