2022-12-31 05:11 AM
2023-01-02 07:10 AM
The longest distance ST has on any of it's ToF sensors is 6 meters - and that is when you are looking at a projector screen - which is very reflective. Finding a 2x2 ft object is going to be hard.
But if you can modify the object with a dot of highly reflective retro-reflective tape, you could actually dectect that. Now, you must realise that there is a Wrap around point where a photon flash at time N goes out, then the flash at time N+1, then the photons come back. Basiclly the sensor wrongly thinks the returning photons are assocatied with the N+1 flash, and you end up 4 meters short.
But if you know the reflectivity of your object you can tell these conditions apart.
I'd buy the VL53L1CB evaluation kit and try it. The P-Nucleo-53L1A2 will plug into your PC and give you the data you need to determine if this will work. It's only $56 dollars and it will take you a couple of hours to run the experiments.
2023-01-02 07:33 AM
Sounds like a candidate for video and object recognition, where you look at the performance of the camera and optics.
2023-01-02 07:46 AM
Basically trying to avoid use of camera in this prototype and want to achieve some decent accuracy with good TOF sensors. It may introduce some compromise on size of shape/ distance but want to explore on that route using TOF sensor based solution !
2023-01-02 07:55 AM
I could see you are mentioning that there could be some challenges in detecting size and distance with TOF.
Thanks
2023-01-02 08:23 AM
ToF sensors need a detectable number of photons to hit the object and bounce back. So at the farther distances, there has to be either a particularly large object or a particularly reflective one.
If you can pick your target, then just add a bit of retro-reflective tape on it. That stuff is really amazing.
(The photons that hit it, return in exactly the same direction as they were sent.)
So there is no question you will see the object. But due to the aliasing (wrap-around) you will need to interpret the data.
If you have a Near object reported with a weak signal - then you can safely assume it's really the distance reported + the wrap distance.
The Eval kit really can give you the data you need to make a decision.
Besides - they are fun to play with.