From d55ddb8c5a1e0073953b01d426e786a0f0b94aa4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Mar 2025 10:47:31 -0300 Subject: bin/webcam: Add working utility --- bin/webcam | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 bin/webcam diff --git a/bin/webcam b/bin/webcam new file mode 100755 index 0000000..12edf91 --- /dev/null +++ b/bin/webcam @@ -0,0 +1,12 @@ +#!/bin/sh +set -eu + +exec mpv \ + --msg-level=all=warn \ + --profile=low-latency \ + --untimed \ + --framedrop=no \ + --speed=1.01 \ + --osc=no \ + --no-input-default-bindings \ + /dev/video0 -- cgit v1.2.3