VL53L7CH does not recognise the closest object
I put a object at about 1100mm, and another object at about 50mm. And use example5 to test vl53l7ch (4x4 resolution, max 2 objects per zone), but found that it does not recognise the closest object. For example, zone 13 output:
[Zone13] (found 1 object),
object 1 ==> ( range status: 5, distance:1043, signal_per_spad:3, sigma:26)
object 2 ==> ( range status: 14, , distance:32, signal_per_spad:1674, sigma:1)
My questions are:
1. What is status code 14? I can not find it in UM3183
2.Why the driver does not put object 2 in the first position after I have called vl53lmz_set_target_order to set target order to VL53LMZ_TARGET_ORDER_STRONGEST
3.why the sensor does not recognise object at "distance:32" (that is object2) even its signal is more larger than object at "distance:1043"(that is object1)
