| Webcam Library Reference Documentation | ![]() |
#include <Libs/libwebcam/libwebcam.h>
Data Fields | |
| Handle | handles [MAX_HANDLES] |
| The array of handles. | |
| pthread_mutex_t | mutex |
| The mutex used to serialize access to the handle list. | |
| int | first_free |
| The index of the first free handle. | |
The index of the first free handle.
Zero if there are now free handles at this time.
Referenced by c_init(), and create_handle().