This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cv2 | |
import pyautogui | |
import mediapipe as mp | |
# Inisialisasi MediaPipe Hands | |
mp_hands = mp.solutions.hands | |
hands = mp_hands.Hands() | |
drawing_utils = mp.solutions.drawing_utils | |
# Inisialisasi webcam |