From d875c654026fc8315cb75b8ad5dde2bc45856a63 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 30 Jan 2018 17:00:48 +0100 Subject: 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 Acked-by: Max Krummenacher --- recipes-images/images/angstrom-lxde-image.bb | 1 + recipes-images/images/angstrom-lxqt-image.bb | 1 + recipes-images/images/angstrom-qt-x11-image.bb | 1 + recipes-images/images/angstrom-qt5-x11-image.bb | 1 + 4 files changed, 4 insertions(+) diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index 6e23039..21fed78 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -68,6 +68,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 \ diff --git a/recipes-images/images/angstrom-lxqt-image.bb b/recipes-images/images/angstrom-lxqt-image.bb index b239eb7..49b3306 100644 --- a/recipes-images/images/angstrom-lxqt-image.bb +++ b/recipes-images/images/angstrom-lxqt-image.bb @@ -72,6 +72,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 \ diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb index 28d9ca6..fb0a2c7 100644 --- a/recipes-images/images/angstrom-qt-x11-image.bb +++ b/recipes-images/images/angstrom-qt-x11-image.bb @@ -63,6 +63,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 \ 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 \ -- cgit v1.2.3