|
libuvc
|
Structure representing a UVC device descriptor. More...
#include <libuvc.h>
Data Fields | |
| uint16_t | idVendor |
| Vendor ID. | |
| uint16_t | idProduct |
| Product ID. | |
| uint16_t | reserved |
| Reserved; was bcdUVC, which was never populated (always read 0). | |
| const char * | serialNumber |
| Serial number (null if unavailable) | |
| const char * | manufacturer |
| Device-reported manufacturer name (or null) | |
| const char * | product |
| Device-reporter product name (or null) | |
Structure representing a UVC device descriptor.
(This isn't a standard structure.)
| uint16_t uvc_device_descriptor::reserved |
Reserved; was bcdUVC, which was never populated (always read 0).
Kept to preserve the layout of the fields below. Use uvc_get_spec_version() on an open handle instead.