|
Impact Acquire SDK Java
|
A class to control the HDR (High Dynamic Range) parameters of a device (Device specific interface layout only). More...
Public Member Functions | |
| synchronized void | delete () |
| PropertyI | getHDREnable () |
| An enumerated integer property which can be used to enable/disable HDR (High Dynamic Range) mode. | |
| HDRKneePoint | getHDRKneePoint (long nr) |
| Returns a reference to a set of user definable parameters to configure a HDR (High Dynamic Range) knee point. | |
| PropertyI | getHDRKneePointCount () |
| An integer property to define the number of knee points to work with when mvIMPACT.acquire.HDRControl.getHDRMode() is set to mvIMPACT.acquire.TCameraHDRMode.cHDRmUser. | |
| PropertyI | getHDRMode () |
| An enumerated integer property which can be used to configure the HDR (High Dynamic Range) mode to work with. | |
| int | hObj () |
| Returns a unique identifier for the component collection referenced by this object. | |
| boolean | isAvailable () |
| This function should be called to check if this device offers HDR (High Dynamic Range) control parameters. | |
| ComponentCollection | restoreDefault () |
| Restores the default for every component of this collection. | |
Protected Member Functions | |
| void | finalize () |
| HDRControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
| static long | swigRelease (ComponentCollection obj) |
| static long | swigRelease (HDRControl obj) |
Protected Attributes | |
| transient boolean | swigCMemOwn |
A class to control the HDR (High Dynamic Range) parameters of a device (Device specific interface layout only).
|
protected |
| synchronized void delete | ( | ) |
Reimplemented from ComponentCollection.
|
protected |
Reimplemented from ComponentCollection.
| PropertyI getHDREnable | ( | ) |
An enumerated integer property which can be used to enable/disable HDR (High Dynamic Range) mode.
Valid values for this property are defined by the enumeration mvIMPACT.acquire.TBoolean.
| HDRKneePoint getHDRKneePoint | ( | long | nr | ) |
Returns a reference to a set of user definable parameters to configure a HDR (High Dynamic Range) knee point.
Use the property mvIMPACT.acquire.HDRControl.getHDRKneePointCount() to find out how many knee points are available or to change the number of knee points.
| nr | [in] The number of the knee point to be returned |
| PropertyI getHDRKneePointCount | ( | ) |
An integer property to define the number of knee points to work with when mvIMPACT.acquire.HDRControl.getHDRMode() is set to mvIMPACT.acquire.TCameraHDRMode.cHDRmUser.
| PropertyI getHDRMode | ( | ) |
An enumerated integer property which can be used to configure the HDR (High Dynamic Range) mode to work with.
Valid values for this property are defined by the enumeration mvIMPACT.acquire.TCameraHDRMode.
|
inherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
| boolean isAvailable | ( | ) |
This function should be called to check if this device offers HDR (High Dynamic Range) control parameters.
|
inherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
staticprotectedinherited |
|
staticprotected |
|
protectedinherited |