From 81a22aea96ec33a02ef454450ada9f94f3329f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 15 Dec 2024 20:36:07 +0100 Subject: [PATCH] Remove webcam_dslr --- .config/rodolphe/.aliases | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.config/rodolphe/.aliases b/.config/rodolphe/.aliases index b3b6d0a..e353490 100644 --- a/.config/rodolphe/.aliases +++ b/.config/rodolphe/.aliases @@ -42,16 +42,6 @@ if hash yay 2>/dev/null; then } fi -if hash gphoto2 2>/dev/null; then - if hash ffmpeg 2>/dev/null; then - if modinfo v4l2loopback >/dev/null 2>&1; then - webcam_dslr() { - gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 - } - fi - fi -fi - # https://github.com/OpenXRay/xray-16 if hash xr_3da 2>/dev/null; then alias stalker_shadow_of_chernobyl='xr_3da -soc'