<?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 Switch USB camera on i.MX6 / Android in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Switch-USB-camera-on-i-MX6-Android/m-p/578922#M88271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using an embedded computer based on a iMX6Q CPU (2GB Ram / 8GB Nand) with Android JB4.3,&lt;/P&gt;&lt;P&gt;for this project I had to take pictures from severals USB Camera (up to 5),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to use one camera but no more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Android framework see only one camera, but all camera are present as (/dev/video2, /dev/video3, ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has I didn't have to use the cameras in simultaneous, is it possible to switch&amp;nbsp;camera?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 13:24:03 GMT</pubDate>
    <dc:creator>guillaumebishop</dc:creator>
    <dc:date>2016-08-31T13:24:03Z</dc:date>
    <item>
      <title>Switch USB camera on i.MX6 / Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switch-USB-camera-on-i-MX6-Android/m-p/578922#M88271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using an embedded computer based on a iMX6Q CPU (2GB Ram / 8GB Nand) with Android JB4.3,&lt;/P&gt;&lt;P&gt;for this project I had to take pictures from severals USB Camera (up to 5),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to use one camera but no more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Android framework see only one camera, but all camera are present as (/dev/video2, /dev/video3, ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has I didn't have to use the cameras in simultaneous, is it possible to switch&amp;nbsp;camera?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 13:24:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switch-USB-camera-on-i-MX6-Android/m-p/578922#M88271</guid>
      <dc:creator>guillaumebishop</dc:creator>
      <dc:date>2016-08-31T13:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Switch USB camera on i.MX6 / Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switch-USB-camera-on-i-MX6-Android/m-p/578923#M88272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can provide only common recommendations regarding to connecting cameras:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.android.com/training/camera/cameradirect.html"&gt;https://developer.android.com/training/camera/cameradirect.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day, &lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 02:35:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switch-USB-camera-on-i-MX6-Android/m-p/578923#M88272</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2016-09-01T02:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Switch USB camera on i.MX6 / Android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Switch-USB-camera-on-i-MX6-Android/m-p/578924#M88273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, on the Android side,&amp;nbsp;I can list only one camera, and only this camera can be opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I'm only able the have Camera.open(0) working,&lt;/P&gt;&lt;P&gt;but Camera.open(1), ... doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but all cameras are listed in USB devices, and corresponding /dev/videoX is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the Camera HAL for USB only support the first USB camera connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 08:12:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Switch-USB-camera-on-i-MX6-Android/m-p/578924#M88273</guid>
      <dc:creator>guillaumebishop</dc:creator>
      <dc:date>2016-09-01T08:12:57Z</dc:date>
    </item>
  </channel>
</rss>

