mediapipe
mediapipe copied to clipboard
Issue in cvzone module
from charset_normalizer import detect import cv2 import cvzone from cvzone.HandTrackingModule import Handdetector from time import sleep import numpy as np from pynput.keyboard import Controller cap=cv2.VideoCapture(0,cv2.CAP_DSHOW) cap.set(3,1280) cap.set(4,720) detector=Handdetector(detectionCon=0.8) cap.set(5,674)
This code is showing errors.
python -u "d:\file\pros\myproject-main\virtualkeyboard.py"
Traceback (most recent call last):
File "d:\file\pros\myproject-main\virtualkeyboard.py", line 4, in
Please lead me with a solution.
Hi @Janakinathverma, This issue is more related to the cvzone please raise this issue into relavant repo. Thank you!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.