CogAcqVideoFormatOptionConstants EnumerationCognex VisionPro 9.7
Enumeration of types that can be returned from GetAvailableVideoFormatOptions.

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

[FlagsAttribute]
public enum CogAcqVideoFormatOptionConstants
Members

  Member nameValueDescription
CameraManufacturer1
CameraModel2
CameraResolution4
CameraDriveType8
CameraOptions16
Remarks

Enumeration of types of information that can be returned from GetAvailableVideoFormatOptions(CogAcqVideoFormatOptionConstants, String, String, String, String, String). You can OR these values to obtain different combinations of information

See Also