ICImagingControl.LiveDisplayOutputHeight Property

Returns the actual height of the video format of the live display. Due to the use of frame filters, this height can differ from the height of the video capture device's video format and the sink's format.
Syntax:
[C#]
public int LiveDisplayOutputHeight;
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.LiveDisplayOutputWidth

<< ICImagingControl