diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04204c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config diff --git a/android.sh b/android.sh new file mode 100755 index 0000000..dff1169 --- /dev/null +++ b/android.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# + +scrcpy \ + --no-playback \ + --lock-video-orientation=270 \ + --video-source=camera \ + --camera-id=2 --camera-size=1920x1080 --camera-fps=30 \ + --v4l2-sink=/dev/video7