libuvc
Data Fields
uvc_device_descriptor Struct Reference

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)
 

Detailed Description

Structure representing a UVC device descriptor.

(This isn't a standard structure.)

Field Documentation

◆ reserved

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.


The documentation for this struct was generated from the following file: