add second function call

This commit is contained in:
2023-06-27 16:09:07 -07:00
parent 5d726183d5
commit 210ae73aa7
2 changed files with 17 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
# VidNumerator
This is a tiny library that only exports one function: `EnumerateVideoDevices`.
This function uses syscalls to efficiently determine which `/dev/videoN` devices
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.