CogSyntheticFrameGrabber CreateAcqFifo Method Cognex VisionPro 9.22

Namespace: Cognex.VisionPro.QuickBuild.Implementation.Internal
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public ICogAcqFifo CreateAcqFifo(
	string videoFormat,
	CogAcqFifoPixelFormatConstants fifoType,
	int cameraPort,
	bool autoPrepare
)

Parameters

videoFormat
Type: System String
fifoType
Type: Cognex.VisionPro CogAcqFifoPixelFormatConstants
cameraPort
Type: System Int32
autoPrepare
Type: System Boolean

Return Value

Type: ICogAcqFifo

Implements

ICogFrameGrabber CreateAcqFifo(String, CogAcqFifoPixelFormatConstants, Int32, Boolean)
See Also