CogFrameGrabberImagingDevice Owned1394DCAMAccess Property Cognex VisionPro 9.7
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.ImagingDevice.Implementation.Internal
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 73.0.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