The pixel format of the image as the camera acquires them.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Return Value
Type: CogImagePixelFormatConstantsRemarks
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