Whether this frame grabber supports the given pixel format.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- format
- Type: Cognex.VisionPro CogAcqFifoPixelFormatConstants
The pixel format. Must be one of the pixel formats in CogAcqFifoPixelFormatConstants.
Return Value
Type: BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentException | format is not in CogAcqFifoPixelFormatConstants. |
Remarks
This method is deprecated. It always returns True.
See Also