Fix webcam resize controls and placement

This commit is contained in:
David Heinemeier Hansson
2026-07-17 18:28:44 -07:00
parent 1174f2a70b
commit ca0cf8bff9
4 changed files with 34 additions and 9 deletions
+1 -2
View File
@@ -86,11 +86,10 @@ start_webcam_overlay() {
--profile=low-latency --untimed --no-cache \
--demuxer-lavf-o="$capture_options" \
'--vf=lavfi=[crop=ih*8/9:ih]' \
--title="WebcamOverlay" \
--title="WebcamOverlay" --wayland-app-id="WebcamOverlay-$WEBCAM_SIZE" \
--no-border --no-audio --no-osc --osd-level=0 \
--really-quiet &>/dev/null &
sleep 1
omarchy-capture-webcam-resize "$WEBCAM_SIZE"
}
cleanup_webcam() {