質問編集履歴
2
python, opencv
title
CHANGED
File without changes
|
body
CHANGED
@@ -46,7 +46,6 @@
|
|
46
46
|
if mode:
|
47
47
|
fname = str(x).zfill(3)+ext
|
48
48
|
cv2.imwrite(fname, frame)
|
49
|
-
#cv2.imwrite('{}{}.{}'.format(base_path, str(x).zfill(3), ext), frame)
|
50
49
|
x += 1
|
51
50
|
time.sleep(0.06)
|
52
51
|
|
1
python, opencv
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|