CrossControl::VideoFormat Struct Reference

Defines the parameter of the video format associated to certain region of interest link text ... . More...

#include <camtypes.h>

Collaboration diagram for CrossControl::VideoFormat:

Public Attributes

uint8_t videoFormatEnabled
 
uint8_t transmissionMethod
 
uint16_t transmissionCycle
 
ImageDimension widthAndHeight
 
uint32_t frameRate
 
uint8_t interlaced
 
ColorSpace colorSpace
 
uint32_t maxBitrate
 
uint8_t videoCompression
 

Detailed Description

Defines the parameter of the video format associated to certain region of interest link text ... .

Member Data Documentation

ColorSpace CrossControl::VideoFormat::colorSpace

The colorspace for the camera, see enum #ColorSpace

uint32_t CrossControl::VideoFormat::frameRate

Frame rate (interlaced: not field rate!).

uint8_t CrossControl::VideoFormat::interlaced

0: progressive scan video. 1: interlaced video.

uint32_t CrossControl::VideoFormat::maxBitrate

upper limit for bit rate after compression, not applicable to uncompressed transmission in MBit/s

uint16_t CrossControl::VideoFormat::transmissionCycle

Only once = 0. Every n images > 0.

uint8_t CrossControl::VideoFormat::transmissionMethod

0 use AVTP packages. 1 use notification packages.

uint8_t CrossControl::VideoFormat::videoCompression

The video compression for the camera, see enum #VideoCompression.

uint8_t CrossControl::VideoFormat::videoFormatEnabled

Disabled = 0, Enabled = 1.

ImageDimension CrossControl::VideoFormat::widthAndHeight

Actual size of the transmitted video image.


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