blob: f5643f70d36a51ac063db6df18b37d449570006d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
*********************************************************************
1) webcamd requires the cuse4bsd kernel module, please load this
by doing
# kldload cuse4bsd
or adding
cuse4bsd_load="YES"
to your /boot/loader.conf.
2) add webcamd_enable="YES"
to your /etc/rc.conf
3) Please restart devd as the configuration changed
# service devd restart
4) Optionally add a user to the "webcamd" group
# pw groupmod webcamd -m <username>
*********************************************************************
|