ICameraSelect2 Interface

<< Click to Display Table of Contents >>

Navigation:  Image Manager > CVB Technology > Acquisition device drivers and CVB Programming Interfaces >

ICameraSelect2 Interface

 

ICameraSelect2 Interface: switching between different devices

 

The ICameraSelect2 interface allows to switch between selected camera ports or image acquisition devices.

The switching between devices is realized in CVB via the ICameraSelect2 functions of the CVB Driver Library using CS2Get... and CS2Set... or with CamPort property of the CV Grabber ActiveX Control.

To test the basic functionality, please use  the Common Vision Blox Viewer (button or menu item Show Grabber properties).

 

Access ICameraSelect and ICameraSelect2 properties and methods:

CVGrabber_PropertyPage02

 

A platform independent C++ code example can be found in the MultiOSConsole example (Camera.cpp) of the Image Manager

Windows:        %CVB%Tutorial\Image Manager\VC\VCMultiOSConsole

Linux :        /opt/cvb/tutorial/ImageManager/ComplexMultiOSConsoleExample