The distance, in mm, between lines acquired from the camera.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax
Property Value
Type: DoubleThe distance, in mm, between lines acquired from the camera.
Implements
ICogAcqLineScan DistancePerLineRemarks
This read-only distance is a computed value. If the MotionInput is Encoder or SimulatedEncoder the distance is computed using SetStepsPerLine(Int32, Int32), EncoderResolution, and DistancePerCycle.
If the MotionInput is Encoderless the distance is a copy of ExpectedDistancePerLine.
If the MotionInput is Legacy the distance is undefined.
For a factory-calibrated displacement sensor camera this distance is also equal to the YScale, the distance between rows of the range image.
See Also