Impact Acquire SDK .NET
|
Grants access to camera description objects (Device specific interface layout only). More...
Public Member Functions | |
CameraDescriptionCameraLink | cameraDescriptionCameraLink (int index) |
Returns a pointer to a mv.impact.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 mv.impact.acquire.CameraDescriptionCameraLink object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionDigital | cameraDescriptionDigital (int index) |
Returns a pointer to a mv.impact.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 mv.impact.acquire.CameraDescriptionDigital object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionManager (Device device) | |
Constructs a new mv.impact.acquire.CameraDescriptionManager object. | |
CameraDescriptionNonStandard | cameraDescriptionNonStandard (int index) |
Returns a pointer to a mv.impact.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 mv.impact.acquire.CameraDescriptionNonStandard object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionSDI | cameraDescriptionSDI (int index) |
Returns a pointer to a mv.impact.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 mv.impact.acquire.CameraDescriptionSDI object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionStandard | cameraDescriptionStandard (int index) |
Returns a pointer to a mv.impact.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 mv.impact.acquire.CameraDescriptionStandard object specifying the camera description with the given name in the camera description managers internal list. | |
CameraDescriptionBase | getDescription (String name) |
Returns a pointer to a mv.impact.acquire.CameraDescriptionBase object specifying the camera description with the given name in the camera description managers internal list. | |
Properties | |
int | CLCameraDescriptionCount [get] |
Returns the number of CameraLink® camera descriptions currently available for the device that constructed this instance of the class. | |
int | digitalCameraDescriptionCount [get] |
Returns the number of non-standard digital camera descriptions currently available for the device that constructed this instance of the class. | |
int | nonStandardCameraDescriptionCount [get] |
Returns the number of non-standard camera descriptions currently available for the device that constructed this instance of the class. | |
int | SDICameraDescriptionCount [get] |
Returns the number of SDI camera descriptions currently available for the device that constructed this instance of the class. | |
int | standardCameraDescriptionCount [get] |
Returns the number of standard camera descriptions currently available for the device that constructed this instance of the class. | |
int | totalCameraDescriptionCount [get] |
Returns the total number of camera descriptions currently available for the device that constructed this instance of the class. | |
Grants access to camera description objects (Device specific interface layout only).
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 mv.impact.acquire.CameraDescriptionBase.
Example (lists all available camera descriptions for a certain device)
|
inline |
Constructs a new mv.impact.acquire.CameraDescriptionManager object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionCameraLink object specifying the camera description found at the given index in the camera description managers internal list.
[in] | index | The index of the camera description to return |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionCameraLink object specifying the camera description with the given name in the camera description managers internal list.
[in] | name | 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'. |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionDigital object specifying the camera description found at the given index in the camera description managers internal list.
[in] | index | The index of the camera description to return |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionDigital object specifying the camera description with the given name in the camera description managers internal list.
[in] | name | 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'. |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionNonStandard object specifying the camera description found at the given index in the camera description managers internal list.
[in] | index | The index of the camera description to return |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionNonStandard object specifying the camera description with the given name in the camera description managers internal list.
[in] | name | 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'. |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionSDI object specifying the camera description found at the given index in the camera description managers internal list.
[in] | index | The index of the camera description to return |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionSDI object specifying the camera description with the given name in the camera description managers internal list.
[in] | name | 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'. |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionStandard object specifying the camera description found at the given index in the camera description managers internal list.
[in] | index | The index of the camera description to return |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionStandard object specifying the camera description with the given name in the camera description managers internal list.
[in] | name | 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'. |
|
inline |
Returns a pointer to a mv.impact.acquire.CameraDescriptionBase object specifying the camera description with the given name in the camera description managers internal list.
[in] | name | The name of the camera description to return. |
|
get |
Returns the number of CameraLink® camera descriptions currently available for the device that constructed this instance of the class.
|
get |
Returns the number of non-standard digital camera descriptions currently available for the device that constructed this instance of the class.
|
get |
Returns the number of non-standard camera descriptions currently available for the device that constructed this instance of the class.
|
get |
Returns the number of SDI camera descriptions currently available for the device that constructed this instance of the class.
|
get |
Returns the number of standard camera descriptions currently available for the device that constructed this instance of the class.
|
get |
Returns the total number of camera descriptions currently available for the device that constructed this instance of the class.