Skip to content

Commit cdeba08

Browse files
authored
Update live.py
Add comment: Tested with OpenCV3
1 parent 152af73 commit cdeba08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Tested with OpenCV3
12
import cv2
23

34
cap = cv2.VideoCapture(0)
@@ -12,7 +13,6 @@
1213
# Our operations on the frame come here
1314
gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
1415

15-
1616
# Detect faces in the image
1717
faces = faceCascade.detectMultiScale(
1818
gray,

0 commit comments

Comments
 (0)