initial commit

This commit is contained in:
2023-06-27 16:06:07 -07:00
commit 5d726183d5
6 changed files with 121 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# 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.