TwiceAsNice  2019-02-18
Public Attributes | List of all members
V4L2_Driver::img_t Struct Reference

#include <v4l2driver.h>

Collaboration diagram for V4L2_Driver::img_t:
Collaboration graph

Public Attributes

int width
 
int height
 
int bpp
 
double expose
 
unsigned char * Y
 
unsigned char * U
 
unsigned char * V
 
unsigned char * RGB24Buffer
 
unsigned char * compressedFrame
 
float * stackedFrame
 
float * darkFrame
 

Member Data Documentation

◆ bpp

int V4L2_Driver::img_t::bpp

◆ compressedFrame

unsigned char* V4L2_Driver::img_t::compressedFrame

◆ darkFrame

float* V4L2_Driver::img_t::darkFrame

◆ expose

double V4L2_Driver::img_t::expose

◆ height

int V4L2_Driver::img_t::height

◆ RGB24Buffer

unsigned char* V4L2_Driver::img_t::RGB24Buffer

◆ stackedFrame

float* V4L2_Driver::img_t::stackedFrame

◆ U

unsigned char* V4L2_Driver::img_t::U

◆ V

unsigned char* V4L2_Driver::img_t::V

◆ width

int V4L2_Driver::img_t::width

◆ Y

unsigned char* V4L2_Driver::img_t::Y

The documentation for this struct was generated from the following file: