Enum PointCloudOutputMode
Enumeration of way to save the data.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public enum PointCloudOutputMode
Fields
| Name | Description |
|---|---|
| FrameByFrame | Separate file per frame. |
| Merged | All frame in the same file. |