<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Gstreamer colorimetry in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-colorimetry/m-p/827053#M127166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out how to change the colorimetry of the source :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;gst-launch-1.0 -v videotestsrc ! video/x-raw,colorimetry=bt709 ! v4l2h264enc ! filesink location=/home/root/pal_capture.mkv&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and the record from 'videotestsrc' worked !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2018 13:34:34 GMT</pubDate>
    <dc:creator>quenreyn</dc:creator>
    <dc:date>2018-11-12T13:34:34Z</dc:date>
    <item>
      <title>Gstreamer colorimetry</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-colorimetry/m-p/827052#M127165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am novice in the use of gstreamer. I want to record the video from a composite camera, but first of all I want to test my pipeline (which produce an error) with videotestsrc.&lt;/P&gt;&lt;P&gt;Here is my command (with gst-launch-1.0 version 1.14.1):&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;$ gst-launch-1.0 -v videotestsrc ! v4l2h264enc ! filesink location=pal_capture.mkv&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;which produce the following error:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Pipeline is PREROLLING ...&lt;BR /&gt;/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps = video/x-raw, format=(string)I420, width=(int)320, height=(int)240, framerate=(fraction)30/1, multiview-mode=(string)mono, interlace-mode=(string)progressive, colorimetry=(string)bt601, pixel-aspect-ratio=(fraction)1/1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:src: caps = video/x-h264, stream-for&lt;BR /&gt;mat=(string)byte-stream, alignment=(string)au, profile=(string)baseline, level=(string)4, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1,interlace-mode=(string)progressive, colorimetry=(string)bt601, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)baseline, level=(string)4, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: from element /GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0: Device '/dev/video8' does not support bt601 colorimetry&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Additional debug info:&lt;BR /&gt;../../../gst-plugins-good-1.14.1/sys/v4l2/gstv4l2object.c(3792): gst_v4l2_object_set_format_full (): /GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0:&lt;BR /&gt;Device wants bt709 colorimetry&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: pipeline doesn't want to preroll.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Setting pipeline to NULL ...&lt;BR /&gt;Freeing pipeline ...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the error said, my source (?) does not look like to handle 'bt601 colorimetry'. I tried to change the colorimetry parameter, but without success. Besides, I don't know what /dev/video8 is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quentin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 09:24:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-colorimetry/m-p/827052#M127165</guid>
      <dc:creator>quenreyn</dc:creator>
      <dc:date>2018-11-12T09:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer colorimetry</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-colorimetry/m-p/827053#M127166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out how to change the colorimetry of the source :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;gst-launch-1.0 -v videotestsrc ! video/x-raw,colorimetry=bt709 ! v4l2h264enc ! filesink location=/home/root/pal_capture.mkv&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and the record from 'videotestsrc' worked !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 13:34:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-colorimetry/m-p/827053#M127166</guid>
      <dc:creator>quenreyn</dc:creator>
      <dc:date>2018-11-12T13:34:34Z</dc:date>
    </item>
  </channel>
</rss>

