Port details |
- webcamd Port of Linux USB webcam and DVB drivers into userspace
- 5.17.1.2_2 multimedia =28 5.17.1.2_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-01-16 20:52:16
- Last Update: 2024-10-06 11:11:27
- Commit Hash: fe8c21f
- People watching this port, also watch:: libdrm, ca_root_nss, pciids, sqlite3, xorg
- License: GPLv2
- WWW:
- https://github.com/hselasky/webcamd
- Description:
- Webcamd is a daemon that enables use of hundreds of different USB
based webcam and DVB USB devices under the FreeBSD operating
system. The webcam daemon is basically an application which is a port
of Linux USB device drivers into userspace on FreeBSD. The daemon
currently depends on libc, pthreads, libusb and the CUSE kernel
module.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- webcamd>0:multimedia/webcamd
- To install the port:
- cd /usr/ports/multimedia/webcamd/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/webcamd
- pkg install webcamd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: webcamd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1657731286
SHA256 (hselasky-webcamd-v5.17.1.2_GH0.tar.gz) = 430c14a0d480c275d0a5bec3fcea1db63802376faba6dba9a3b1c1b72237476c
SIZE (hselasky-webcamd-v5.17.1.2_GH0.tar.gz) = 273204
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- v4l_compat>=1.0.20100321 : multimedia/v4l_compat
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Run
-
- multimedia/droidcam
- multimedia/gstreamer1-plugins-v4l2
- x11-drivers/xf86-input-evdev
- x11-drivers/xf86-input-wacom
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for webcamd-5.17.1.2_2:
COMPAT32=on: Enable 32-bit compatibility support
DEBUG=off: Build with debugging support
DVB=on: Build with USB DVB support (DVB-X, analog TV, ...)
INPUT=on: Build with USB input support (tablet, joystick, HID, IR, ...)
KEYBOARD=off: Build with USB keyboard support
MOUSE=off: Build with USB mouse support
RADIO=on: Build with USB radio support
V4L2LOOPBACK=on: Build with V4L2 loopback support
VT_CLIENT=off: Build with vTuner client support
VT_SERVER=off: Build with vTuner server support
WEBCAM=on: Build with USB webcam support (UVC, gspca, ...)
===> Use 'make config' to modify these settings
- Options name:
- multimedia_webcamd
- USES:
- pkgconfig tar:bzip2 uidfix
- pkg-message:
- For install:
- 1) To start webcamd(8) automatically at system startup:
# sysrc webcamd_enable=YES
2) Please restart devd(8) to start webcamd(8):
# service devd restart
3) Users requiring webcamd must be members of the "webcamd" group:
# pw groupmod webcamd -m <username>
4) If webcamd still did not start, consult the installed webcamd rc.d
script for more help and instructions on how to start webcamd.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.8 25 Mar 2010 13:56:58 |
kwm |
Update to 0.1.8.
Support usb dvb (Digital Video Broadcast) devices.
Submitted by: Hans Petter Selasky <hselasky AT FreeBSD.org> |
0.1.4 21 Jan 2010 15:13:21 |
kwm |
Update to 0.1.4.
Submitted by: maintainer |
0.1.0 16 Jan 2010 20:51:23 |
kwm |
Webcamd is a 500KiloByte daemon that enables use of hundreds of different USB
based webcam devices under the FreeBSD-8/9 operating system. The webcam daemon
is basically an application which is a port of Video4Linux USB webcam drivers
into userspace on FreeBSD. The daemon currently depends on libc, pthreads,
libusb and the VIDEO4BSD kernel module.
Submitted by: Andrew Thompson <thompsa AT FreeBSD.org>
Hans Petter Selasky <hselasky AT FreeBSD.org> |