Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Camera image logger for Linux based autopilots. More...
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) |
Camera image logger for Linux based autopilots.
Definition in file video_usb_logger.h.
void video_usb_logger_periodic | ( | void | ) |
Definition at line 163 of file video_usb_logger.c.
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.
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.