Small tidyup
[fswebcam.git] / README
blobda66e8b63037c1970220cf9c7e35158afb927849
2 fswebcam - Small and simple webcam software for *nix.
4 Created by Philip Heron <phil@firestorm.cx>
5 http://www.firestorm.cx/fswebcam/
7 This is the program used to generate images for a webcam. It captures a number
8 of frames from any V4L or V4L2 compatible device, averages them to reduce noise
9 and draws the details on it using the GD Graphics Library which also handles
10 compressing the image to PNG or JPEG.
12 INSTALLING
14 Run the following commands in the source folder to build and install fswebcam:
16 ./configure --prefix=/usr
17 make
18 make install
20 It's only requirements are that the GD library be installed with JPEG, PNG
21 and FreeType support.