Managing movement in the browser

Зображення до статті Managing movement in the browser
Зображення до статті Managing movement in the browser

🚀 To implement movement control, the following components are required: webcam video, machine training to track your hand movements and logic of gesture.

💡 The author notes that to understand the article you need to have a common acquaintance with HTML, CSS and JavaScript.

  • 📌 The first step is to get video duds. This uses API GetMediadevices browser.
  • 📌 The second step is to track your hand movements. To do this, the author proposes to use the Google Machine Learning Library called Mediaapipe.
  • 📌 The third step is to detect gestures. The author proposes to add some delay before registering a change from the condition of "pinks" to not "pinch" and vice versa.
🧩 Bottom line: Browser traffic can be an interesting experiment for web developers. With API, JavaScript and machine training, you can create web applications that respond to the user's hand.
🧠 Own considerations: Browser management opens new horizons for web development, but requires more development and research to become a complete tool for users. This can be an interesting challenge for web developers who want to experiment with new technologies.