diff options
author | Anthony Wang | 2024-05-12 16:33:34 -0400 |
---|---|---|
committer | Anthony Wang | 2024-05-12 16:33:34 -0400 |
commit | 3d0382268958a5923fe3eb1df8161c78375fcf93 (patch) | |
tree | e0e79e8b550f3596f34e9e8237fb49f52ad50973 /README.md | |
parent | 7a2c685c156b3aff30c736ca80765b9e9ba153b8 (diff) |
Run camera at 60fps and use state machine to skip every other frame
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |