We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cd9b2 commit a46bb6cCopy full SHA for a46bb6c
Motion Detect/detect.py
@@ -20,7 +20,7 @@
20
cv2.putText(frame1, "Status: {}".format('Movement'), (10, 20), cv2.FONT_HERSHEY_SIMPLEX, 1, (0,0,255), 3)
21
#cv2.drawContours(frame1, contours, -1, (0,255,0), 2)
22
23
- cv2.imshow("Feed", frame1)
+ cv2.imshow("Live Feed", frame1)
24
frame1 = frame2
25
ret, frame2 = cap.read()
26
if cv2.waitKey(40) == 27:
0 commit comments