Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
video_thread.h File Reference

Start a Video thread and grab images. More...

#include "std.h"
#include "modules/computer_vision/cv.h"
+ Include dependency graph for video_thread.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Start a Video thread and grab images.

Works on Linux platforms

Definition in file video_thread.h.

Function Documentation

void video_thread_init ( void  )

Initialize the view video.

Definition at line 264 of file video_thread.c.

void video_thread_periodic ( void  )

A dummy for now.

Definition at line 77 of file video_thread.c.

void video_thread_start ( void  )

Starts the streaming of a all cameras.

Definition at line 271 of file video_thread.c.

References cameras, start_video_thread(), and VIDEO_THREAD_MAX_CAMERAS.

+ Here is the call graph for this function:

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 286 of file video_thread.c.

References cameras, stop_video_thread(), and VIDEO_THREAD_MAX_CAMERAS.

+ Here is the call graph for this function: