kekyo / FlashCap

Independent video frame capture library on .NET/.NET Core and .NET Framework.
Apache License 2.0
189 stars 28 forks source link

SET the power line frequency property #122

Open songyitao1991 opened 9 months ago

songyitao1991 commented 9 months ago

I want to set the Power Line Frequency when I start the video. But I did not find how to set. Any help?

kekyo commented 9 months ago

Unfortunately, it is not possible to set properties such as Power line frequency directly from FlashCap. See #112.

Note that only in DirectShow environments, if the capture device implements a PropertyPage that exposes the desired settings, it is possible to use ShowPropertyPageAsync() to display the PropertyPage and configure it manually.