cancel
Showing results for 
Search instead for 
Did you mean: 

VL53L8CH histogram extraction with multiple configurations

wsun
Associate

I'm extracting the histogram data from the VL53L8CH. In the 8x8 mode, we are limited to few bins (~18) per reading. Is there a way to configure the sensor to oscillate the starting bin configuration so that I can get better range with the same bin precision? For example, in a cycle read bins 0-17, then bin 18-35, etc. If this is possible, is there guidance for how this can be done? Following the code from Example_12_cnh_data.c, is it possible to setup multiple configurations within a loop, such as vl53lmz_cnh_init_config(&cnh_config, 0, 18, 1), vl53lmz_cnh_init_config(&cnh_config, 18, 18, 1), etc?

0 REPLIES 0