Remove webcam_dslr

This commit is contained in:
Rodolphe Bréard 2024-12-15 20:36:07 +01:00
parent e57023b16b
commit 81a22aea96
No known key found for this signature in database

View file

@ -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'