CogTrevista DepthImageParams Property Cognex VisionPro 9.22 SR1
Gets or sets the parameters controlling the output DepthImage.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 87.1.0.0
Syntax

public CogTrevistaDepthImageParams DepthImageParams { get; set; }

Property Value

Type: CogTrevistaDepthImageParams
Parameters controlling the output DepthImage.

All output image parameters share these common properties:

Along with the common output image parameters, the DepthImageParams adds:

Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
ArgumentNullException The input value is null.
See Also