Paparazzi UAS  v5.8.2_stable-0-g6260b7c
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_t 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  )

Initialize the view video.

Definition at line 38 of file viewvideo_nps.c.

References cv_add(), viewvideo_t::is_streaming, TRUE, udp_socket_create(), video_sock, viewvideo, viewvideo_function(), and VIEWVIDEO_SHOT_PATH.

+ Here is the call graph for this function:

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_t  take)

Definition at line 42 of file viewvideo_nps.c.

Referenced by video_usb_logger_periodic().

+ Here is the caller graph for this function:

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.