| Webcam Library Reference Documentation | ![]() |
#include <Libs/libwebcam/libwebcam.h>
Data Fields | |
| CDevice | device |
| Device information. | |
| char | v4l2_name [NAME_MAX] |
| Short V4L2 device name (e.g. 'video0'). | |
| int | handles |
| Number of handles associated with this device. | |
| ControlList | controls |
| List of controls supported by this device. | |
| int | valid |
| Boolean whether the device is still valid, i.e. | |
| _Device * | next |
| Next device in the global device list. | |
|
|
Boolean whether the device is still valid, i.e. exists in the system. Devices marked as invalid will be cleared out by cleanup_device_list(). |