ICogAcqFifo OutputPixelFormat Property Cognex VisionPro 9.10
The desired pixel format for images acquired with this fifo. A conversion will be performed if different from AcquiredPixelFormat.

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

CogImagePixelFormatConstants OutputPixelFormat { get; set; }

Property Value

Type: CogImagePixelFormatConstants
Remarks

Use this property to specify the pixel format that Acquire(Int32 ) returns. AcquiredPixelFormat  returns the pixel format of the image that the camera is acquiring. If the two values don't match, VisionPro converts the acquired image to OutputPixelFormat.

See Also