<?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: Display error on imx8xqxp mek in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Display-error-on-imx8xqxp-mek/m-p/1203400#M166876</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for your reply! We expect to get data in NV12 format. In this case, we do not want to use imxvideoconvert_g2d to do further processing.&lt;/P&gt;&lt;P&gt;We write codes in Qt like:&lt;/P&gt;&lt;P&gt;VideoCapture cap；&lt;BR /&gt;cap.open( "rtspsrc location=rtsp://admin:admin@192.168.1.42:554/1/0.sdp ! rtph264depay ! h264parse ! queue ! vpudec! queue ! appsink sync=false", CAP_GSTREAMER)&lt;/P&gt;&lt;P&gt;It works well in imx8m. Then we want to port the app to imx8x. We modify the code to this:&lt;/P&gt;&lt;P&gt;VideoCapture cap；&lt;BR /&gt;cap.open( "rtspsrc location=rtsp://admin:admin@192.168.1.42:554/1/0.sdp ! rtph264depay ! h264parse ! queue ! v4l2h264dec ! queue ! appsink sync=false", CAP_GSTREAMER)&lt;/P&gt;&lt;P&gt;And the display error occurs in imx8x.&lt;/P&gt;&lt;P&gt;In IMX8GStreamerGuide.pdf, It is ok to parse rtspsrc without imxvideoconvert_g2d. Is there something we should do in this process?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/133356i56CB56298866D9FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;3.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 03:42:18 GMT</pubDate>
    <dc:creator>Ale2</dc:creator>
    <dc:date>2020-12-23T03:42:18Z</dc:date>
    <item>
      <title>Display error on imx8xqxp mek</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Display-error-on-imx8xqxp-mek/m-p/1202603#M166803</link>
      <description>&lt;P&gt;Some thing wrong happens when I play rtsp stream by gst on imx8qxp board:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/133194iD678000AF812851E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;1.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But it works fine on imx8m board. Here is the log:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/133195i026544318DA10CA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;2.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Same result when I use "rtspsrc location=rtsp://192.168.1.19:554/1/h264major latency=200 ! rtph264depay ! h264parse ! queue ! vpudec ! appsink sync=false" in my app.&lt;/P&gt;&lt;P&gt;Any clue about this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ale&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 17:54:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Display-error-on-imx8xqxp-mek/m-p/1202603#M166803</guid>
      <dc:creator>Ale2</dc:creator>
      <dc:date>2020-12-21T17:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display error on imx8xqxp mek</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Display-error-on-imx8xqxp-mek/m-p/1203103#M166854</link>
      <description>&lt;P&gt;Hello Ale2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure that both are playing the latest linux bsp, there is A53 in MX8M and A35 in MX8QX, but should not difference in display mode.&lt;/P&gt;
&lt;P&gt;with the&lt;/P&gt;
&lt;PRE&gt;gst-inspect-1.0 v4l2h264dec&lt;/PRE&gt;
&lt;P&gt;you can see the difference between both processor on encoding time. Also Try the file&lt;/P&gt;
&lt;PRE&gt;gst-launch-1.0 playbin uri=file:/run/media/sda1/big_buck_bunny.mp4 video-sink="imxvideoconvert_g2d&amp;nbsp;! queue&amp;nbsp;! autovideosink"&lt;/PRE&gt;
&lt;P&gt;To avoid display issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 14:10:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Display-error-on-imx8xqxp-mek/m-p/1203103#M166854</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-12-22T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display error on imx8xqxp mek</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Display-error-on-imx8xqxp-mek/m-p/1203400#M166876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for your reply! We expect to get data in NV12 format. In this case, we do not want to use imxvideoconvert_g2d to do further processing.&lt;/P&gt;&lt;P&gt;We write codes in Qt like:&lt;/P&gt;&lt;P&gt;VideoCapture cap；&lt;BR /&gt;cap.open( "rtspsrc location=rtsp://admin:admin@192.168.1.42:554/1/0.sdp ! rtph264depay ! h264parse ! queue ! vpudec! queue ! appsink sync=false", CAP_GSTREAMER)&lt;/P&gt;&lt;P&gt;It works well in imx8m. Then we want to port the app to imx8x. We modify the code to this:&lt;/P&gt;&lt;P&gt;VideoCapture cap；&lt;BR /&gt;cap.open( "rtspsrc location=rtsp://admin:admin@192.168.1.42:554/1/0.sdp ! rtph264depay ! h264parse ! queue ! v4l2h264dec ! queue ! appsink sync=false", CAP_GSTREAMER)&lt;/P&gt;&lt;P&gt;And the display error occurs in imx8x.&lt;/P&gt;&lt;P&gt;In IMX8GStreamerGuide.pdf, It is ok to parse rtspsrc without imxvideoconvert_g2d. Is there something we should do in this process?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/133356i56CB56298866D9FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;3.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 03:42:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Display-error-on-imx8xqxp-mek/m-p/1203400#M166876</guid>
      <dc:creator>Ale2</dc:creator>
      <dc:date>2020-12-23T03:42:18Z</dc:date>
    </item>
  </channel>
</rss>

