Files
vidnumerator/README.md
2023-06-27 16:06:07 -07:00

8 lines
315 B
Markdown

# VidNumerator
This is a tiny library that only exports one function: `EnumerateVideoDevices`.
This function 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.