The desired pixel format for images acquired with this fifo. A conversion will be performed if different from AcquiredPixelFormat.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: CogImagePixelFormatConstantsRemarks
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