I often plug my laptop into a sort of docking station setup with an external webcam (which I use most of the time), but there is the occasion when I want to use Howdy authentication when my laptop is unplugged. (And use the builtin webcam.) I don't know how easy it would be to implement, but it would be nice for there to be support for multiple webcam devices.
Thanks again for this wonderful software!
Does sound nice, if more people are interested i'll consider implementing it
I have the exact same scenario, would love to have this functionality. The only issue I would have though is that the external webcam doesn't have any IR emitters so would be reliant upon the IR coming from the laptop. Would that even be possible? Love the app btw, so incredibly useful!
This is something I'd be interested in. Ideally, it would first try to use my external webcam, and if it wasn't detected it would fallback to the webcam on my laptop. My external webcam has IR emitters, as well as the new laptop I've been looking at buying next month.
To make it work for now.
/lib/udev/rules.d/99-howdy-camera-select.rulesKERNEL=="video2", SYMLINK+="videohowdy"
KERNEL=="video0", SYMLINK+="videohowdy"
sudo udevadm triggersudo howdy configdevice_path = /dev/videohowdyignore_closed_lid = falsesudo howdy add with both cameras seperately.Worked for me on Ubuntu 20.10 on latitude 5511 with Logitech BRIO through WD19TB dock.
Ain't linux great xD
See #515
Most helpful comment
Does sound nice, if more people are interested i'll consider implementing it