<?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>i.MX ProcessorsのトピックDisplay issues when using omxh264dec</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Display-issues-when-using-omxh264dec/m-p/1524167#M195307</link>
    <description>&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;So, I want to receive a video stream encoded in RTP/H.264, decode it and write the raw data on a shared memory so that another application can use and display it.&lt;/P&gt;&lt;P&gt;To do the decoding, I use g streamer, with the following pipeline:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;gst&lt;/SPAN&gt;-launch-&lt;SPAN class=""&gt;1&lt;/SPAN&gt;.&lt;SPAN class=""&gt;0&lt;/SPAN&gt; udpsrc port=&lt;SPAN class=""&gt;5004&lt;/SPAN&gt; caps=&lt;SPAN class=""&gt;"application/x-rtp,media=video,encoding-name=H264,clock-rate=90000,payload=96"&lt;/SPAN&gt; ! rtpjitterbuffer latency=&lt;SPAN class=""&gt;0&lt;/SPAN&gt; ! rtph&lt;SPAN class=""&gt;264&lt;/SPAN&gt;depay ! h&lt;SPAN class=""&gt;264&lt;/SPAN&gt;parse ! omxh&lt;SPAN class=""&gt;264&lt;/SPAN&gt;dec use-dmabuf=false ! video/x-raw,format=I&lt;SPAN class=""&gt;420&lt;/SPAN&gt; ! shmsink socket-path=/tmp/gst&lt;SPAN class=""&gt;0&lt;/SPAN&gt; sync=false wait-for-connection=true &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I use the following pipeline to get the data from shared memory and display on screen :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;gst&lt;/SPAN&gt;-launch-&lt;SPAN class=""&gt;1&lt;/SPAN&gt;.&lt;SPAN class=""&gt;0&lt;/SPAN&gt; shmsrc socket-path=/tmp/gst&lt;SPAN class=""&gt;0&lt;/SPAN&gt; ! &lt;SPAN class=""&gt;"video/x-raw, format=I420, color-matrix=sdtv, chroma-site=mpeg2, width=(int)1920, height=(int)720, framerate=(fraction)30/1"&lt;/SPAN&gt; ! queue ! videoconvert ! fbdevsink&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I’m at an impasse and I don’t really understand what the problem is. When I use the omxh264dec decoder as it is, I have a color shifted image, but the data stream arrives without any issue, but when I use it with the DMA deactivated the images are well decoded and well rested but the image stream does not pass and I receive only first frames.&lt;/P&gt;&lt;P&gt;Has anyone experienced this kind of problem ?&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2022 08:59:58 GMT</pubDate>
    <dc:creator>toufik_ferhat</dc:creator>
    <dc:date>2022-09-19T08:59:58Z</dc:date>
    <item>
      <title>Display issues when using omxh264dec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Display-issues-when-using-omxh264dec/m-p/1524167#M195307</link>
      <description>&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;So, I want to receive a video stream encoded in RTP/H.264, decode it and write the raw data on a shared memory so that another application can use and display it.&lt;/P&gt;&lt;P&gt;To do the decoding, I use g streamer, with the following pipeline:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;gst&lt;/SPAN&gt;-launch-&lt;SPAN class=""&gt;1&lt;/SPAN&gt;.&lt;SPAN class=""&gt;0&lt;/SPAN&gt; udpsrc port=&lt;SPAN class=""&gt;5004&lt;/SPAN&gt; caps=&lt;SPAN class=""&gt;"application/x-rtp,media=video,encoding-name=H264,clock-rate=90000,payload=96"&lt;/SPAN&gt; ! rtpjitterbuffer latency=&lt;SPAN class=""&gt;0&lt;/SPAN&gt; ! rtph&lt;SPAN class=""&gt;264&lt;/SPAN&gt;depay ! h&lt;SPAN class=""&gt;264&lt;/SPAN&gt;parse ! omxh&lt;SPAN class=""&gt;264&lt;/SPAN&gt;dec use-dmabuf=false ! video/x-raw,format=I&lt;SPAN class=""&gt;420&lt;/SPAN&gt; ! shmsink socket-path=/tmp/gst&lt;SPAN class=""&gt;0&lt;/SPAN&gt; sync=false wait-for-connection=true &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I use the following pipeline to get the data from shared memory and display on screen :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;gst&lt;/SPAN&gt;-launch-&lt;SPAN class=""&gt;1&lt;/SPAN&gt;.&lt;SPAN class=""&gt;0&lt;/SPAN&gt; shmsrc socket-path=/tmp/gst&lt;SPAN class=""&gt;0&lt;/SPAN&gt; ! &lt;SPAN class=""&gt;"video/x-raw, format=I420, color-matrix=sdtv, chroma-site=mpeg2, width=(int)1920, height=(int)720, framerate=(fraction)30/1"&lt;/SPAN&gt; ! queue ! videoconvert ! fbdevsink&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I’m at an impasse and I don’t really understand what the problem is. When I use the omxh264dec decoder as it is, I have a color shifted image, but the data stream arrives without any issue, but when I use it with the DMA deactivated the images are well decoded and well rested but the image stream does not pass and I receive only first frames.&lt;/P&gt;&lt;P&gt;Has anyone experienced this kind of problem ?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 08:59:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Display-issues-when-using-omxh264dec/m-p/1524167#M195307</guid>
      <dc:creator>toufik_ferhat</dc:creator>
      <dc:date>2022-09-19T08:59:58Z</dc:date>
    </item>
  </channel>
</rss>

