2023-11-21 06:02 AM
Hello All,
in the function VL53L0X_PerformSingleHistogramMeasurement from api library it is said that the code isn't implemented yet. Is there a way to get histogram measurements using this chip ? otherwise which chip should I choose to get histogram data ?
Thank you
Solved! Go to Solution.
2023-11-21 11:11 PM
Hello,
With the VL53L0X, it is not possible to get the histogram measurements.
If you want to get histogram data, I would recommend to use either the VL53L7CH or VL53L8CH that have been just introduced in the market.
The pages are here : VL53L7CH and VL53L8CH. You can also replay the latest webinar from ST on this subject here.
Regards
2023-11-21 11:11 PM
Hello,
With the VL53L0X, it is not possible to get the histogram measurements.
If you want to get histogram data, I would recommend to use either the VL53L7CH or VL53L8CH that have been just introduced in the market.
The pages are here : VL53L7CH and VL53L8CH. You can also replay the latest webinar from ST on this subject here.
Regards
2023-11-22 12:30 AM
Hello Anne
Thank for your reply. But I have seen that vl53l3 can support histograms. Should I particularly work with those modules you mentioned just to get proper histogram data ?
Addition to this, which chip is better to start working on gesture detection ?
Thank you
2023-11-22 12:59 AM
Hello,
For histograms, you can get more infos using the multi-sensors.
For gesture detection, the best chip to use is the VL53L8CX. You can find some libraries in the STSW-IMG035 pack there.
Best regards
Anne
2023-11-27 07:56 AM
Actually if you look carefully at the API, you can get the histogram data from the L0. But don't do it. They are not guarenteed to work on all chips. We never got them to work correctly.
We had to invent the VL53L3CX in order to get them to work. The L3 is pin compatible with the L0, so you could swap them and switch to the VL53L3 code and you would have your histograms.
Each bin of the L3 histogram is about 20cm, making them much wider than the 3.75cm histograms of the VL53L8.
There is even a Varient of the L8, specifically designed to give you the histograms - the VL53L8CH (H for histogram). If you are really into it using them the L8CH is the place to start.
And that's why Anne correctly suggested you go there.
- john