ICogAcqROI InterfaceCognex VisionPro
Interface for specifying the region of interest for image acquisition.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public interface ICogAcqROI

The ICogAcqROI type exposes the following members.

Methods

  NameDescription
Public methodGetROIXYWidthHeight
Gets the ROI. The ROI allows a subset of the pixels defined by the video format to be returned by a call to CompleteAcquire.
Public methodIsROIModeSupported
Returns True if the corresponding mode setting is supported.
Public methodSetROIXYWidthHeight
Sets the ROI.
Top
Properties

  NameDescription
Public propertyROIMode
Gets or sets the ROIMode.
Top
Remarks

Interface for specifying the region of interest (ROI) for image acquisition.

The ROI property lets you specify which part of the acquired image you wish to process. The ICogAcqFifo interface uses the ROI property to optimize acquisition time.

Depending on the capabilities of the video hardware, the ROI setting may affect which pixels are actually written in the pixel root image, allowing the acquisition FIFO to acquire a smaller number of pixels, thereby reducing acquisition time.

Supported on: 8100D, 8100M, 8100M+, 8120/CVM1, 8120/CVM6, 8120/CVM9, 8120/CVM11, 8501, 8504 8600

See Also