diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-29 13:47:23 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-29 13:47:23 +0000 |
commit | be0b65d43e41e2f783fa63a4c8c23012d0dab3ca (patch) | |
tree | 366196898a698341960ae80c0e3e6d7a1281ede9 /multimedia/pwcbsd/pkg-message | |
parent | Replace hamigua's MAINTAINER emails to a unified one. (diff) |
This port provides a FreeBSD kernel module that
video4linux enabled and raw yuv420p applications
can use to access several USB based webcams.
WWW: http://www.saillard.org/linux/pwc/
PR: ports/93464
Submitted by: Raaf <raaf@luna.afraid.org>
Notes
Notes:
svn path=/head/; revision=160766
Diffstat (limited to 'multimedia/pwcbsd/pkg-message')
-rw-r--r-- | multimedia/pwcbsd/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/pwcbsd/pkg-message b/multimedia/pwcbsd/pkg-message new file mode 100644 index 000000000000..f3a107d85f99 --- /dev/null +++ b/multimedia/pwcbsd/pkg-message @@ -0,0 +1,17 @@ +=============================================================================== + +This port has installed the pwc kernel module. + +To load the kernel module immediately, type the following command: + + kldload pwc + +If your webcam was already plugged in before the kernel module +was loaded you may have to unplug it first. + +To load the kernel module at boot, add the following line to +/boot/loader.conf: + + pwc_load="YES" + +=============================================================================== |