2025-03-11 12:21 PM
Hello,
This is in regard to the question I posted at the webinar on AI-powered gesture recognition with Time-of-Flight sensors held on 3/11.
Can the orientation of the VL53L8CX ToF sensor be detected in case it is moved and possibly gets inverted after training is done?
I'm interested in correctly detecting gestures like LIKE/DISLIKE and SWIPE RIGHT/LEFT even if the sensor has been turned upside down after the overall device is trained. The solution should work correctly for left- and right-handed persons. It's ok to add MEMS sensors to the overall project but I prefer trying to solve problems with software first rather than just throw hardware at them, as long as the extra software doesn't bog down the MCU.
Thanks in advance and best regards,
Bruce
2025-03-11 1:33 PM
First, thanks for attending the seminar. I thought it was fun, and I was glad we could do it.
In order to find a hand, the sensor is ranging and running. And generally, there is a person behind the hand.
So, your image is going to look maybe something like this:
The posture code isolates the zones that are close - like 326. (camera is not aligned very well, but the picture is
But have a look at the zones is the darker red.
Group all the ones that are in the 750 to 850 range. I'd say that shape looks a lot like a person. And if your sensor were upside down, that shape would also be upside down.
I'd use the person's shape as your detection mechanism.
Thanks again,
- john