I would, preferably, like to know of a command I can run that will let me know whether a webcam is on/off or recording/not recording, etc. Maybe a way to see if any programs are currently accessing it would work as well. If there is no command line option, I'm not opposed to writing a small c or c++ program to do this, but I haven't been able to find a way to do that either.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
migrated from serverfault.com Nov 2 '12 at 14:42
|
I think |
|||
|
|
Video devices in Linux are accessed using v4l interface(Video 4 Linux). There's a library and a command line tool called |
|||
|
|