如何以编程方式禁用网络摄像头二极管
在我的笔记本电脑(戴尔)中,使用网络摄像头时会发出强烈的蓝色二极管光,这让我很恼火。
我正在考虑禁用它。你知道有什么库或方法可以关闭这个二极管灯吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经做到了这一点,并且在大多数(如果不是全部)与戴尔网络摄像头软件兼容的戴尔网络摄像头上无需进行硬件修改,这是完全可能的。
对于较旧的戴尔网络摄像头中心软件和驱动程序(~2008 年之前),有一个设置可以在动作捕捉期间控制 LED,并且可以在 GUI 中轻松更改。
对于较新的 Dell Webcam Central 软件,我必须使用 IDA/Cheat Engine/Hex Editor 来手动调试和修补驱动程序 DLL 文件。但这是可能的,只需要更改几个 jmp 指令。
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.