The motion input for a linescan acquisition. This value controls whether linescan acquisition is performed using a hardware encoder or the test encoder.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
Property Value
Type: CogMotionInputConstantsThe type of motion input. The default value for a DS1000, L4000 or L38 series camera is Encoderless. For any other type of image source, the only valid value is Legacy.
Implements
ICogAcqLineScan MotionInputExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If you have a DS1000, L4000 or L38 series camera and the supplied mode is Legacy *or* if you do not have a DS1000, L4000 or L38 series camera and the supplied mode is anything other than Legacy. |
See Also