Cog3DCrsp2D3D CameraIndex Property Cognex VisionPro
Gets/sets the index of the camera.

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

public int CameraIndex { get; set; }

Property Value

Type: Int32
The index of the camera from which the image was acquired.
Exceptions

ExceptionCondition
ArgumentException If the input argument of the setter is less than 0.
See Also