ICogAcqFifo AcquiredPixelFormat Method Cognex VisionPro
The pixel format of the image as the camera acquires them.

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

CogImagePixelFormatConstants AcquiredPixelFormat()

Return Value

Type: CogImagePixelFormatConstants
Remarks

This method returns the pixel format of the images that the camera is acquiring. Use OutputPixelFormat to specify pixel format of the image that Acquire(Int32 ) returns. If that value that this method returns does not match OutputPixelFormat, VisionPro converts the acquired image to OutputPixelFormat.

See Also