srctree
repos
owner
network
issues
0
diffs
0
Public
Gregory Mullen
parent
60722dad
88dfa553
exists over normal file
.bin/dslr
added: 2, removed: 2, total 0
@@ -9,7 +9,7 @@ CAM_FPS=50
CAM_RES="1920x1080"
# Load kmod if needed
if [ ! -f $D_VID ]; then
if [ ! -e $D_VID ]; then
sudo modprobe v4l2loopback exclusive_caps=1 max_buffers=2
fi