質問編集履歴

1

コードの誤字 cv.waitKey(0) --> cv.waitKey(1)

2020/12/31 08:30

投稿

RoundCat
RoundCat

スコア7

test CHANGED
File without changes
test CHANGED
@@ -78,7 +78,7 @@
78
78
 
79
79
  # qキーが押されたら途中終了
80
80
 
81
- if cv.waitKey(0) & 0xFF == ord('q'):
81
+ if cv.waitKey(1) & 0xFF == ord('q'):
82
82
 
83
83
  break
84
84