<?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: 5 videos at same time record</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922271#M138639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bio_TICFSL,&lt;/P&gt;&lt;P&gt;I read your reply and thank you for that. But I could not do that actually. I mean I cannot make progress. Could you please help me more ?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2019 11:06:00 GMT</pubDate>
    <dc:creator>merttml13</dc:creator>
    <dc:date>2019-10-07T11:06:00Z</dc:date>
    <item>
      <title>5 videos at same time record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922269#M138637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to record videos as using below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! queue2 ! \&lt;BR /&gt;imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \&lt;BR /&gt;filesink location=/tmp/test0.avi \&lt;BR /&gt;v4l2src device=/dev/video1 ! queue2 ! \&lt;BR /&gt;imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \&lt;BR /&gt;filesink location=/tmp/test1.avi \&lt;BR /&gt;v4l2src device=/dev/video2 ! queue2 ! \&lt;BR /&gt;imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux !\&lt;BR /&gt;filesink location=/tmp/test2.avi \&lt;BR /&gt;v4l2src device=/dev/video3 ! queue2 ! \&lt;BR /&gt;imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux !\&lt;BR /&gt;filesink location=/tmp/test3.avi \&lt;BR /&gt;v4l2src device=/dev/video4 ! queue2 ! \&lt;BR /&gt;imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \&lt;BR /&gt;filesink location=/tmp/test4.avi \&lt;BR /&gt;v4l2src device=/dev/video5 ! queue2 ! \&lt;BR /&gt;imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \&lt;BR /&gt;filesink location=/tmp/test5.avi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this code works like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch5: video not present &lt;/SPAN&gt;&lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch4: odd field &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch3: even field &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch2: odd field &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch0: even field &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch1: even field &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_dma_reset: DMA 5 &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_dma_reset: DMA 3 &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_dma_reset: DMA 0 &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_dma_reset: DMA 1 &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_dma_reset: DMA 2 &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch5: video not present &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch3: even field &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch1: odd field &lt;BR /&gt;tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch0: odd field&lt;BR /&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After when I want to watch my record with using this command:&lt;/P&gt;&lt;P&gt;gst-launch-1.0 playbin uri=file:///tmp/test0.avi&lt;/P&gt;&lt;P&gt;I just cannot. If I record only 1 video it works perfectly but when I try 5 videos at same time always get a even odd fail.&lt;/P&gt;&lt;P&gt;I am new so all help will be appreciated. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Mert TEMEL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 08:14:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922269#M138637</guid>
      <dc:creator>merttml13</dc:creator>
      <dc:date>2019-09-27T08:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: 5 videos at same time record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922270#M138638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems community gstreamer-imx plugins are used in the case, one can try with nxp&lt;/P&gt;&lt;P&gt;imx-gst1.0-plugins described in Linux Guide included in &lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fwebapp%2FDownload%3FcolCode%3Dimx-yocto-L4.14.98_2.0.0_ga" rel="nofollow" target="_blank"&gt;Linux L4.14.98_2.0.0 Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and nxp linux from source.codeaurora.org/external/imx/linux-imx repository:&lt;/P&gt;&lt;P&gt;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Flinux-imx%2Ftree%2F%3Fh%3Dimx_4.14.98_2.0.0_ga" rel="nofollow" target="_blank"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also one can try to analyse internal buses usage and tweak IPU QoS configured with IOMUXC_GPR6:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="" data-containerid="2004" data-containertype="14" data-content-finding="Community" data-objectid="94933" data-objecttype="102" href="https://community.nxp.com/docs/DOC-94933"&gt;i.MX6 MMDC Profiling: What is BUSY_COUNT?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fdeveloper.ridgerun.com%2Fwiki%2Findex.php%3Ftitle%3DIMX6_Memory_Bandwidth_usage" rel="nofollow" target="_blank"&gt;IMX6 Memory Bandwidth Usage | iMX6 Board Memory&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 15:23:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922270#M138638</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-09-27T15:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: 5 videos at same time record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922271#M138639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bio_TICFSL,&lt;/P&gt;&lt;P&gt;I read your reply and thank you for that. But I could not do that actually. I mean I cannot make progress. Could you please help me more ?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 11:06:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922271#M138639</guid>
      <dc:creator>merttml13</dc:creator>
      <dc:date>2019-10-07T11:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: 5 videos at same time record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922272#M138640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, By the way I am using TW6869. I forgot to specify this information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 07:03:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/5-videos-at-same-time-record/m-p/922272#M138640</guid>
      <dc:creator>merttml13</dc:creator>
      <dc:date>2019-10-10T07:03:19Z</dc:date>
    </item>
  </channel>
</rss>

