ICogFrameGrabber GetSupportsPixelFormat Method Cognex VisionPro 9.8 SR1
Whether this frame grabber supports the given pixel format.

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

bool GetSupportsPixelFormat(
	CogAcqFifoPixelFormatConstants format
)

Return Value

Type: Boolean
Exceptions

ExceptionCondition
ArgumentException

format is not in CogAcqFifoPixelFormatConstants.

Remarks

This method is deprecated. It always returns True.

See Also