Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
A neat and simple webcam app
http://www.sanslogic.co.uk/fswebcam/
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
.gitignore |
|
|
|
|
CHANGELOG | ||
|
|
LICENSE |
|
|
|
|
Makefile.in | ||
|
|
README |
|
|
|
|
config.h.in | ||
|
|
configure |
|
|
|
|
configure.ac |
|
|
|
|
dec.h |
|
|
|
|
dec_bayer.c |
|
|
|
|
dec_grey.c | ||
|
|
dec_jpeg.c | ||
|
|
dec_png.c |
|
|
|
|
dec_rgb.c | ||
|
|
dec_s561.c |
|
|
|
|
dec_yuv.c | ||
|
|
effects.c |
|
|
|
|
effects.h | ||
|
|
example.conf | ||
|
|
fswebcam.1 |
|
|
|
|
fswebcam.c | ||
|
|
fswebcam.h |
|
|
|
|
log.c | ||
|
|
log.h | ||
|
|
parse.c | ||
|
|
parse.h | ||
|
|
src.c | ||
|
|
src.h |
|
|
|
|
src_file.c |
|
|
|
|
src_raw.c | ||
|
|
src_test.c | ||
|
|
src_v4l1.c | ||
|
|
src_v4l2.c |
|
|
|
|
videodev.h | ||
|
|
videodev2.h |
|
|
|
|
videodev_mjpeg.h | ||
README
fswebcam - Small and simple webcam software for *nix. Created by Philip Heron <phil@sanslogic.co.uk> http://www.sanslogic.co.uk/fswebcam/ This is the program used to generate images for a webcam. It captures a number of frames from any V4L or V4L2 compatible device, averages them to reduce noise and draws the details on it using the GD Graphics Library which also handles compressing the image to PNG, JPEG or WEBP. INSTALLING Run the following commands in the source folder to build and install fswebcam: ./configure --prefix=/usr make make install It's only requirements are that the GD library be installed with JPEG, PNG and FreeType support.