Skip to content

Commit

Permalink
--video-device を明示的にしていしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 16, 2024
1 parent f00544b commit 98bd679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/momo.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ def run_app(self):
self.mode,
"--port",
str(self.port),
"--video-device",
# これは GitHub Actions 用
"VCamera",
]
try:
self.process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Expand Down

0 comments on commit 98bd679

Please sign in to comment.