diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-16 20:49:05 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-16 20:49:05 +0530 |
| commit | f3bdd21020b8e618433a06c1efc1cc665cb6839d (patch) | |
| tree | 32427d47c079637b670a20b62e0339df0e248641 /.local/bin/cam | |
first commit using stow
Diffstat (limited to '.local/bin/cam')
| -rwxr-xr-x | .local/bin/cam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/cam b/.local/bin/cam new file mode 100755 index 0000000..368ce03 --- /dev/null +++ b/.local/bin/cam @@ -0,0 +1,2 @@ +#!/bin/sh +mpv --untimed --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --title=webcam /dev/video0 |
