Specific Interfaces

<< Click to Display Table of Contents >>

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

Specific Interfaces

 

ILineScan description - special features for controlling line scan cameras

 

The ILineScan interface is used to control the exposure time, resolution, size and most importantly the acquisition from line-scan cameras.

The functionality of this interface can be used either trough the CV Linescan Control or through the CVB Driver Library.

 

For testing purposes, please use the CVB Image Manager Tutorial VC Linescan example .

 

IPort description

 

Currently, the IPort interface is only used with the CVB, AVT FireWire camera driver.
A description of this can be found in the User Guide for AVT FireWire cameras.

 

IPropertyChange description

 

The IPropertyChange interface is used when a property of the image is about to change or has been changed.

In CVB, this is accessible via the IPropertyChange functions of the CVB Driver Library or the ImagePropertyChanged event of the CVGrabberControl.

 

For testing purposes, please use the CVB Image Manager Tutorial VCPureDLL/VCDriverMDI example.

 

IRegPort description

 

The IRegPort interface provides low level access to the current device.

It is recommended that you use the high level interfaces e.g. handled by the CV GenICam Control.