I did a lot of projects recently with cvzone and noticed that they recently updated the library with a critical update for their guides.
The problem:
cvzone have updated their library with the HandTrackingModule on Aug 31, 2021 (you can watch the commits here) and removed the findPosition function since version 1.5.0.
The solution:
downgrade the cvzone package version from 1.5.0 to 1.4.1 and it should work.
For example in Pycharm:
- Open your project.
- Go to the PyCharm menu and open Preferences tab.
- Search for Project:"Your Project Name" tab and open it.
- Click on Python Interpreter tab
- Double click on the cvzone libary from the list.
- Click on Specify version box, change it to 1.4.1 and click on Install Package.
Good luck!
