Enum ScanningMode
Enumeration for setting the scanning mode of the ScanSystem.
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public enum ScanningMode
Fields
Name | Description |
---|---|
Frame | Scanning is done on a per frame basis. A frame contains a profile from all camera/laser pairs of all scan heads in the system. |
Profile | Scanning is done on a per profile basis. Profiles should be read using TakeNextProfile(CancellationToken), TryTakeNextProfile(out IProfile, TimeSpan, CancellationToken), or TryTakeProfiles(int, TimeSpan, CancellationToken). |