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
viewvideo_nps.c File Reference
#include "viewvideo.h"
+ Include dependency graph for viewvideo_nps.c:

Go to the source code of this file.

Functions

void viewvideo_init (void)
 Initialize the view video. More...
 
void viewvideo_periodic (void)
 
void viewvideo_start (void)
 
void viewvideo_stop (void)
 
void viewvideo_take_shot (bool take)
 

Variables

struct viewvideo_t viewvideo
 Dummy C implementation for simulation The V4L2 could also work in simulation, but must be adapted a bit. More...
 

Function Documentation

void viewvideo_init ( void  )
void viewvideo_periodic ( void  )

Definition at line 39 of file viewvideo_nps.c.

void viewvideo_start ( void  )

Definition at line 40 of file viewvideo_nps.c.

void viewvideo_stop ( void  )

Definition at line 41 of file viewvideo_nps.c.

void viewvideo_take_shot ( bool  take)

Definition at line 42 of file viewvideo_nps.c.

Variable Documentation

struct viewvideo_t viewvideo
Initial value:
= {
.is_streaming = FALSE,
.downsize_factor = 1,
.quality_factor = 99,
}
#define FALSE
Definition: std.h:5

Dummy C implementation for simulation The V4L2 could also work in simulation, but must be adapted a bit.

Definition at line 31 of file viewvideo_nps.c.