We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AFAIK there is no way to control the power line frequency of the video capture device to reduce the light flickering.
The idea would be to add a new powerLineFrequency constraint that can take the following values:
powerLineFrequency
For ref: https://learn.microsoft.com/en-us/uwp/api/windows.media.devices.videodevicecontroller.trysetpowerlinefrequency?view=winrt-22621#windows-media-devices-videodevicecontroller-trysetpowerlinefrequency(windows-media-capture-powerlinefrequency) https://learn.microsoft.com/en-us/uwp/api/windows.media.capture.powerlinefrequency?view=winrt-22621
The text was updated successfully, but these errors were encountered:
More ref: https://source.chromium.org/chromium/chromium/src/+/main:media/capture/video_capture_types.h?q=googPowerLineFrequency%20 This used to be a nonstandard constraint in Chrome but that went AWOL
Sorry, something went wrong.
No branches or pull requests
AFAIK there is no way to control the power line frequency of the video capture device to reduce the light flickering.
The idea would be to add a new
powerLineFrequency
constraint that can take the following values:For ref:
https://learn.microsoft.com/en-us/uwp/api/windows.media.devices.videodevicecontroller.trysetpowerlinefrequency?view=winrt-22621#windows-media-devices-videodevicecontroller-trysetpowerlinefrequency(windows-media-capture-powerlinefrequency)
https://learn.microsoft.com/en-us/uwp/api/windows.media.capture.powerlinefrequency?view=winrt-22621
The text was updated successfully, but these errors were encountered: