How to do the Crosstalk compensation for VL53L1X with VL53L1X ULD
I use a glass for our VL53L1X sensor. But we found there is a crosstalk problem and
have to use crosstalk compensation. We use VL53L1X ULD for our device.
There are three functions about crosstalk.
int8_t VL53L1X_CalibrateXtalk(uint16_t dev, uint16_t TargetDistInMm, uint16_t *xtalk);
VL53L1X_ERROR VL53L1X_GetXtalk(uint16_t dev, uint16_t *Xtalk);
VL53L1X_ERROR VL53L1X_SetXtalk(uint16_t dev, uint16_t XtalkValue);
Could you tell how to use these functions to compensation crosstalk affect?
best regards
Dai Sai

