Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
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

◆ video_usb_logger_periodic()

void video_usb_logger_periodic ( void  )

Definition at line 163 of file video_usb_logger.c.

◆ video_usb_logger_start()

void video_usb_logger_start ( void  )

Start the file logger and open a new file.

Definition at line 127 of file video_usb_logger.c.

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

+ Here is the call graph for this function:

◆ video_usb_logger_stop()

void video_usb_logger_stop ( void  )

Stop the logger an nicely close the file.

Definition at line 155 of file video_usb_logger.c.

References video_usb_logger.