MontiVision Extended Video Source ActiveX Control

The MontiVision Extended Video Source Control encapsulates custom functions from video source devices. A lot of video cameras provides customer funtions to use options from their hardware that wasn't covered by the standard DirectShow API.

This MontiVision ActiveX Control is used in the LumeneraCameraProperties Sample Applications.

 

Current Supported Cameras

 

Interfaces

Interface Desciption
IMVExtendedVideoSource The base interface from the control.
IMVLumeneraCustomConfig Interface to use custom functions from Lumenera cameras

 

Application Development 

  1. Insert the MV Extended VideoSource Control into your application.
  2. Initialise the control with the IMVExtendedVideoSource::Init method.
  3. Use the IMVLumeneraCustomConfig methods to use custom properties.

Some custom proprties changes the video format from the video source. Set these properties within the _IMVSmartControlEvents::OnOutputPinConnected event handler from your application.