Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <libuvc.h>
Public Attributes | |
struct uvc_processing_unit * | prev |
struct uvc_processing_unit * | next |
uint8_t | bUnitID |
uint8_t | bSourceID |
uint64_t | bmControls |
Represents post-capture processing functions
uint64_t uvc_processing_unit::bmControls |
Processing controls (meaning of bits given in {uvc_pu_ctrl_selector})
uint8_t uvc_processing_unit::bSourceID |
Index of the terminal from which the device accepts images
uint8_t uvc_processing_unit::bUnitID |
Index of the processing unit within the device
struct uvc_processing_unit * uvc_processing_unit::next |
struct uvc_processing_unit* uvc_processing_unit::prev |