質問編集履歴
1
コードの誤字 cv.waitKey(0) --> cv.waitKey(1)
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
|
79
79
|
# qキーが押されたら途中終了
|
80
80
|
|
81
|
-
if cv.waitKey(
|
81
|
+
if cv.waitKey(1) & 0xFF == ord('q'):
|
82
82
|
|
83
83
|
break
|
84
84
|
|