mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
5 lines
231 B
Bash
5 lines
231 B
Bash
#!/bin/sh
|
|
|
|
camera="$(ls /dev/video? | dmenu -i -p "Select Camera")"
|
|
mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --geometry=-0-0 --autofit=30% --title="mpvfloat" --profile=low-latency --untimed av://v4l2:$camera
|