mirror of
https://github.com/taigrr/vidnumerator.git
synced 2026-04-02 05:08:52 -07:00
9 lines
376 B
Markdown
9 lines
376 B
Markdown
# 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.
|
|
|
|
>[!IMPORTANT]
|
|
>In order for this library to work properly, the executing user must have either root or video group privileges
|