diff options
| author | Miguel Dias Gomes <miguel.dias.gomes@protonmail.com> | 2026-05-16 08:36:14 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2026-05-16 08:36:14 +0000 |
| commit | 1b3f72721b15a6ed0d4421e91ef40757672bb5e1 (patch) | |
| tree | bab3a334218495ff91c9cabee382e1b752470847 | |
| parent | 363f0b36ac9f5c1687c14e8ccd627d98ea4af168 (diff) | |
Handbook-multimedia: Update webcamd rc.conf flags suggestion
Reviewed by: ziaee@
Pull Request: https://github.com/freebsd/freebsd-doc/pull/665
| -rw-r--r-- | documentation/content/en/books/handbook/multimedia/_index.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/content/en/books/handbook/multimedia/_index.adoc b/documentation/content/en/books/handbook/multimedia/_index.adoc index 855601abb1..37d60c45aa 100644 --- a/documentation/content/en/books/handbook/multimedia/_index.adoc +++ b/documentation/content/en/books/handbook/multimedia/_index.adoc @@ -528,13 +528,13 @@ Configure the available webcam executing the following command: [source,shell] .... -# sysrc webcamd_0_flags="-d ugen0.2" <.> +# sysrc webcamd_0_flags="-N SunplusIT-Inc-HP-TrueVision-HD-Camera" <.> .... [NOTE] ==== -Note here that if this is a plug-and-play USB webcam, changing the USB port to which it is connected will change the output from `webcamd -l`, and the entry in rc.conf might need to be updated. -For laptops that use USB integrated webcams, this should not be an issue. +Note here that if this is a plug-and-play USB webcam, changing the USB port to which it is connected will change the output from `webcamd -l`, specifically the device identifier, and the entry in rc.conf might need to be updated. To avoid this issue either use the device name (`-N` option) and/or match with the device serial number if known (`-S` option) as displayed in the output of `webcamd -l`. +For static devices, for example integrated laptop cameras, you can use the device identifier (`-d` option). ==== The man:webcamd[8] service must be started by executing the following command: |
