Impact Acquire SDK Python
|
Grants access to camera description objects(Device specific interface layout only) (deprecated. More...
Public Member Functions | |
__init__ (self, src) | |
Constructs a new mvIMPACT.acquire.CameraDescriptionManager from an existing one. | |
cameraDescriptionCameraLink (self, *args) | |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionCameraLink object specifying the camera description found at the given index in the camera description managers internal list. | |
cameraDescriptionDigital (self, *args) | |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionDigital object specifying the camera description found at the given index in the camera description managers internal list. | |
cameraDescriptionNonStandard (self, *args) | |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionNonStandard object specifying the camera description found at the given index in the camera description managers internal list. | |
cameraDescriptionSDI (self, *args) | |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionSDI object specifying the camera description found at the given index in the camera description managers internal list. | |
cameraDescriptionStandard (self, *args) | |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionStandard object specifying the camera description found at the given index in the camera description managers internal list. | |
getCLCameraDescriptionCount (self) | |
Returns the number of CameraLink® camera descriptions currently available for the device that constructed this instance of the class. | |
getDigitalCameraDescriptionCount (self) | |
Returns the number of non-standard digital camera descriptions currently available for the device that constructed this instance of the class. | |
getNonStandardCameraDescriptionCount (self) | |
Returns the number of non-standard camera descriptions currently available for the device that constructed this instance of the class. | |
getSDICameraDescriptionCount (self) | |
Returns the number of SDI camera descriptions currently available for the device that constructed this instance of the class. | |
getStandardCameraDescriptionCount (self) | |
Returns the number of standard camera descriptions currently available for the device that constructed this instance of the class. | |
getTotalCameraDescriptionCount (self) | |
Returns the total number camera descriptions currently available for the device that constructed this instance of the class. | |
Properties | |
cLCameraDescriptionCount = property (getCLCameraDescriptionCount, None, None, None) | |
An integer property (read-only) which holds the number of CameraLink® camera descriptions currently available for the device that constructed this instance of the class. | |
digitalCameraDescriptionCount = property (getDigitalCameraDescriptionCount, None, None, None) | |
An integer property (read-only) which holds the number of non-standard digital camera descriptions currently available for the device that constructed this instance of the class. | |
nonStandardCameraDescriptionCount = property (getNonStandardCameraDescriptionCount, None, None, None) | |
An integer property (read-only) which holds the number of non-standard camera descriptions currently available for the device that constructed this instance of the class. | |
standardCameraDescriptionCount = property (getStandardCameraDescriptionCount, None, None, None) | |
An integer property (read-only) which holds the number of standard camera descriptions currently available for the device that constructed this instance of the class. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Grants access to camera description objects(Device specific interface layout only) (deprecated.
This class provides access to the various camera description objects. Each device recognizes a different set of camera descriptions. E.g. a digital frame grabber will not be able to work with analogue cameras. Each camera description class will be derived from mvIMPACT.acquire.CameraDescriptionBase.
__init__ | ( | self, | |
src ) |
Constructs a new mvIMPACT.acquire.CameraDescriptionManager from an existing one.
src | A constant reference to the mvIMPACT.acquire.CameraDescriptionManager object, this object shall be created from |
cameraDescriptionCameraLink | ( | self, | |
* | args ) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionCameraLink object specifying the camera description found at the given index in the camera description managers internal list.
OVERLOAD 1:
index | [in] The index of the camera description to return |
OVERLOAD 2: Returns a pointer to a mvIMPACT.acquire.CameraDescriptionCameraLink object specifying the camera description with the given name in the camera description managers internal list.
name | [in] The name of the camera description. This can either be the name of the list like e.g. 'CameraLink_Generic' or the value of the property 'name' of this description like e.g. 'Generic'. |
cameraDescriptionDigital | ( | self, | |
* | args ) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionDigital object specifying the camera description found at the given index in the camera description managers internal list.
OVERLOAD 1:
index | [in] The index of the camera description to return |
OVERLOAD 2: Returns a pointer to a mvIMPACT.acquire.CameraDescriptionDigital object specifying the camera description with the given name in the camera description managers internal list.
name | [in] The name of the camera description. This can either be the name of the list like e.g. 'Digital_Generic' or the value of the property 'name' of this description like e.g. 'Generic'. |
cameraDescriptionNonStandard | ( | self, | |
* | args ) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionNonStandard object specifying the camera description found at the given index in the camera description managers internal list.
OVERLOAD 1:
index | [in] The index of the camera description to return |
OVERLOAD 2: Returns a pointer to a mvIMPACT.acquire.CameraDescriptionNonStandard object specifying the camera description with the given name in the camera description managers internal list.
name | [in] The name of the camera description. This can either be the name of the list like e.g. 'NonStandard_Generic' or the value of the property 'name' of this description like e.g. 'Generic'. |
cameraDescriptionSDI | ( | self, | |
* | args ) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionSDI object specifying the camera description found at the given index in the camera description managers internal list.
OVERLOAD 1:
index | [in] The index of the camera description to return |
OVERLOAD 2: Returns a pointer to a mvIMPACT.acquire.CameraDescriptionSDI object specifying the camera description with the given name in the camera description managers internal list.
name | [in] The name of the camera description. This can either be the name of the list like e.g. 'CameraLink_Generic' or the value of the property 'name' of this description like e.g. 'Generic'. |
cameraDescriptionStandard | ( | self, | |
* | args ) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionStandard object specifying the camera description found at the given index in the camera description managers internal list.
OVERLOAD 1:
index | [in] The index of the camera description to return |
OVERLOAD 2: Returns a pointer to a mvIMPACT.acquire.CameraDescriptionStandard object specifying the camera description with the given name in the camera description managers internal list.
name | [in] The name of the camera description. This can either be the name of the list like e.g. 'Standard_Generic' or the value of the property 'name' of this description like e.g. 'Generic'. |
getCLCameraDescriptionCount | ( | self | ) |
Returns the number of CameraLink® camera descriptions currently available for the device that constructed this instance of the class.
getDigitalCameraDescriptionCount | ( | self | ) |
Returns the number of non-standard digital camera descriptions currently available for the device that constructed this instance of the class.
getNonStandardCameraDescriptionCount | ( | self | ) |
Returns the number of non-standard camera descriptions currently available for the device that constructed this instance of the class.
getSDICameraDescriptionCount | ( | self | ) |
Returns the number of SDI camera descriptions currently available for the device that constructed this instance of the class.
getStandardCameraDescriptionCount | ( | self | ) |
Returns the number of standard camera descriptions currently available for the device that constructed this instance of the class.
getTotalCameraDescriptionCount | ( | self | ) |
Returns the total number camera descriptions currently available for the device that constructed this instance of the class.
|
static |
An integer property (read-only) which holds the number of CameraLink® camera descriptions currently available for the device that constructed this instance of the class.
See mvIMPACT.acquire.CameraDescriptionManager.getCLCameraDescriptionCount()
|
static |
An integer property (read-only) which holds the number of non-standard digital camera descriptions currently available for the device that constructed this instance of the class.
See mvIMPACT.acquire.CameraDescriptionManager.getDigitalCameraDescriptionCount()
|
static |
An integer property (read-only) which holds the number of non-standard camera descriptions currently available for the device that constructed this instance of the class.
See mvIMPACT.acquire.CameraDescriptionManager.getNonStandardCameraDescriptionCount()
|
static |
An integer property (read-only) which holds the number of standard camera descriptions currently available for the device that constructed this instance of the class.
See mvIMPACT.acquire.CameraDescriptionManager.getStandardCameraDescriptionCount()
|
static |