# README
VidNumerator
This is a tiny library that uses syscalls to efficiently determine which /dev/videoN
devices
are webcams and which are the additional metadata control handles.
The list of strings returned are the full filepaths to valid devices.
# Functions
this function checks the ioctl for VIDIOC_QUERYCAP to see if the device is a video capture device.
this function checks the ioctl for VIDIOC_QUERYCAP to see if the device is a video capture device.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author