Impact Acquire SDK Python
CameraDescriptionStandard Class Reference

A class describing analogue standard compliant video cameras(Device specific interface layout only) (deprecated. More...

Inheritance diagram for CameraDescriptionStandard:
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Properties

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

Detailed Description

A class describing analogue standard compliant video cameras(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!
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 CameraDescriptionStandardBase.

Property Documentation

◆ thisown

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