AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
Pixel Range Offset Table. More...
#include <argus_offset.h>
Data Fields | ||
struct { | ||
q0_15_t LowPower [ARGUS_PIXELS_X][ARGUS_PIXELS_Y] | ||
q0_15_t HighPower [ARGUS_PIXELS_X][ARGUS_PIXELS_Y] | ||
}; | ||
q0_15_t | Table [ARGUS_DCA_POWER_STAGE_COUNT][ARGUS_PIXELS_X][ARGUS_PIXELS_Y] | |
Pixel Range Offset Table.
Contains pixel range offset values for all 32 active pixels.
struct { ... } argus_cal_offset_table_t |
q0_15_t argus_cal_offset_table_t::HighPower[ARGUS_PIXELS_X][ARGUS_PIXELS_Y] |
The offset values table for High Power Stage of all 32 pixels. Unit: meter; Format: Q0.15
q0_15_t argus_cal_offset_table_t::LowPower[ARGUS_PIXELS_X][ARGUS_PIXELS_Y] |
The offset values table for Low Power Stage of all 32 pixels. Unit: meter; Format: Q0.15
q0_15_t argus_cal_offset_table_t::Table[ARGUS_DCA_POWER_STAGE_COUNT][ARGUS_PIXELS_X][ARGUS_PIXELS_Y] |
The offset values table for Low/High Power Stages of all 32 pixels. Unit: meter; Format: Q0.15