Skip to content

Commit a46bb6c

Browse files
Added small changes
1 parent f1cd9b2 commit a46bb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Motion Detect/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
cv2.putText(frame1, "Status: {}".format('Movement'), (10, 20), cv2.FONT_HERSHEY_SIMPLEX, 1, (0,0,255), 3)
2121
#cv2.drawContours(frame1, contours, -1, (0,255,0), 2)
2222

23-
cv2.imshow("Feed", frame1)
23+
cv2.imshow("Live Feed", frame1)
2424
frame1 = frame2
2525
ret, frame2 = cap.read()
2626
if cv2.waitKey(40) == 27:

0 commit comments

Comments
 (0)