Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.78 KB

File metadata and controls

37 lines (22 loc) · 1.78 KB

3D Hand Tracking with Unity and Python

Let's see how to track hands in a 3D Environment with Unity.

The Hand tracking code using Python OpenCV and CVZone.

  1. Following the image to get each point with the corresponding line Captura de pantalla 2023-12-27 a las 8 58 36 p  m

  2. 3D Unity Environment

    Captura de pantalla 2023-12-30 a las 1 32 29 p  m
  3. Getting the Hand with Open Cv in a Python environment

    Captura de pantalla 2023-12-30 a las 1 32 58 p  m
  4. From Python, we will transfer the data to our Unity 3D Environment. Captura de pantalla 2023-12-30 a las 1 33 46 p  m

  5. Pushing the tower with the Hand Tracking from Python Captura de pantalla 2023-12-30 a las 1 34 01 p  m

Captura de pantalla 2023-12-30 a las 1 34 12 p  m

Technology Stack

  1. Unity v.2020.3.16
  2. C# Language
  3. Python
  4. OpenCv
  5. CvZone