ICImagingControl.LiveDisplayOutputWidth Property

Returns the actual width of the video format of the live display. Due to the use of frame filters, this width can differ from the width of the video capture device's video format and the sink's format.
Syntax:
[C#]
public int LiveDisplayOutputWidth;
Limitations:

Ready only, run time only.

Remarks:

This property only returns valid values when live mode has been started and LiveDisplay is true.

Information:

Introduced in version 3.0

See also: ICImagingControl, ICImagingControl.LiveDisplayOutputHeight

<< ICImagingControl