Impact Acquire SDK Python
CameraDescriptionCameraLink Class Reference

A class to describe a CameraLink® compliant camera(Device specific interface layout only) (deprecated. More...

Inheritance diagram for CameraDescriptionCameraLink:
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Properties

 dataValid = property(lib_mvIMPACT_acquire.CameraDescriptionCameraLink_dataValid_get, doc=)
 An enumerated integer property defining the way this camera transmits the data valid (DVAL) signal.
 
 tapsXGeometry = property(lib_mvIMPACT_acquire.CameraDescriptionCameraLink_tapsXGeometry_get, doc=)
 An enumerated integer property defining the way this camera transmits the pixel data in X direction.
 
 tapsYGeometry = property(lib_mvIMPACT_acquire.CameraDescriptionCameraLink_tapsYGeometry_get, doc=)
 An enumerated integer property defining the way this camera transmits the pixel data in Y direction.
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A class to describe a CameraLink® compliant camera(Device specific interface layout only) (deprecated.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

This class provides access to all settings specific for CameraLink® compliant cameras.

Note
This class will only be available if mvIMPACT.acquire.Device.interfaceLayout is set to mvIMPACT.acquire.dilDeviceSpecific before the device is opened.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kwargs )

Reimplemented from CameraDescriptionDigitalBase2.

Property Documentation

◆ dataValid

dataValid = property(lib_mvIMPACT_acquire.CameraDescriptionCameraLink_dataValid_get, doc=)
static

An enumerated integer property defining the way this camera transmits the data valid (DVAL) signal.

Valid values for this property may be: mvIMPACT.acquire.cldvmActive, mvIMPACT.acquire.cldvmInactive.

◆ tapsXGeometry

◆ tapsYGeometry

tapsYGeometry = property(lib_mvIMPACT_acquire.CameraDescriptionCameraLink_tapsYGeometry_get, doc=)
static

An enumerated integer property defining the way this camera transmits the pixel data in Y direction.

Valid values for this property may be: mvIMPACT.acquire.cltyg1Y, mvIMPACT.acquire.cltyg1Y2, mvIMPACT.acquire.cltyg2YE.

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static