CogHandEyeCalibrationResult GetHome2DFromStationaryPlate2D Method Cognex VisionPro
Return a copy of the Home2DFromStationaryPlate2D transform. This is a rigid transform that may also flip handedness. This is the placement pose of the plate. This is only valid if MovingCamera is true.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax

public CogTransform2DLinear GetHome2DFromStationaryPlate2D()

Return Value

Type: CogTransform2DLinear
Exceptions

ExceptionCondition
InvalidOperationException If MovingCamera is false.
See Also