Cog3DCameraCalibrationResult Camera3DFromPhys3D Property Cognex VisionPro
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.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public Cog3DTransformRigid this[
	int cameraIndex
] { get; }

Parameters

cameraIndex
Type: System Int32
The zero-based index of the camera.

Property Value

Type: Cog3DTransformRigid
The transform between the specified camera and the physical coordinate system (Phys3D).
Exceptions

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