From: Anatolij Gustschin <agust@denx.de>
To: Florian Boor <florian.boor@kernelconcepts.de>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: MT9M131 on I.MX6DL CSI color issue
Date: Fri, 12 Jan 2018 11:06:06 +0100 [thread overview]
Message-ID: <20180112110606.47499410@crub> (raw)
In-Reply-To: <20180112105840.75260abb@crub>
On Fri, 12 Jan 2018 10:58:40 +0100
Anatolij Gustschin agust@denx.de wrote:
...
> gst-launch v4l2src device=/dev/video4 num-buffers=1 ! \
> videoparse format=5 width=1280 height=1024 framerate=25/1 ! \
> jpegenc ! filesink location=capture1.jpeg
I forgot the videoconvert, sorry. Try
gst-launch v4l2src device=/dev/video4 num-buffers=1 ! \
filesink location=frame.raw
gst-launch filesrc num-buffers=1 location=frame.raw ! \
videoparse format=5 width=1280 height=1024 framerate=25/1 ! \
videoconvert ! jpegenc ! filesink location=capture1.jpeg
Anatolij
next prev parent reply other threads:[~2018-01-12 10:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-12 0:16 MT9M131 on I.MX6DL CSI color issue Florian Boor
2018-01-12 9:58 ` Anatolij Gustschin
2018-01-12 10:06 ` Anatolij Gustschin [this message]
2018-01-15 10:40 ` Florian Boor
2018-01-17 10:31 ` Daniel Glöckner
2018-01-17 12:58 ` Florian Boor
2018-01-18 4:03 ` Daniel Glöckner
2018-01-18 16:31 ` Florian Boor
2018-01-20 15:02 ` Daniel Glöckner
2018-01-22 14:52 ` Florian Boor
2018-01-30 17:13 ` Florian Boor
2018-01-12 14:59 ` Nicolas Dufresne
2018-01-15 12:49 ` Philipp Zabel
2018-01-15 14:41 ` Florian Boor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180112110606.47499410@crub \
--to=agust@denx.de \
--cc=florian.boor@kernelconcepts.de \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox