質問編集履歴

1

ソースコードが一部間違っていたので修正

2022/12/07 08:53

投稿

hidaru
hidaru

スコア4

test CHANGED
File without changes
test CHANGED
@@ -58,8 +58,7 @@
58
58
 
59
59
  // ファイルを保存
60
60
  File.WriteAllBytes(Application.persistentDataPath + "/test.jpg", bin);
61
- webCam.Stop();
61
+ webCam.Play();
62
- camraUpdate();
63
62
  }
64
63
 
65
64
  }