How do I detect what software is using the webcam on a Windows box (XP,Vista,7)

Posted by burnt_hand on Stack Overflow See other posts from Stack Overflow or by burnt_hand
Published on 2010-05-30T15:12:40Z Indexed on 2010/05/30 15:22 UTC
Read the original article Hit count: 153

Filed under:
|
|
|

The idea is that I want to build a small app that detects if the webcam is being used and by what.

I have thought about seeing who has use of the Twain.dll somehow (like the way process explorer knows)

It's for a security style app that picks out weird webcam behaviour.

Ideally I would use C# as it's my strong point, but I'm guessing it won't be that nice.

© Stack Overflow or respective owner

Related posts about security

Related posts about processes