aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2024-05-12 16:33:34 -0400
committerAnthony Wang2024-05-12 16:33:34 -0400
commit3d0382268958a5923fe3eb1df8161c78375fcf93 (patch)
treee0e79e8b550f3596f34e9e8237fb49f52ad50973 /README.md
parent7a2c685c156b3aff30c736ca80765b9e9ba153b8 (diff)
Run camera at 60fps and use state machine to skip every other frame
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cafe92a..a37c82c 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,4 @@ Copy the flags printed by the encoder and pass them to the decoder: `python deco
Formatting: `black -l 120 *.py`
-Use phone as webcam for higher quality video: `scrcpy --v4l2-sink=/dev/video4 --video-source=camera --no-video-playback --camera-size 1920x1440`
+Use phone as webcam for higher quality video: `scrcpy --v4l2-sink=/dev/video4 --video-source=camera --no-video-playback --camera-size 1920x1080 --camera-fps 60`