summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2026-03-15 08:41:24 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-18 14:33:25 -0700
commit991ce2b4cb1a9f9d9af0076d9b0c31b8b7b1d0fe (patch)
treeebbcc65054fba6e212f88c3970b6605d8100c790 /meta-multimedia
parent5540083053f287aa93c474d7cc819f99498f2a41 (diff)
downloadmeta-openembedded-991ce2b4cb1a9f9d9af0076d9b0c31b8b7b1d0fe.tar.gz
multimedia/fswebcam: New recipe for a webcam image grabber
Taken from https://github.com/linux4sam/meta-atmel/blob/master/recipes-multimedia/fswebcam/fswebcam_git.bb and amended. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb b/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb
new file mode 100644
index 0000000000..bdda35df40
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Webcam image grabber and manipulation application"
2DESCRIPTION = "\
3 fswebcam captures images from a V4L1/V4L2 compatible device or file, \
4 averages them to reduce noise and draws a caption using the GD Graphics \
5 Library which also handles compressing the image to PNG or JPEG. The \
6 resulting image is saved to a file or sent to stdio where it can be piped \
7 to something like ncftpput or scp. \
8"
9HOMEPAGE = "http://www.sanslogic.co.uk/fswebcam/"
10BUGTRACKER = "https://codeberg.org/fsphil/fswebcam/issues"
11SECTION = "graphics"
12
13LICENSE = "GPL-2.0-only"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
15
16DEPENDS = "gd"
17
18SRC_URI = "git://github.com/fsphil/fswebcam.git;protocol=https;branch=master;tag=${PV}"
19SRCREV = "db35d4bbd336885a44f017ff142bc9523dbdce3c"
20
21inherit autotools-brokensep