Cog3DCameraCalibrationResult CalPlate3DFromCamera3D Property Cognex VisionPro
Gets the pose of a particular camera relative to the calibration plate at a particular calibration plate pose index.

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

public Cog3DTransformRigid this[
	int platePoseIndex,
	int cameraIndex
] { get; }

Parameters

platePoseIndex
Type: System Int32
The zero-based index of the calibration plate pose.
cameraIndex
Type: System Int32
The zero-based index of the camera.

Property Value

Type: Cog3DTransformRigid
The pose of a particular camera relative to the calibration plate at the specified calibration plate pose index.
Exceptions

ExceptionCondition
ArgumentException If platePoseIndex is out of range [0, NumCalPlatePoses-1], or cameraIndex is out of range [0, NumCameras-1].
See Also