|
AFBR-S50 API Reference Manual v1.6.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
The configuration of the shot noise monitor task. More...
#include <argus_xtalk.h>
Data Fields | |
| bool | Enabled |
| uq0_8_t | EMAWeight |
| uint8_t | MaxTemperatureOffset |
| uq12_4_t | HighAmplitudeThreshold |
| uq12_4_t | LowAmplitudeThreshold |
| uq12_4_t | PassiveAmplitudeThreshold |
The configuration of the shot noise monitor task.
| uq0_8_t argus_cfg_xtm_t::EMAWeight |
The weight for the exponentially moving average (EMA) that is used to smooth the crosstalk offset values.
| bool argus_cfg_xtm_t::Enabled |
Enables the crosstalk monitoring feature.
| uq12_4_t argus_cfg_xtm_t::HighAmplitudeThreshold |
The amplitude threshold for the crosstalk monitor that causes the crosstalk offset calculation to start if the maximum amplitude of all pixels falls below the specified threshold.
| uq12_4_t argus_cfg_xtm_t::LowAmplitudeThreshold |
The amplitude threshold for the crosstalk monitor that causes the crosstalk offset calculation to stop if the maximum amplitude of all pixels grows above the specified threshold.
| uint8_t argus_cfg_xtm_t::MaxTemperatureOffset |
The maximum temperature offset (in Kelvin) that invalidates the last crosstalk offset calculation value.
| uq12_4_t argus_cfg_xtm_t::PassiveAmplitudeThreshold |
The amplitude threshold for the crosstalk monitor that causes the crosstalk offset calculation to stop if the maximum pixel amplitude of all passive pixels is below the specified threshold.