teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

python, opencv

2019/11/21 14:52

投稿

haruyuzu
haruyuzu

スコア6

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

2019/11/21 14:52

投稿

haruyuzu
haruyuzu

スコア6

title CHANGED
File without changes
body CHANGED
File without changes