Interface used to configure alternating exposure support provided by sensor hardware.
More...
#include <AlternatingExposure.h>
List of all members.
Public Member Functions |
virtual void | setAlternatingExposureEnable (bool enable)=0 |
| Used to enable or disable alternating exposure mode.
|
virtual bool | getAlternatingExposureEnable () const =0 |
| Returns if alternating exposure is enabled or not.
|
virtual Status | setAltExpExposureTimes (const std::vector< uint64_t > &exposure_times)=0 |
| Sets the two exposure time values (in nanoseconds) to be used for capturing frames using alternating exposure.
|
virtual Status | setAltExpAnalogGains (const std::vector< float > &analog_gains)=0 |
| Sets the two analog gain values that will be alternately applied by the sensor on frames captured by it.
|
Detailed Description
Interface used to configure alternating exposure support provided by sensor hardware.
If alternating exposure is enabled, then two sets of exposure time and analog gain values are used by the sensor in an alternating manner. One of the sets of exposure time and analog gain values are applied by the sensor for every even frame and the other set of values are applied for every odd frame.
Definition at line 92 of file AlternatingExposure.h.
Constructor & Destructor Documentation
Argus::Ext::IAlternatingExposureSettings::~IAlternatingExposureSettings |
( |
| ) |
|
|
inlineprotected |
Member Function Documentation
virtual bool Argus::Ext::IAlternatingExposureSettings::getAlternatingExposureEnable |
( |
| ) |
const |
|
pure virtual |
Returns if alternating exposure is enabled or not.
static const InterfaceID& Argus::Ext::IAlternatingExposureSettings::id |
( |
| ) |
|
|
inlinestatic |
virtual void Argus::Ext::IAlternatingExposureSettings::setAlternatingExposureEnable |
( |
bool |
enable | ) |
|
|
pure virtual |
Used to enable or disable alternating exposure mode.
- Parameters:
-
[in] | enable | whether to enable alternating exposure mode. |
virtual Status Argus::Ext::IAlternatingExposureSettings::setAltExpAnalogGains |
( |
const std::vector< float > & |
analog_gains | ) |
|
|
pure virtual |
Sets the two analog gain values that will be alternately applied by the sensor on frames captured by it.
The first two elements of the vector analog_gains are used for fetching the sensor analog gain values.
- Parameters:
-
[in] | analog_gains | Vector of sensor analog gain values. |
virtual Status Argus::Ext::IAlternatingExposureSettings::setAltExpExposureTimes |
( |
const std::vector< uint64_t > & |
exposure_times | ) |
|
|
pure virtual |
Sets the two exposure time values (in nanoseconds) to be used for capturing frames using alternating exposure.
The first two elements of the vector exposure_times are used for fetching the exposure time values.
- Parameters:
-
[in] | exposure_times | Vector of exposure times. |
The documentation for this class was generated from the following file: