diff options
author | Devaev Maxim <[email protected]> | 2019-11-10 01:08:02 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-11-10 01:09:33 +0300 |
commit | b7d4c7abe6c4aa37a925ee7bd9dd3fc9b40aae8d (patch) | |
tree | a265d127d1aff28fcb3aa83abb6a08ae2dde0dc1 /testenv/v1-vga-rpi3.override.yaml | |
parent | 94d5eb9451bd32dc2239647baee3bfa36c4265d8 (diff) |
default test platform = v2-hdmi-rpi4
Diffstat (limited to 'testenv/v1-vga-rpi3.override.yaml')
-rw-r--r-- | testenv/v1-vga-rpi3.override.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testenv/v1-vga-rpi3.override.yaml b/testenv/v1-vga-rpi3.override.yaml new file mode 100644 index 00000000..d1eee78b --- /dev/null +++ b/testenv/v1-vga-rpi3.override.yaml @@ -0,0 +1,24 @@ +kvmd: + server: + unix_mode: 0666 + + hid: + device: /dev/ttyS10 + noop: true + + streamer: + desired_fps: 30 + max_fps: 40 + cmd: + - "/usr/bin/ustreamer" + - "--device=/dev/kvmd-video" + - "--quality={quality}" + - "--desired-fps={desired_fps}" + - "--resolution=800x600" + - "--last-as-blank=0" + - "--unix={unix}" + - "--unix-rm" + - "--unix-mode=0666" + - "--exit-on-parent-death" + - "--process-name-prefix={process_name_prefix}" + - "--no-log-colors" |