c# - Set properties of filter in DirectShow.NET -


How can I set the properties of a direct show filter in C #? For example, I want to set a webcam resolution or crop filter clips.

Filters usually have their "personal interface" Interfaces, such as setting it and / or changing its runtime behavior is not a universal interface because the filters are different You usually know in advance which filter you are working with, so you can change the QueryInterface < / code> his interface of interest and then desired In the manner set it.

Some specific tasks such as selecting the capture format (video resolution) are well-known universal approaches, e.g.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -