You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Logitech webcams have a firmware switch to enable/disable Microphone. (ex C920c, C290e, C925e), Cameras can be shipped with Microphone disabled. This can be accessed through a XU control.
This is a SET_CUR,
Unit: 11 ( Logitech peripheral GUID ffe52d21-8030-4e2c-82d9-f587d00540bd )
Interface: 0
Selector = 0x10
Value: 0 or 1
Some Logitech webcams have a firmware switch to enable/disable Microphone. (ex C920c, C290e, C925e), Cameras can be shipped with Microphone disabled. This can be accessed through a XU control.
This is a SET_CUR,
Unit: 11 ( Logitech peripheral GUID ffe52d21-8030-4e2c-82d9-f587d00540bd )
Interface: 0
Selector = 0x10
Value: 0 or 1
Code to do that with a USB ctrl_transfer
https://github.com/MavChtz/C920e/blob/master/C920e.py
Not sure what all USB ids support this, but at least
0x08b6: "Logi Webcam C920e",
0x08b7: "Logi Webcam C920c",
0x085b: "Logi Webcam C925e",
The text was updated successfully, but these errors were encountered: