| Webcam Library Reference Documentation | ![]() |
#include <Libs/libwebcam/libwebcam.h>
Note that a handle can have three different states:
Data Fields | |
| Device * | device |
| Pointer to the device structure associated with this handle. | |
| int | open |
| True if the handle is open (valid or invalid). | |
| int | last_system_error |
| The number of the last system error (e.g. a V4L2 return value). | |