#include <uvc-types.h>
Public Attributes | |
uint64_t | bmControls |
uint8_t | bSourceID |
uint8_t | bUnitID |
Represents post-capture processing functions
Definition at line 276 of file uvc-types.h.
uint64_t uvc_processing_unit::bmControls |
Processing controls (meaning of bits given in {uvc_pu_ctrl_selector})
Definition at line 282 of file uvc-types.h.
uint8_t uvc_processing_unit::bSourceID |
Index of the terminal from which the device accepts images
Definition at line 280 of file uvc-types.h.
uint8_t uvc_processing_unit::bUnitID |
Index of the processing unit within the device
Definition at line 278 of file uvc-types.h.