質問編集履歴

1

2020/01/15 02:35

投稿

anakinsky
anakinsky

スコア6

test CHANGED
File without changes
test CHANGED
@@ -104,13 +104,7 @@
104
104
 
105
105
  date = datetime.now().strftime("%H:%M.%S.%f")
106
106
 
107
- cv2.putText(frame, date, (0,30), cvkey = cv2.waitKey(1) & 0xFF
108
-
109
- if key == ord('q'):
110
-
111
- break
112
-
113
- 2.FONT_HERSHEY_SIMPLEX, 1, (255, 255,255), 3, cv2.LINE_AA)
107
+ cv2.putText(frame,date(0,30),cv2.FONT_HERSHEY_SIMPLEX, 1, (255, 255,255), 3, cv2.LINE_AA)
114
108
 
115
109
 
116
110