CogFrameGrabberImagingDevice OwnedGigEAccess Property Cognex VisionPro
Gets an interface that provides low-level access to the GigE Vision camera. A null interface will be returned if your hardware does not support GigE Vision. 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: 65.1.0.0
Syntax

public virtual ICogGigEAccess OwnedGigEAccess { get; }

Property Value

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

Implements

ICogFrameGrabber OwnedGigEAccess
See Also