Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
#include <stdbool.h>
Go to the source code of this file.
Functions | |
void | video_capture_init (void) |
void | video_capture_shoot (void) |
Variables | |
bool | video_capture_take_shot |
void video_capture_init | ( | void | ) |
Definition at line 52 of file video_capture.c.
References cv_add_to_device(), video_capture_func(), and VIDEO_CAPTURE_PATH.
void video_capture_shoot | ( | void | ) |
Definition at line 80 of file video_capture.c.
References video_capture_take_shot.
Referenced by dc_send_command().
bool video_capture_take_shot |
Definition at line 44 of file video_capture.c.
Referenced by video_capture_func(), and video_capture_shoot().