<?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のトピックCSI combining using VDI / multiple camera support</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/CSI-combining-using-VDI-multiple-camera-support/m-p/450495#M69833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;according to the i.MX6Dual/6Quad documentation the Video-Deinterlacer of the IPU can be used for&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;combining two camera images, if de-interlacing is not needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;However, support for this feature is missing in the freescale drivers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Has anyone succeeded in combining the input of 2 cameras using the VDI?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Thanks, Roland&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 07:34:54 GMT</pubDate>
    <dc:creator>rolandhösch</dc:creator>
    <dc:date>2015-07-02T07:34:54Z</dc:date>
    <item>
      <title>CSI combining using VDI / multiple camera support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-combining-using-VDI-multiple-camera-support/m-p/450495#M69833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;according to the i.MX6Dual/6Quad documentation the Video-Deinterlacer of the IPU can be used for&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;combining two camera images, if de-interlacing is not needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;However, support for this feature is missing in the freescale drivers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Has anyone succeeded in combining the input of 2 cameras using the VDI?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Thanks, Roland&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 07:34:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-combining-using-VDI-multiple-camera-support/m-p/450495#M69833</guid>
      <dc:creator>rolandhösch</dc:creator>
      <dc:date>2015-07-02T07:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: CSI combining using VDI / multiple camera support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-combining-using-VDI-multiple-camera-support/m-p/450496#M69834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IPU can support two camera in the same time, you can use the command like &lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;gst-launch mfw_v4lsrc device="/dev/video0" ! filesink location=camera0.yuv &amp;amp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;gst-launch mfw_v4lsrc device="/dev/video1" ! &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;filesink location=camera1.yuv&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;you don't need to capture the two camera by de-interlacing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 08:23:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-combining-using-VDI-multiple-camera-support/m-p/450496#M69834</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2015-07-08T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: CSI combining using VDI / multiple camera support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI-combining-using-VDI-multiple-camera-support/m-p/450497#M69835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe gstreamer can do that, when you have two cameras connected to one graphics chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My configuration is different:&lt;/P&gt;&lt;P&gt;- I have one arm-board with two different graphics chips, each of which should support one camera&lt;/P&gt;&lt;P&gt;- the cameras already supply de-interlaced streams&lt;/P&gt;&lt;P&gt;- according to freescale documentation the VDI can do combining of two CSI streams _OR_ de-interlacing&lt;/P&gt;&lt;P&gt;- infact, freescale told me, that the actual BSPs do not support this feature and are not intended to support this in the future&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:36:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI-combining-using-VDI-multiple-camera-support/m-p/450497#M69835</guid>
      <dc:creator>rolandhösch</dc:creator>
      <dc:date>2015-07-08T14:36:08Z</dc:date>
    </item>
  </channel>
</rss>

