<?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のトピックHow to test Tvin(adv7180) in imx6 android</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-Tvin-adv7180-in-imx6-android/m-p/242200#M20377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to using adv7180 in mx6 custom board with android 4.2 system.&lt;/P&gt;&lt;P&gt;I had finished kernel patch and the video can be shown by using &lt;STRONG&gt;mxc_v4l2_tvin&lt;/STRONG&gt; got from FSL Ubuntu BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would like to use some android APK to test Tvin instead of &lt;STRONG&gt;mxc_v4l2_tvin&lt;/STRONG&gt;. What APK can test TVin in android?&lt;/P&gt;&lt;P&gt;I'm using &lt;STRONG&gt;Camera&lt;/STRONG&gt; to test TVin now and set front_camera is &lt;STRONG&gt;adv7180_decoder&lt;/STRONG&gt; in init.rc, but it does not work.&lt;/P&gt;&lt;P&gt;What codes should be modified in android?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 08:52:54 GMT</pubDate>
    <dc:creator>DeanHuang</dc:creator>
    <dc:date>2013-08-06T08:52:54Z</dc:date>
    <item>
      <title>How to test Tvin(adv7180) in imx6 android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-Tvin-adv7180-in-imx6-android/m-p/242200#M20377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to using adv7180 in mx6 custom board with android 4.2 system.&lt;/P&gt;&lt;P&gt;I had finished kernel patch and the video can be shown by using &lt;STRONG&gt;mxc_v4l2_tvin&lt;/STRONG&gt; got from FSL Ubuntu BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would like to use some android APK to test Tvin instead of &lt;STRONG&gt;mxc_v4l2_tvin&lt;/STRONG&gt;. What APK can test TVin in android?&lt;/P&gt;&lt;P&gt;I'm using &lt;STRONG&gt;Camera&lt;/STRONG&gt; to test TVin now and set front_camera is &lt;STRONG&gt;adv7180_decoder&lt;/STRONG&gt; in init.rc, but it does not work.&lt;/P&gt;&lt;P&gt;What codes should be modified in android?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:52:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-test-Tvin-adv7180-in-imx6-android/m-p/242200#M20377</guid>
      <dc:creator>DeanHuang</dc:creator>
      <dc:date>2013-08-06T08:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to test Tvin(adv7180) in imx6 android</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-test-Tvin-adv7180-in-imx6-android/m-p/242201#M20378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Dean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The following is my advice :&lt;/P&gt;&lt;P&gt;1. Test TVIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is correct for you to use camera.apk to test TVIN on android platform.&lt;/P&gt;&lt;P&gt;2. Camer working flow&lt;/P&gt;&lt;P&gt;adv7180 driver---&amp;gt;csi driver of i.mx6---&amp;gt;android HAL of camer.&lt;/P&gt;&lt;P&gt;3. The procedure of porting TVIN&lt;/P&gt;&lt;P&gt;(1)Adjust BSP file of your design.&lt;/P&gt;&lt;P&gt;On our Sabre-AI board, ADV7180 has been supported, you could open "myandroid/kernel_imx/arch/arm/mach-mx6/board-mx6q_sabreauto.c" and refer to code for adv7180, then add them into your BSP file.&lt;/P&gt;&lt;P&gt;(2)Adjust HAL code of camera&lt;/P&gt;&lt;P&gt;Hardware Abstract Layer of camera is at path "myandroid/hardware/imx/libcamera/", After reading corresponding code , you will know how to modify them for you design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please according to the above advice, and try to do porting !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 04:29:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-test-Tvin-adv7180-in-imx6-android/m-p/242201#M20378</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-08-23T04:29:33Z</dc:date>
    </item>
  </channel>
</rss>

