Skip to main content

How to use a 3rd-party video processing filter?

Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net

Sample code

How to enumerate DirectShow filters

foreach (var directShowFilter in VideoCapture1.DirectShow_Filters)
{
// do something
}

How to clear currently added filters

VideoCapture1.Video_Filters_Clear();

How to add a filter to the list

VideoCapture1.Video_Filters_Add(new CustomProcessingFilter("filter name"));

Required redists

  • SDK redist

How can the required redists be installed or deployed to the user's PC?


Visit our GitHub page to get more code samples.