Gesture Recognition with ToF sensors: gesture detection and a gesture menu system using VL53L1X

preview_player
Показать описание
Detecting gesture, assigning function to gestures, up to defining a gesture based menu system.
Using VL53L1X and ST ULP APIs.

00:00 Intro
01:34 Gesture recognition with VL53L1X
03:42 Setting up a gesture recognition project
07:19 Using the gesture recognition function
10:10 Controlling values with gesture recognition: a proportional algorithm
11:41 Testing the proportional algorithm
14:36 Controlling values with gesture recognition: an incremental algorithm
15:52 Testing the incremental algorithm
16:39 Using a gesture controlled menu
19:51 Assigning tasks/functions to gestures
22:39 Testing a gesture menu
26:44 A gesture menu status led
29:39 A recap: VL53L1X, gesture recognition and gesture controlled menus

Documentation:

Рекомендации по теме
Комментарии
Автор

I’m working on a small mobile robot that will run a course defined by gps coordinates. A VL53L0X is used for obstacle detection, but thanks to you videos I’m switching to the VL53L1X sensor so I can also use gesture detection to start the robot, and also to stop it mid-course, without having to push the button now used. The button is in a location that’s hard to get to when it’s moving, and even to get it started, so this will be a significant improvement. Thank you for your development effort and for posting your work!

Reach
Автор

Thanks, great explanation of the algorithm.

negvorsa