Impact Acquire SDK Python
CameraDescriptionDigitalBase2 Class Reference

A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated. More...

Inheritance diagram for CameraDescriptionDigitalBase2:
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Properties

 pixelsPerCycle = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase2_pixelsPerCycle_get, doc=)
 An integer property defining the number of pixels per clock cycle transmitted by this camera.
 
 scanMode = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase2_scanMode_get, doc=)
 An enumerated integer property providing information about the sensor of this camera.
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A base class to describe an arbitrary digital camera signal(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 digital video signals.

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 )

Property Documentation

◆ pixelsPerCycle

pixelsPerCycle = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase2_pixelsPerCycle_get, doc=)
static

An integer property defining the number of pixels per clock cycle transmitted by this camera.

This corresponds the number of taps used by the camera in the described configuration.

◆ scanMode

scanMode = property(lib_mvIMPACT_acquire.CameraDescriptionDigitalBase2_scanMode_get, doc=)
static

An enumerated integer property providing information about the sensor of this camera.

Valid values for this property may be: mvIMPACT.acquire.csmArea, mvIMPACT.acquire.csmLine.

◆ thisown

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