CogDisplay StartLiveDisplay Method Cognex VisionPro
Starts live image display using the specified acquisition FIFO.

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

public virtual void StartLiveDisplay(
	Object acqFifo,
	[OptionalAttribute] bool own
)

Parameters

acqFifo
Type: System Object
The image source. Must implement ICogAcqFifo.
own (Optional)
Type: System Boolean
If true, this method optimizes display performance, but there are some resitrctions on how you can use the FIFO.
Exceptions

See Also