Video Application Development using the MontiVision Smart ActiveX Control

The MontiVision Smart Control simplifies vision application development. It handles a myriad of different utilities and functionality, such as video window handling/processing, filter graph control and so on. You can use the control and it's   helper controls in all COM development environments. .

The development process can separated into following parts:

1. Create and configure a filter graph with the MontiVision Workbench and save the configuration into a MontiVision Project file (*.mvp).

2.  Create the application framework with your favourite development environment and integrate the MontiVision Smart Control.

3.   Add code to load the  MontiVision Project file (*.mvp) into the control with the IMVSCFilterGraph::LoadConfig  method and start the configuration with IMVSCFilterGraph::Start.

4.   Add additional functions such as "stop filter graph", "video source selection" or "filter setup",  visit the HowTo section for more information.