VL53L5 Minimum distance setting for "motion indicator"
When using the function "vl53l5cx_motion_indicator_set_distance_motion(&motion_config, min_dis, delta_dis);" One requirement is that "min_dis >=400 mm" . I followed this requirement in my program but, I moved my object in the distance range of "100-200 mm". The sensor still can give a motion_indicator value, and this value seems right (roughly proportional to my moving speed). Anyone knows (1) what does THIS minimum distance mean? is it a parameter required in ST's in-chip's calculation or it is a real physical distance from the sensor to the object in order to "produce" a motoin_indicator? (2) Can I trust the result or not in my case? (3) how the motion_indicator is calculated? any detailed explanation or links to learn? If we do not know how "motoin_indicator" is calculated, it is always a risk to use it in an industrial application (right?).
