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'