• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H22-May-2021-3,5153,497

contrib/dvb-usb/H22-May-2021-509407

dummy/H22-May-2021-2480

headers/linux/H22-May-2021-929428

kernel/H22-May-2021-15,90611,760

man4/H22-May-2021-10,67410,610

media_tree/H16-May-2021-

patches/H22-May-2021-5,2655,116

tools/linux_make/H22-May-2021-1,3251,034

vtuner/H22-May-2021-2,3381,822

www/H03-May-2022-

.gitmodulesH A D22-May-202190 53

COPYINGH A D22-May-2021960 1916

MakefileH A D22-May-20216.9 KiB273199

README.mdH A D22-May-20211,000 3019

configH A D22-May-202111.9 KiB548534

config.inH A D22-May-2021851 4241

config_dvb.inH A D22-May-20214.8 KiB212211

config_hal.inH A D22-May-202146 64

config_input.inH A D22-May-20212.9 KiB128127

config_keyboard.inH A D22-May-202118 31

config_mlx5.inH A D22-May-202142 42

config_mouse.inH A D22-May-202120 31

config_radio.inH A D22-May-2021187 1110

config_vtuner_client.inH A D22-May-202188 75

config_vtuner_server.inH A D22-May-202188 75

config_webcam.inH A D22-May-20212.9 KiB127126

webcamd.8H A D22-May-20216.5 KiB242241

webcamd.cH A D22-May-202122.7 KiB1,101863

webcamd_global.hH A D22-May-20213.6 KiB12783

README.md

1<IMG SRC="https://raw.githubusercontent.com/hselasky/webcamd/main/www/webcamd_logo.png"></IMG>
2
3# Introduction
4
5<B>Webcamd</B> is a small daemon that enables about 1500 different USB
6based webcam, DVB and remote control USB devices under the FreeBSD
7operating system. The webcam daemon is basically an application which
8is a port of Linux USB drivers into userspace on FreeBSD. The daemon
9currently depends on libc, pthreads, libusb and libcuse.
10
11# Licensing
12
13<B>Webcamd</B> is GPLv2 licensed due to the external Linux part which
14is GPLv2, though some files inside the webcamd remains BSD licensed
15which allows for building similar BSD licensed daemons.
16
17# Testing a USB webcam device
18
19<PRE>
20pwcview -d /dev/video0 -s vga
21</PRE>
22
23# Privacy policy
24
25<B>Webcamd</B> does not collect any information from its users.
26
27# Support
28
29Feedback and bug reports are welcome. The software is available from FreeBSD ports, <A HREF="https://www.freshports.org/multimedia/webcamd">/usr/ports/multimedia/webcamd</A> .
30