Enum VmbSrcIncompleteFrameHandlingValues
Determines how the element should handle received frames where data transmission was incomplete. Incomplete frames may contain pixel intensities from old acquisitions or random data.
Namespace: VisioForge.Core.Types.X.Sources.AlliedVision
Assembly: VisioForge.Core.dll
Syntax
public enum VmbSrcIncompleteFrameHandlingValues
Fields
Name | Description |
---|---|
Drop | Drop incomplete frames. |
Submit | Use incomplete frames and submit them to the next element for processing. |