AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches
argus_offset.h
Go to the documentation of this file.
1/*************************************************************************/
37#ifndef ARGUS_OFFSET_H
38#define ARGUS_OFFSET_H
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43/*!***************************************************************************
44 * @addtogroup argus_cal
45 * @{
46 *****************************************************************************/
47
48#include "argus_def.h"
49
50/*!***************************************************************************
51 * @brief Pixel Range Offset Table.
52 * @details Contains pixel range offset values for all 32 active pixels.
53 *****************************************************************************/
72
73
75#ifdef __cplusplus
76} // extern "C"
77#endif
78#endif /* ARGUS_OFFSET_T */
This file is part of the AFBR-S50 hardware API.
#define ARGUS_PIXELS_Y
The device pixel field size in y direction (short edge).
Definition argus_def.h:77
#define ARGUS_PIXELS_X
The device pixel field size in x direction (long edge).
Definition argus_def.h:72
#define ARGUS_DCA_POWER_STAGE_COUNT
Definition argus_dca.h:116
int16_t q0_15_t
Signed fixed point number: Q0.15.
Definition fp_def.h:381
Pixel Range Offset Table.
Definition argus_offset.h:55
q0_15_t Table[ARGUS_DCA_POWER_STAGE_COUNT][ARGUS_PIXELS_X][ARGUS_PIXELS_Y]
Definition argus_offset.h:69
q0_15_t HighPower[ARGUS_PIXELS_X][ARGUS_PIXELS_Y]
Definition argus_offset.h:64
q0_15_t LowPower[ARGUS_PIXELS_X][ARGUS_PIXELS_Y]
Definition argus_offset.h:60