A class to control the HDR (High Dynamic Range) parameters of a device (Device specific interface layout only).
More...
#include <mvIMPACT_acquire.h>
|
| HDRKneePoint & | getHDRKneePoint (unsigned int nr) const |
| | Returns a reference to a set of user definable parameters to configure a HDR (High Dynamic Range) knee point.
|
| HOBJ | hObj (void) const |
| | Returns a unique identifier for the component collection referenced by this object.
|
| bool | isAvailable (void) const |
| | This function should be called to check if this device offers HDR (High Dynamic Range) control parameters.
|
| HDRControl & | operator= (const HDRControl &rhs) |
| | Allows assignments of mvIMPACT::acquire::HDRControl objects.
|
| const ComponentCollection & | restoreDefault (void) const |
| | Restores the default for every component of this collection.
|
A class to control the HDR (High Dynamic Range) parameters of a device (Device specific interface layout only).
- Note
- Not every device will offer the features provided in this class. Before accessing properties call the function mvIMPACT::acquire::Component::isValid. Right now only the mvBlueFOX-x00wx, mvBlueFOX-x02dx and mvBlueCOUGAR-x00wx as well as mvBlueCOUGAR-x02dx types will support the features defined by this class.
-
Instances of these class can't be constructed directly. Its parameters can be accessed via an instance of the class mvIMPACT::acquire::CameraSettingsBlueFOX or mvIMPACT::acquire::CameraSettingsBlueCOUGAR.
-
This class will only be available if mvIMPACT::acquire::Device::interfaceLayout is set to mvIMPACT::acquire::dilDeviceSpecific before the device is opened.
◆ getHDRKneePoint()
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::HDRKneePointCount to find out how many knee points are available or to change the number of knee points.
If nr is invalid(too large) an STL out_of_range exception will be thrown.
- Returns
- A reference to a set of user definable parameters to configure a HDR (High Dynamic Range) knee point.
- Parameters
-
| [in] | nr | The number of the knee point to be returned |
◆ hObj()
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT::acquire::ComponentList.
- Returns
- A unique identifier for the component referenced by this object.
◆ isAvailable()
| bool isAvailable |
( |
void | | ) |
const |
|
inline |
This function should be called to check if this device offers HDR (High Dynamic Range) control parameters.
- Returns
- true if the device offers the features defined by this object.
- false otherwise
◆ operator=()
| HDRControl & operator= |
( |
const HDRControl & | rhs | ) |
|
|
inline |
◆ restoreDefault()
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
- Note
- The caller must have the right to modify the component. Otherwise an exception will be thrown.
- Returns
- A const reference to the component.
◆ CameraSettingsBlueCOUGAR
| friend class CameraSettingsBlueCOUGAR |
|
friend |
◆ CameraSettingsBlueFOX
| friend class CameraSettingsBlueFOX |
|
friend |
◆ HDREnable
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.
◆ HDRKneePointCount
◆ HDRMode
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.
◆ m_hRoot