#include <uvc-types.h>
Public Attributes | |
uint64_t | bmControls |
uint8_t | bUnitID |
uint8_t | guidExtensionCode [16] |
Custom processing or camera-control functions
Definition at line 292 of file uvc-types.h.
uint64_t uvc_extension_unit::bmControls |
Bitmap of available controls (manufacturer-dependent)
Definition at line 298 of file uvc-types.h.
uint8_t uvc_extension_unit::bUnitID |
Index of the extension unit within the device
Definition at line 294 of file uvc-types.h.
uint8_t uvc_extension_unit::guidExtensionCode[16] |
GUID identifying the extension unit
Definition at line 296 of file uvc-types.h.