blob: 66182d11c20e4faeef15819d22497d5d7ab9a6c5 (
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
26
27
28
29
30
31
|
*********************************************************************
1) webcamd requires the cuse4bsd or cuse kernel module, depending on
how webcamd was compiled. Please load this dependency by doing:
# kldload cuse4bsd
or
# kldload cuse
or by adding
cuse4bsd_load="YES"
or
cuse_load="YES"
to your /boot/loader.conf.
2) add webcamd_enable="YES"
to your /etc/rc.conf
3) Please restart devd to start webcamd
# service devd restart
4) Optionally add a user to the "webcamd" group
# pw groupmod webcamd -m <username>
5) If webcamd still did not start, consult the installed webcamd rc.d
script for more help and instructions on how to start webcamd.
*********************************************************************
|