VL53L8CH Motion Indicator doesn’t work correctly with 8x8 resolution
I’m using the VL53L8CH sensor with an ESP32 and developing a program in Arduino language based on Example_10_motion_indicator.c provided by ST. I successfully obtained the motion indicator output using a 4x4 map.
Next, I tried switching to an 8x8 map by applying the following settings:
sensor.motion_indicator_init(&motion_config, VL53LMZ_RESOLUTION_8X8);
Could you please advise if there are any additional settings required or if this might be related to a library issue? Any suggestions or insights would be greatly appreciated.
