From: Kirill A. Korinsky Subject: Actualized access to /dev/videoX from browsers To: OpenBSD tech Date: Thu, 21 Aug 2025 03:25:17 +0200 tech@, I had noticed that our faq a bit outdated regarding access to /dev/videoX devices from Chromium and Firefox. Ok? Index: faq13.html =================================================================== RCS file: /cvs/www/faq/faq13.html,v diff -u -p -r1.228 faq13.html --- faq13.html 10 Apr 2023 02:55:09 -0000 1.228 +++ faq13.html 21 Aug 2025 01:23:52 -0000 @@ -649,14 +649,15 @@ Some settings support automatic adjustme

Webcam Access in Web Browsers

-Chromium has access to /dev/video by default. +Chromium has access to devices /dev/video0 +through /dev/video7 by default. To allow Chromium to access other video devices, the device paths must be added to /etc/chromium/unveil.main and /etc/chromium/unveil.utility_video.

-Firefox has access to /dev/video and /dev/video0 -by default. +Firefox has access to devices /dev/video0 +through /dev/video3 by default. To allow Firefox to access other video devices, the device paths must be added to /etc/firefox/unveil.main. -- wbr, Kirill