Reputation: 11
COMtype compatibility issue :
As we know mediapipe works well with higher versions of python. i.e., 3.x and higher. I am looking a for ways to implement features of mediapipe into pikinect2 for hand tracking and currently stuck at comtype errors.
Current suitable version of comtype for pykinect2 is v1.1.4
Kindly provide solutions to any one problem below.
Thanks
Upvotes: 1
Views: 258
Reputation: 1
This pull request from the pykinect2 repo shows you what code changes to make to the pykinect source code:
Here's the repo for the pull request:
Honestly at this point it's more worth it to just download the python files from the pull request github and run them directly in your project's folder.
I've confirmed that this works on my python version of Python 3.8.18
Upvotes: 0