summaryrefslogtreecommitdiff
path: root/recipes-images/images/angstrom-qt5-x11-image.bb
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-01-30 17:00:48 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:25 +0100
commitd875c654026fc8315cb75b8ad5dde2bc45856a63 (patch)
treedfb8be2b818ab90ed5e306cb6d0fa50c9857ef9e /recipes-images/images/angstrom-qt5-x11-image.bb
parent467943daed3096543ba0cf3fb23d1c648d53f30c (diff)
images: add gstreamer1.0-plugins-good-multifile
Trying to store PNG files off our CSI Camera Module 5MP OV5640 on Apalis TK1 revealed the first few frames to be black resp. greenish. One way to overcome this is to save several images and just throw the first few away. In order to do so the multifilesink plug-in would be needed: gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,format={UYVY},width=640,height=480' ! videorate max-rate=10 ! videoconvert ! avenc_png ! multifilesink location=test%d.png Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-images/images/angstrom-qt5-x11-image.bb')
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index 8478146..ec5edef 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -69,6 +69,7 @@ GSTREAMER = " \
gstreamer1.0-plugins-good-id3demux \
gstreamer1.0-plugins-good-isomp4 \
gstreamer1.0-plugins-good-matroska \
+ gstreamer1.0-plugins-good-multifile \
gstreamer1.0-plugins-good-rtp \
gstreamer1.0-plugins-good-rtpmanager \
gstreamer1.0-plugins-good-udp \