CogAcqFifoImagingDevice OwnedSimultaneousParams Property Cognex VisionPro 9.7
Gets the simultaneous acquisition parameters. These parameters are owned by this AcqFifo object, but are conveniently grouped together inside the returned interface. A null interface will be returned if your hardware does not support these parameters. Your code should check for null before attempting access.

Namespace: Cognex.VisionPro.ImagingDevice.Implementation.Internal
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 73.0.0.0
Syntax

public virtual ICogAcqSimultaneous OwnedSimultaneousParams { get; }

Property Value

Type: ICogAcqSimultaneous
An interface containing the simultaneous acquisition parameters for this AcqFifo, or null if these parameters are not supported by your hardware in the currently selected video format.

Implements

ICogAcqFifo OwnedSimultaneousParams
See Also