10 | | || `UCA_PROP_NAME` || `name` || null-terminated C string || r || Name of camera || |
11 | | || `UCA_PROP_WIDTH` || `width` || pixels || r/w || Width of image to be taken || |
12 | | || `UCA_PROP_WIDTH_MIN` || `width.min` || pixels || r || Minimum width of image to be taken || |
13 | | || `UCA_PROP_WIDTH_MAX` || `width.max` || pixels || r || Maximum possible width || |
14 | | || `UCA_PROP_HEIGHT` || `height` || pixels || r/w || Height of image to be taken || |
15 | | || `UCA_PROP_HEIGHT_MIN` || `height.min` || pixels || r || Minimum height of image to be taken || |
16 | | || `UCA_PROP_HEIGHT_MAX` || `height.max` || pixels || r || Maximum possible height || |
17 | | || `UCA_PROP_X_OFFSET` || `offset.x` || pixels || r/w || Horizontal coordinate of start of ROI || |
18 | | || `UCA_PROP_Y_OFFSET` || `offset.y` || pixels || r/w || Vertical coordinate of start of ROI || |
19 | | || `UCA_PROP_BITDEPTH` || `bit-depth` || number of bits || r || Bits per pixel || |
| 10 | || `UCA_PROP_NAME` || `name` || C string || r || Name of camera || |
| 11 | || `UCA_PROP_WIDTH` || `width` || pixels || r/w || Width of image to be taken || |
| 12 | || `UCA_PROP_WIDTH_MIN` || `width.min` || pixels || r || Minimum width of image to be taken || |
| 13 | || `UCA_PROP_WIDTH_MAX` || `width.max` || pixels || r || Maximum possible width || |
| 14 | || `UCA_PROP_HEIGHT` || `height` || pixels || r/w || Height of image to be taken || |
| 15 | || `UCA_PROP_HEIGHT_MIN` || `height.min` || pixels || r || Minimum height of image to be taken || |
| 16 | || `UCA_PROP_HEIGHT_MAX` || `height.max` || pixels || r || Maximum possible height || |
| 17 | || `UCA_PROP_X_OFFSET` || `offset.x` || pixels || r/w || Horizontal coordinate of start of ROI || |
| 18 | || `UCA_PROP_Y_OFFSET` || `offset.y` || pixels || r/w || Vertical coordinate of start of ROI || |
| 19 | || `UCA_PROP_BITDEPTH` || `bit-depth` || bits || r || Bits per pixel || |