CogFrameGrabber1394DCAM Owned1394DCAMAccess Property Cognex VisionPro
Gets an interface that provides low-level access to the 1394 DCAM camera. A null interface will be returned if your hardware does not support 1394 DCAM. Your code should check for null before attempting access.

Namespace: Cognex.VisionPro.FG1394DCAM.Implementation.Internal
Assembly: Cognex.VisionPro.FG1394DCAM (in Cognex.VisionPro.FG1394DCAM.dll) Version: 65.1.0.0
Syntax

public virtual ICog1394DCAMAccess Owned1394DCAMAccess { get; }

Property Value

Type: ICog1394DCAMAccess
An interface that provides low-level access to the 1394 DCAM camera, or null if such cameras are not supported by your hardware.

Implements

ICogFrameGrabber Owned1394DCAMAccess
See Also