Remove webcam_dslr
This commit is contained in:
parent
e57023b16b
commit
81a22aea96
1 changed files with 0 additions and 10 deletions
|
@ -42,16 +42,6 @@ if hash yay 2>/dev/null; then
|
||||||
}
|
}
|
||||||
fi
|
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
|
# https://github.com/OpenXRay/xray-16
|
||||||
if hash xr_3da 2>/dev/null; then
|
if hash xr_3da 2>/dev/null; then
|
||||||
alias stalker_shadow_of_chernobyl='xr_3da -soc'
|
alias stalker_shadow_of_chernobyl='xr_3da -soc'
|
||||||
|
|
Loading…
Reference in a new issue