We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cfddf commit 5388f1aCopy full SHA for 5388f1a
mouse_control_by_eye.py
@@ -1,13 +1,18 @@
1
"""
2
Description :This Script is controlling A mouse cursor by eyes
3
Making Date : 01/03/2019
4
+Last Update Date : 21/01/2023
5
Writer : Bapon Kar
6
7
8
import pyautogui
9
import cv2
10
import time
11
12
+#When I have tried into my windows machine then it was ask to do
13
+#But in Linux machine it will works fine without this false selection
14
+pyautogui.FAILSAFE = False
15
+
16
#Creating a openCv object
17
video = cv2.VideoCapture(0)
18
#using haarcascade_eye.xml
0 commit comments