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 93ab728 commit b4ad27aCopy full SHA for b4ad27a
pages/common/scrcpy.md
@@ -15,10 +15,6 @@
15
16
`scrcpy {{[-s|--serial]}} {{0123456789abcdef|192.168.0.1:5555}}`
17
18
-- Start display in fullscreen mode:
19
-
20
-`scrcpy {{[-f|--fullscreen]}}`
21
22
- Show touches on physical device:
23
24
`scrcpy {{[-t|--show-touches]}}`
@@ -34,3 +30,7 @@
34
30
- View the phone's camera (requires Android 12 or newer):
35
31
36
32
`scrcpy --video-source camera`
33
+
+- Create a Video4Linux2 device from the phone's camera:
+`scrcpy --video-source camera --camera-size {{1920x1080}} --v4l2-sink {{/dev/video0}}`
0 commit comments