documentation

VLDeviceInfo.Camera.Format Class Reference

Format stores available formats of the camera device More...

Data Fields

string compression
 compression format (e.g. YUY2) More...
 
int height
 number of pixels in vertical direction More...
 
int width
 number of pixels in horizontal direction More...
 

Detailed Description

Format stores available formats of the camera device

Field Documentation

◆ compression

string VLDeviceInfo.Camera.Format.compression

compression format (e.g. YUY2)

◆ height

int VLDeviceInfo.Camera.Format.height

number of pixels in vertical direction

default is 480 (VGA)

◆ width

int VLDeviceInfo.Camera.Format.width

number of pixels in horizontal direction

default is 640 (VGA)