Skip to content

Commit

Permalink
Merge pull request #7 from gruhby/patch-1
Browse files Browse the repository at this point in the history
modprobe option correction
  • Loading branch information
intermezzio authored Jan 5, 2022
2 parents 449d0db + 68f8ab1 commit aa39263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weffe
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if $activate
then
echo "Initializing virtual camera at /dev/video${output}"
echo "This may require sudo access"
sudo modprobe v4l2loopback exlusive_caps=1 video_nr=$output card_label="Webcam Video Effects"
sudo modprobe v4l2loopback exclusive_caps=1 video_nr=$output card_label="Webcam Video Effects"
exit 0
fi

Expand Down

0 comments on commit aa39263

Please sign in to comment.