Enumeration of types that can be returned from GetAvailableVideoFormatOptions.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| CameraManufacturer | 1 | ||
| CameraModel | 2 | ||
| CameraResolution | 4 | ||
| CameraDriveType | 8 | ||
| CameraOptions | 16 |
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