| Webcam Library Reference Documentation | ![]() |
#include <Common/include/webcam.h>
Data Fields | |
| char * | shortName |
| A unique short name. | |
| char * | name |
| The human-readable name of the device. | |
| char * | driver |
| The name of the driver providing the camera interface. | |
| char * | location |
| The location of the camera. | |
| CUSBInfo | usb |
| USB related information about the camera. | |
|
|
The name of the driver providing the camera interface. This member is never NULL. |
|
|
The location of the camera. This string is dependent on the implementation that provides the device. It could either be a string provided by the driver or a device name. This member is never NULL. |
|
|
The human-readable name of the device. This member is never NULL. |
|
|
A unique short name. For V4L2 devices this is the name of the device file. For example, if a device appears as '/dev/video0', the short name is 'video0'. This member is never NULL. |