We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7649654 commit 9be3977Copy full SHA for 9be3977
e2e-test/sumomo.py
@@ -598,7 +598,7 @@ def _build_args(self, **kwargs: Any) -> list[str]:
598
args.extend(["--libcamera-control", key, value])
599
600
# Fake デバイス設定
601
- if kwargs.get("fake_capture_device"):
+ if kwargs.get("fake_capture_device") and kwargs["role"] in ["sendonly", "sendrecv"]:
602
args.append("--fake-capture-device")
603
604
# オーディオデバイス設定
0 commit comments