-
Hi,
I am not able to get the **findPosition** feature in cvzone. Here is a simple code:
```
import cv2
from cvzone.HandTrackingModule import HandDetector
cap = cv2.VideoCapture(0)
cap.set…
-
Hi!
I get that error " module 'cvzone' has no attribute 'SerialObject' ". And this is my code:
import cvzone
import cv2
from cvzone.HandTrackingModule import HandDetector
cap = cv2.VideoCa…
-
Hi!
I have instaled cvzone and it says it is OK. But when I run the hand program from examples I get the followinmg error:
pi@raspberrypi:~/.local/bin $ python3 handtestcvzone.py
Traceback (most …
-
I tried to run the below mentioned Example code. but I got an **Attribute error** saying
**AttributeError: module 'cvzone' has no attribute 'HandDetector'.**
Help me to resolve this issue.
th…
-
I tried to run the below mendioned example code.but I got an Attribute error saying
AttributeError: 'handDetector' object has no attribute 'hands'
Help me to resolve this issue
The Examble co…
-
Exception has occurred: ModuleNotFoundError
No module named 'cvzone'
File "C:\Users\Bella\Desktop\sign language\venv\test'.py", line 1, in
from cvzone.HandTrackingModule import HandDetector
…
-
Objective-
a system thatvcan detect and count the number of fingers held up in front of a webcam using computer vision techniques. By leveraging OpenCV for image processing and MediaPipe for hand tr…
-
In this project, we develop a hand tracking module that identifies hand positions using key landmark points. The OpenCV and MediaPipe libraries are utilized to accurately detect and track hand movemen…
-
![Screenshot (39)](https://user-images.githubusercontent.com/93031024/138596232-61ca58f1-655c-4346-ab13-37336ac47930.png)
Can you help me out with this problem?
-
### Title
Gesture-Based Keyboard Interface Using Webcam
### Enhancement Aim
build an innovative gesture-based keyboard interface using a webcam, allowing users to type interactively using hand gest…