Skip to content

Instantly share code, notes, and snippets.

@Mikadun
Mikadun / HandControl.py
Created July 19, 2021 11:33
Gesture volume control with python opencv. Upgraded version of Murtaza's workshop
import cv2
import mediapipe as mp
import numpy as np
import math
from ctypes import cast, POINTER
from comtypes import CLSCTX_ALL
from pycaw.pycaw import AudioUtilities, IAudioEndpointVolume
np.set_printoptions(precision=3)