Score:0

How do I know if my webcam or mircrophone are in use?

mx flag

In effort to avoid having to tape my microphone and camera on my laptop. I'd like to either write a script that alerts me if it's in use. So I can either say Hi to the user who successfully accessed my camera or microphone.
Or run for the hills.

I tried for example to run

fuser -v /dev/video*

But this returns nothing.

fr flag
For the webcam, this command will at least give you the number of active users, but no names: lsmod|grep -e ^uvcvideo -e ^Module
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.