Integrate your custom DirectShow Filters into Filter
Graphs
Once you have finished creating any
additional filters you wish to use, load the filter graph into the
MontiVision Workbench. Add the new filter from the video filter bar
on the left and into the filter graph view. The sample "Foo Filter"
demonstrates this by copying and input image to another output
image.
The next step is to integrate the filter
into the existing graph. Delete the
connection between the two filters where the new filter is to go
between. Then connect the filter
to each side. Now the filter graph, with the new filter is complete
and ready for use. You can now run it to test the whole graph.
If the graph works, the next step will be
to integrate the graph into
your imaging application.
|