I got an error in this. I have been working on this for quite long now and it isn't solving. While running AiVirtualMouseProject.py, it gave an error in " if self.lmList[self.tipIds[0]][1] < self.lmList[self.tipIds[0] - 1][1]:
IndexError: list index out of range"
When I run the HandTrackingModule.py code, the lmList is filled, but when I run AiVirtualMouseProject.py, the lmList is empty. The files name are true or these code in same location. Could this problem be related to access problem on macos?
I got an error in this. I have been working on this for quite long now and it isn't solving. While running AiVirtualMouseProject.py, it gave an error in " if self.lmList[self.tipIds[0]][1] < self.lmList[self.tipIds[0] - 1][1]:
IndexError: list index out of range"
When I run the HandTrackingModule.py code, the lmList is filled, but when I run AiVirtualMouseProject.py, the lmList is empty. The files name are true or these code in same location. Could this problem be related to access problem on macos?