Impact Acquire SDK Java
|
Grants access to camera description objects(Device specific interface layout only) (deprecated. More...
Public Member Functions | |
CameraDescriptionCameraLink | cameraDescriptionCameraLink (long index) |
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. | |
CameraDescriptionCameraLink | cameraDescriptionCameraLink (String name) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionCameraLink object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionDigital | cameraDescriptionDigital (long index) |
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. | |
CameraDescriptionDigital | cameraDescriptionDigital (String name) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionDigital object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionManager (CameraDescriptionManager src) | |
Constructs a new mvIMPACT.acquire.CameraDescriptionManager from an existing one. | |
CameraDescriptionNonStandard | cameraDescriptionNonStandard (long index) |
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. | |
CameraDescriptionNonStandard | cameraDescriptionNonStandard (String name) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionNonStandard object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionSDI | cameraDescriptionSDI (long index) |
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. | |
CameraDescriptionSDI | cameraDescriptionSDI (String name) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionSDI object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionStandard | cameraDescriptionStandard (long index) |
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. | |
CameraDescriptionStandard | cameraDescriptionStandard (String name) |
Returns a pointer to a mvIMPACT.acquire.CameraDescriptionStandard object specifying the camera description with the given name in the camera description managers internal list. | |
synchronized void | delete () |
long | getCLCameraDescriptionCount () |
Returns the number of CameraLink® camera descriptions currently available for the device that constructed this instance of the class. | |
long | getDigitalCameraDescriptionCount () |
Returns the number of non-standard digital camera descriptions currently available for the device that constructed this instance of the class. | |
long | getNonStandardCameraDescriptionCount () |
Returns the number of non-standard camera descriptions currently available for the device that constructed this instance of the class. | |
long | getSDICameraDescriptionCount () |
Returns the number of SDI camera descriptions currently available for the device that constructed this instance of the class. | |
long | getStandardCameraDescriptionCount () |
Returns the number of standard camera descriptions currently available for the device that constructed this instance of the class. | |
long | getTotalCameraDescriptionCount () |
Returns the total number camera descriptions currently available for the device that constructed this instance of the class. | |
Protected Member Functions | |
CameraDescriptionManager (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | swigRelease (CameraDescriptionManager obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
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.
|
protected |
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 cameraDescriptionCameraLink | ( | long | index | ) |
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.
index | [in] The index of the camera description to return |
CameraDescriptionCameraLink cameraDescriptionCameraLink | ( | String | name | ) |
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 cameraDescriptionDigital | ( | long | index | ) |
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.
index | [in] The index of the camera description to return |
CameraDescriptionDigital cameraDescriptionDigital | ( | String | name | ) |
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 cameraDescriptionNonStandard | ( | long | index | ) |
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.
index | [in] The index of the camera description to return |
CameraDescriptionNonStandard cameraDescriptionNonStandard | ( | String | name | ) |
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 cameraDescriptionSDI | ( | long | index | ) |
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.
index | [in] The index of the camera description to return |
CameraDescriptionSDI cameraDescriptionSDI | ( | String | name | ) |
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 cameraDescriptionStandard | ( | long | index | ) |
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.
index | [in] The index of the camera description to return |
CameraDescriptionStandard cameraDescriptionStandard | ( | String | name | ) |
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'. |
synchronized void delete | ( | ) |
|
protected |
long getCLCameraDescriptionCount | ( | ) |
Returns the number of CameraLink® camera descriptions currently available for the device that constructed this instance of the class.
long getDigitalCameraDescriptionCount | ( | ) |
Returns the number of non-standard digital camera descriptions currently available for the device that constructed this instance of the class.
long getNonStandardCameraDescriptionCount | ( | ) |
Returns the number of non-standard camera descriptions currently available for the device that constructed this instance of the class.
long getSDICameraDescriptionCount | ( | ) |
Returns the number of SDI camera descriptions currently available for the device that constructed this instance of the class.
long getStandardCameraDescriptionCount | ( | ) |
Returns the number of standard camera descriptions currently available for the device that constructed this instance of the class.
long getTotalCameraDescriptionCount | ( | ) |
Returns the total number camera descriptions currently available for the device that constructed this instance of the class.
|
staticprotected |
|
protected |