Webcam Library Reference Documentation  Logitech logo

_CDevice Struct Reference

#include <Common/include/webcam.h>


Detailed Description

Webcam device information.


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.


Field Documentation

char* _CDevice::driver
 

The name of the driver providing the camera interface.

This member is never NULL.

char* _CDevice::location
 

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.

char* _CDevice::name
 

The human-readable name of the device.

This member is never NULL.

char* _CDevice::shortName
 

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.


The documentation for this struct was generated from the following file:
Generated on Tue Nov 8 08:41:15 2011 for Webcam Library by Doxygen 1.4.6
Copyright © 2006-2008 Logitech.