Cog3DPointCloudMeshRoot ReconstructionEndTime Property Cognex VisionPro 9.7
Some sensors include the timestamps of events such as the end of the reconstruction process, while other sensors do not. The reconstruction process is whatever algorithm processes and interprets the raw acquired data, and produces a point cloud root. If available, this property represents the time at which reconstruction was completed for this Cog3DPointCloudMeshRoot, expressed as the number of milliseconds since January 1, 1970 UTC. If this information is not available, the return value will be -1.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax

public virtual long ReconstructionEndTime { get; }

Property Value

Type: Int64
See Also