Implement the abstract method in ICogHandEyeCalibrationResult.
Returns a copy of the Home2DFromCamera2D transform.
If it is stationary camera, the input parameter is ignored.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 73.0.0.0
Syntax
Parameters
- uncorrectedHome2DFromStage2D
- Type: Cognex.VisionPro CogTransform2DRigid
The uncorrected Home2DFromStage2D transform. If the calibration result is not for a moving camera then this argument is ignored.
Return Value
Type: CogTransform2DLinearImplements
ICogHandEyeCalibrationResult GetHome2DFromCamera2D(CogTransform2DRigid)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the calibration result is for a moving camera but the uncorrectedHome2DFromStage2D argument is null. |
See Also