Hello
I need to write a DirectShow capture filter that wraps the "real" video device (fitler) and deinterlaces the captured video. From the interface perspective, this has to be a separate video device available in enumerator and when choosen, it connects to a real video device and inserts a transform filter (deinterlace) between video device output pin and the its own output pin. My question is - is my approach correct? I want to simply develop a DShow capture video filter, instantiate a transform filter within and connect pins from my filter automatically. Is there a better way to "inject" a transfrom filter between a real video device and the application that uses it? Regards
Dominik Tomczak