Skip to content
Snippets Groups Projects
Commit 21d77a36 authored by Badreddine's avatar Badreddine
Browse files

trad

parent a22bc86b
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ for j in range(number_of_classes): ...@@ -20,7 +20,7 @@ for j in range(number_of_classes):
done = False done = False
while True: while True:
ret, frame = cap.read() ret, frame = cap.read()
cv2.putText(frame, 'Ready? Press "Q" ! :)', (100, 50), cv2.FONT_HERSHEY_SIMPLEX, 1.3, (0, 255, 0), 3, cv2.putText(frame, 'Appuyez sur Q :)', (100, 50), cv2.FONT_HERSHEY_SIMPLEX, 1.3, (0, 255, 0), 3,
cv2.LINE_AA) cv2.LINE_AA)
cv2.imshow('frame', frame) cv2.imshow('frame', frame)
if cv2.waitKey(25) == ord('q'): if cv2.waitKey(25) == ord('q'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment