Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Start a Video thread and grab images. More...
Go to the source code of this file.
Functions | |
void | video_thread_init (void) |
Initialize the view video. More... | |
void | video_thread_periodic (void) |
A dummy for now. More... | |
void | video_thread_start (void) |
Starts the streaming of a all cameras. More... | |
void | video_thread_stop (void) |
Stops the streaming of all cameras This could take some time, because the thread is stopped asynchronous. More... | |
void video_thread_init | ( | void | ) |
Initialize the view video.
Definition at line 269 of file video_thread.c.
References cameras, and VIDEO_THREAD_MAX_CAMERAS.
void video_thread_periodic | ( | void | ) |
A dummy for now.
Definition at line 81 of file video_thread.c.
void video_thread_start | ( | void | ) |
Starts the streaming of a all cameras.
Definition at line 280 of file video_thread.c.
References cameras, start_video_thread(), and VIDEO_THREAD_MAX_CAMERAS.
void video_thread_stop | ( | void | ) |
Stops the streaming of all cameras This could take some time, because the thread is stopped asynchronous.
Definition at line 294 of file video_thread.c.
References cameras, stop_video_thread(), and VIDEO_THREAD_MAX_CAMERAS.