Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
video_usb_logger.h File Reference

Camera image logger for Linux based autopilots. More...

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

Go to the source code of this file.

Functions

void video_usb_logger_start (void)
 Start the file logger and open a new file. More...
 
void video_usb_logger_stop (void)
 Stop the logger an nicely close the file. More...
 
void video_usb_logger_periodic (void)
 

Detailed Description

Camera image logger for Linux based autopilots.

Definition in file video_usb_logger.h.

Function Documentation

void video_usb_logger_periodic ( void  )

Definition at line 158 of file video_usb_logger.c.

void video_usb_logger_start ( void  )

Start the file logger and open a new file.

Definition at line 122 of file video_usb_logger.c.

References counter, cv_add_to_device(), foldername, log_image(), video_usb_logger, and VIDEO_USB_LOGGER_PATH.

+ Here is the call graph for this function:

void video_usb_logger_stop ( void  )

Stop the logger an nicely close the file.

Definition at line 150 of file video_usb_logger.c.

References video_usb_logger.