VL53L7 Histogram configuration to get all raw histogram bins
From the user manual "A Guide for Using the Artificial Intelligence Enabler VL53L7CH and VL53L8CH Multizone Time-of-Flight (ToF) Sensors" -- specifically the "Histogram Configuration" section -- it mentions that we can use 'start_bin', 'num_bins', and 'sub_sample' to configure the CNH data. I've implemented this configuration using the Example_12_cnh_data.c file, and it works well.
My first question is, how many bins are there in the device's raw histogram bins?
My second question is, how can I get all raw histogram bins? Currently, I find that in 4x4 mode, I can obtain a maximum of 75 bins, and in 8x8 mode, a maximum of 18 bins. Is it possible to access all raw histogram bins by editing the API's source code? In other words, assuming the device's raw histogram bins number is 100, how can I obtain 4x4x100 CNH in 4x4 mode, and how to get 8x8x100 CNH in 8x8 mode?
Thanks
- Jian
