Gets the transform between the specified camera and the physical
coordinate system (Phys3D). The physical coordinate system
corresponds to the view having pose type PoseDefineWorldCoord.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- cameraIndex
- Type: System Int32
The zero-based index of the camera.
Property Value
Type: Cog3DTransformRigidThe transform between the specified camera and the physical coordinate system (Phys3D).
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If cameraIndex is out of range [0, NumCameras-1]. |
See Also