CogFrameGrabber8504 OwnedImagingDeviceAccess Property Cognex VisionPro
Gets an interface that provides low-level access to the Imaging Device. A null interface will be returned if your hardware does not support the Imaging Device. Your code should check for null before attempting access.

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

public virtual ICogImagingDeviceAccess OwnedImagingDeviceAccess { get; }

Property Value

Type: ICogImagingDeviceAccess
An interface that provides low-level access to the Imaging Device, or null if such cameras are not supported by your hardware.

Implements

ICogFrameGrabber OwnedImagingDeviceAccess
See Also