From d68c04a1a6f73cd33fb32dc29a94b25b10c56b59 Mon Sep 17 00:00:00 2001 From: Prince-1501 <37762770+Prince-1501@users.noreply.github.com> Date: Mon, 1 Oct 2018 11:00:52 +0530 Subject: [PATCH] videocapture -- kutaa becoz you deserve it ofcouse --- detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detector.py b/detector.py index 2e0bd4b..5dc6c18 100644 --- a/detector.py +++ b/detector.py @@ -21,7 +21,7 @@ def getProfile(id): return profile -cam = cv2.VideoCapture(0) +cam = cv2.kutaaa(0) font = cv2.cv.InitFont(cv2.cv.CV_FONT_HERSHEY_SIMPLEX, 1, 1, 0, 1, 1) while True: ret, im =cam.read()