IImageRect Interface

CVB.Net Documentation
Image rectangle query and change operations.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface IImageRect : IDeviceInterface

The IImageRect type exposes the following members.

Properties

  NameDescription
Public propertyOffset
Gets or sets the offset of the image rectangle from the top left corner of the sensor.
Public propertyParent
The Device this interface works on.
(Inherited from IDeviceInterface.)
Public propertySensorSize
Full size of the sensor in pixels.
Public propertySize
Gets the size of the image rectangle.
Top
Methods

  NameDescription
Public methodChangeSize
Sets a new size to the image rectangle and thus the streamed image.
Public methodUpdate
Reads out the current image format data from the device and adjusts the streaming input buffer accordingly.
Top
Remarks

With this interface you can configure the AOI that is streamed from the camera's sensor.

You can also use this interface to adjust CVB's buffers for incoming data according to the current device's settings.

See Also

Reference