This project demonstrates how Unity can interact with a Hand Tracking Camera using a Python-based application.
- Navigate to the HandTracking folder:
cd /path/to/project-folder/HandTracking- Install the required dependencies:
pip install -r requirements.txt- Run the Hand Tracking Camera python app:
python main.py- Set up the web camera and press start button.
- Now open the Unity project in your Unity Editor and play the
UnityHandTrackingscene to begin the simulation.