Search code examples
c#c++programming-languageswinforms-interop

How to disable WebCam diode programmatically


In my laptop (Dell) strong blue diode light while WebCam use is annoying me.

I was thinking to disable it. Do you know any library or method to turn off this diode light?


Solution

  • I have done this, and it is completely possible without hardware modification on MOST (if not all) Dell webcams compatible with the Dell webcam software.

    With older Dell Webcam Center software and drivers (~pre 2008), there is a setting which controls the LED during motion capture and it can be easily changed in the GUI.

    For the newer Dell Webcam Central software, I had to use IDA/Cheat Engine/Hex Editor to manually debug and patch the driver DLL file. But this IS possible and only requires changing a couple of jmp instructions.