Re: webcamd not started automatically

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Sat, 20 Feb 2021 17:43:26 +0100
Hi,

Basically devd is responsible for attaching webcamd automagically.

Default rule is to look for .bInterfaceClass = 0x0e :

cat /usr/local/etc/devd/webcamd.conf

# Generic USB video devices.
notify 100 {
         match "system"          "USB";
         match "subsystem"       "INTERFACE";
         match "type"            "ATTACH";
         match "intclass"        "0x0e";
         action "/usr/local/etc/rc.d/webcamd start $cdev";
};


Maybe your webcam needs a specific rule to attach automagically.

--HPS
Received on Sat Feb 20 2021 - 15:43:43 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:27 UTC