Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
video_capture.h File Reference
#include <stdbool.h>
+ Include dependency graph for video_capture.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void video_capture_init (void)
 
void video_capture_shoot (void)
 
void video_capture_start_capture (void)
 
void video_capture_stop_capture (void)
 

Variables

bool video_capture_take_shot
 
bool video_capture_record_video
 

Function Documentation

◆ video_capture_init()

void video_capture_init ( void  )

Definition at line 68 of file video_capture.c.

References cv_add_to_device(), save_dir, VIDEO_CAPTURE_FPS, video_capture_func(), and VIDEO_CAPTURE_PATH.

+ Here is the call graph for this function:

◆ video_capture_shoot()

void video_capture_shoot ( void  )

Definition at line 100 of file video_capture.c.

References video_capture_take_shot.

Referenced by dc_send_command().

+ Here is the caller graph for this function:

◆ video_capture_start_capture()

void video_capture_start_capture ( void  )

Definition at line 106 of file video_capture.c.

References video_capture_record_video.

◆ video_capture_stop_capture()

void video_capture_stop_capture ( void  )

Definition at line 110 of file video_capture.c.

References video_capture_record_video.

Variable Documentation

◆ video_capture_record_video

bool video_capture_record_video

◆ video_capture_take_shot

bool video_capture_take_shot

Definition at line 56 of file video_capture.c.

Referenced by video_capture_func(), and video_capture_shoot().