<?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のトピックRe: Multiple Video Display on Single 5 Inch Screen using NXP i.MX7D</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828551#M127350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri.&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;The linked mentioned by you is not opening.&lt;/P&gt;&lt;P&gt;I used recent "i.MX_Linux_User's_Guide.pdf", following are the commands I tried and its output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7.3.1.2 Video-only playback&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$GSTL filesrc location=test.mp4 typefind=true&lt;BR /&gt;! video/quicktime ! aiurdemux ! queue max-size-time=0&lt;BR /&gt;! avdec_h264 ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;erroneous pipeline: no element "avdec_h264"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;7.3.1.6.3 Multiple videos overlay&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 playbin uri=file://$FILE1&lt;BR /&gt;video-sink="overlaysink overlay-width=512 overlay-height=384"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;erroneous pipeline: could not set property "video-sink" in element "playbin0" to "overlaysink overlay-width=512 overlay-height=384"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think complete gstreamer package is not installed in this Yocto release. If this is the case, then how to add remaining gstreamer packages ? Is there any way to install missing packages like we install in ubuntu using apt-get? Or we have to build yocto image from scratch?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me on how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Atul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2018 06:36:35 GMT</pubDate>
    <dc:creator>atulbabanchavan</dc:creator>
    <dc:date>2018-09-25T06:36:35Z</dc:date>
    <item>
      <title>Multiple Video Display on Single 5 Inch Screen using NXP i.MX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828548#M127347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am exploring NXP i.MX7D starter kit. I have successfully installed yocto image "pico-imx7_pico-pi_yocto-2.0-qt5-fb_TTL_LCD-800x480_20170411.zip" on the board.I want to use 5 inch screen came with kit for multiple displays. I am using gstreamer for displaying and streaming. MIPI Camera (OV5645) came with kit is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;I am able to display camera output locally using the following command:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;gst-launch-1.0 imxv4l2src device=/dev/video1 ! imxv4l2sink&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;I am able stream camera output and loopback locally using following commands:&lt;/SPAN&gt;&lt;BR /&gt;SENDER: &lt;BR /&gt;&lt;STRONG&gt;gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,width=640,height=480 ! jpegenc ! rtpjpegpay ! udpsink host=127.0.0.1 port=5001&lt;/STRONG&gt;&lt;BR /&gt;RECEIVER:&lt;BR /&gt;&lt;STRONG&gt;gst-launch-1.0 udpsrc port=5001 ! application/x-rtp,encoding-name=JPEG, payload=26 ! rtpjpegdepay ! jpegdec ! autovideosink&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display my camera output locally and also I want to display videos which I will receive over ethernet from other devices over network. So basically I should able to see multiple videos (2 or 3) on my small 5 inch display.&lt;BR /&gt;When I am trying some commands from i.MX Linux userguide, I am getting errors like: no-element "overlaysink","vpudec".&lt;BR /&gt;Can anyone provide me example on this. &lt;BR /&gt;I am new to YOCTO and NXP. Please guide me on this line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 07:29:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828548#M127347</guid>
      <dc:creator>atulbabanchavan</dc:creator>
      <dc:date>2018-09-17T07:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Video Display on Single 5 Inch Screen using NXP i.MX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828549#M127348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone please guide me on the above topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 11:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828549#M127348</guid>
      <dc:creator>atulbabanchavan</dc:creator>
      <dc:date>2018-09-21T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Video Display on Single 5 Inch Screen using NXP i.MX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828550#M127349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Use sections 7.3.1.6 (Video playback to multiple displays) and 7.3.1.6.3 (Multiple&amp;nbsp;videos overlay)&lt;/P&gt;&lt;P&gt;of "i.MX_Linux_User's_Guide.pdf" of the recent NXP Linux BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=L4.9.88_2.0.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="https://www.nxp.com/webapp/Download?colCode=L4.9.88_2.0.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;https://www.nxp.com/webapp/Download?colCode=L4.9.88_2.0.0_LINUX_DOCS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Note, i.MX7 does not suport in hardware video codecs. No VPU. Only software approach may be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2018 13:52:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828550#M127349</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-09-22T13:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Video Display on Single 5 Inch Screen using NXP i.MX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828551#M127350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri.&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;The linked mentioned by you is not opening.&lt;/P&gt;&lt;P&gt;I used recent "i.MX_Linux_User's_Guide.pdf", following are the commands I tried and its output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7.3.1.2 Video-only playback&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$GSTL filesrc location=test.mp4 typefind=true&lt;BR /&gt;! video/quicktime ! aiurdemux ! queue max-size-time=0&lt;BR /&gt;! avdec_h264 ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;erroneous pipeline: no element "avdec_h264"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;7.3.1.6.3 Multiple videos overlay&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 playbin uri=file://$FILE1&lt;BR /&gt;video-sink="overlaysink overlay-width=512 overlay-height=384"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;erroneous pipeline: could not set property "video-sink" in element "playbin0" to "overlaysink overlay-width=512 overlay-height=384"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think complete gstreamer package is not installed in this Yocto release. If this is the case, then how to add remaining gstreamer packages ? Is there any way to install missing packages like we install in ubuntu using apt-get? Or we have to build yocto image from scratch?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me on how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Atul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 06:36:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828551#M127350</guid>
      <dc:creator>atulbabanchavan</dc:creator>
      <dc:date>2018-09-25T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Video Display on Single 5 Inch Screen using NXP i.MX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828552#M127351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please guide me in this line.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 04:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828552#M127351</guid>
      <dc:creator>atulbabanchavan</dc:creator>
      <dc:date>2018-10-01T04:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Video Display on Single 5 Inch Screen using NXP i.MX7D</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828553#M127352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP Community,&lt;/P&gt;&lt;P&gt;Is it the right forum where I am posting my doubts? Can anyone please provide me link where I can get more details regarding the issues I am discussing above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 06:38:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Multiple-Video-Display-on-Single-5-Inch-Screen-using-NXP-i-MX7D/m-p/828553#M127352</guid>
      <dc:creator>atulbabanchavan</dc:creator>
      <dc:date>2018-11-02T06:38:34Z</dc:date>
    </item>
  </channel>
</rss>

