typo of "steams" to "streams" in opencv-face.py

This commit is contained in:
Dylan 2022-02-13 13:50:45 -05:00 committed by Forrest
parent 40b995aa7b
commit 18aabc34aa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def stream_to_url(url, quality='best'):
if streams:
return streams[quality].to_url()
else:
raise ValueError("No steams were available")
raise ValueError("No streams were available")
def detect_faces(cascade, frame, scale_factor=1.1, min_neighbors=5):