Format stores available formats of the camera device More...
Data Fields | |
| int | width |
| number of pixels in horizontal direction More... | |
| int | height |
| number of pixels in vertical direction More... | |
| string | compression |
| compression format (e.g. YUY2) More... | |
Format stores available formats of the camera device
| string VLDeviceInfo.Camera.Format.compression |
compression format (e.g. YUY2)
| int VLDeviceInfo.Camera.Format.height |
number of pixels in vertical direction
default is 480 (VGA)
| int VLDeviceInfo.Camera.Format.width |
number of pixels in horizontal direction
default is 640 (VGA)