2024-08-20 04:45 AM
Hi All,
currently, we are using the VL53L1 ToF-Sensor im some of our products, which will be replaced with the VL53L5- and L7 sensor. Unfortunately, there is no support of user-defined ROIs in the ULD.
Since in our application, a full, square-shaped frame is not always needed, 8x2 and 8x4 modes would be useful to transmit less data as well as to achieve a shorter on-time of the VCSEL or geht a higher acquisition rate.
Is ST planning to add such functionalities in future version of the ULD?
Solved! Go to Solution.
2024-08-22 03:42 PM
No, we aren't going to change it - and I'll tell you why.
The sensor works by illuminating the entire Field of View and collecting the photons. So there is really no advantage to limiting the area.
Granted we could save some i2C transmission time, but at the expense of complexity. And the sensor is complex enough.
We do put some defines in the platform.h to help eliminate any data you don't want, but we limit the amount of data sent for each zone, but not the number of zones.
- john
2024-08-22 03:42 PM
No, we aren't going to change it - and I'll tell you why.
The sensor works by illuminating the entire Field of View and collecting the photons. So there is really no advantage to limiting the area.
Granted we could save some i2C transmission time, but at the expense of complexity. And the sensor is complex enough.
We do put some defines in the platform.h to help eliminate any data you don't want, but we limit the amount of data sent for each zone, but not the number of zones.
- john