Feature Request: Add Setting for Frequency (Anti Flicker)
Opened this issue · 1 comments
Hi SuslikV,
your script is the ONLY useful tool I have found online to fix the terrible Logitech webcam settings. So thanks for the great dev work!
The only missing setting appears to be the Frequency Setting. My setting reverts to 60Hz on shutdown or restart. However, this setting is not included in your script (50Hz or 60Hz).
Is there any way you can add it into the script so it is captured, saved and reapplied?
No.
The KSPROPERTY_VIDEOPROCAMP_POWERLINE_FREQUENCY is part of different API (https://docs.microsoft.com/en-us/windows-hardware/drivers/stream/video-capture-minidriver-property-sets), more powerful and... more complex to implement and to check.
And I just used the:
CameraControlProperty enumeration
VideoProcAmpProperty enumeration
so no changes is planned (this should be completely different program/util).