Gets the pose of a particular camera relative to the calibration plate at a particular
calibration plate pose index.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
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: Cog3DTransformRigidThe pose of a particular camera relative to the calibration plate at the specified calibration plate pose index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If platePoseIndex is out of range [0, NumCalPlatePoses-1], or cameraIndex is out of range [0, NumCameras-1]. |
See Also