<?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 Re: Problem with adding Saa7113 video decoder driver  in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-adding-Saa7113-video-decoder-driver/m-p/602392#M90688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mxc_v4l2_tvin should be used not &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;v4l2 capture.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If you are using VIA BSP suggest to contact &lt;A href="mailto:embedded@via.com.tw"&gt;embedded@via.com.tw&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;and ask support from them, as every BSP vendor supports own BSP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also as saa7113 is not supported in NXP official BSPs,&amp;nbsp; one can apply to NXP Professional Services:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fsupport%2Fnxp-professional-services%3APROFESSIONAL-SERVICE" rel="nofollow" target="_blank"&gt;http://www.nxp.com/support/nxp-professional-services:PROFESSIONAL-SERVICE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 23:58:54 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-09-13T23:58:54Z</dc:date>
    <item>
      <title>Problem with adding Saa7113 video decoder driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-adding-Saa7113-video-decoder-driver/m-p/602389#M90685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have imx6q, sabresd with Android.&lt;/P&gt;&lt;P&gt;trying to add the video decoder driver for saa7113.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The driver exist in folder driver/media/video ....&lt;/P&gt;&lt;P&gt;I add it to makefile&lt;/P&gt;&lt;P&gt;Then add section in&amp;nbsp;board-mx6q_sabresd.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i2c_board_info mxc_i2c1_board_info[] __initdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;I2C_BOARD_INFO&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"saa7115"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x25&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;type &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"saa7113"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;platform_data &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;void&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;camera_data_saa7115&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;static struct fsl_mxc_camera_platform_data camera_data_saa7115 =
{
 .mclk = 24000000,
 .mclk_source = 0,
 .csi = 0,
 .io_init = mx6q_csi0_io_init,
 .pwdn = mx6q_csi0_cam_powerdown,
};&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disabled the&amp;nbsp;ov3640 section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On booting i see this :&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;i2c /dev entries driver
Linux video capture interface: v2.00
i2c-core: driver [tuner] using legacy suspend method
i2c-core: driver [tuner] using legacy resume method
saa7115 1-0025: saa7113 found (1f7113d0e100000) @ 0x4a (imx-i2c)
i2c-core: driver [msp3400] using legacy suspend method
i2c-core: driver [msp3400] using legacy resume method
mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video16
mxc_v4l2_output mxc_v4l2_output.0: V4L2 device registered as video17&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then i try to open camera:&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: slave not found!&lt;BR /&gt;ERROR: v4l2 capture: slave not found!&lt;BR /&gt;ERROR: v4l2 capture: slave not found!&lt;BR /&gt;ERROR: v4l2 capture: slave not found!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have:&lt;/P&gt;&lt;P&gt;Video 0&lt;/P&gt;&lt;P&gt;Video 1&lt;/P&gt;&lt;P&gt;Video 16&amp;nbsp;&lt;/P&gt;&lt;P&gt;Video 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They all not working, only if i enable the&amp;nbsp;&lt;SPAN&gt;ov3640, the video0 working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank's for any tips or help.&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 09:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-adding-Saa7113-video-decoder-driver/m-p/602389#M90685</guid>
      <dc:creator>majuani</dc:creator>
      <dc:date>2016-09-08T09:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with adding Saa7113 video decoder driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-adding-Saa7113-video-decoder-driver/m-p/602390#M90686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for SAA7113 mxc_v4l2_tvin should be used, like in case for ADV7180.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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, 08 Sep 2016 10:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-adding-Saa7113-video-decoder-driver/m-p/602390#M90686</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-08T10:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with adding Saa7113 video decoder driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-adding-Saa7113-video-decoder-driver/m-p/602392#M90688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mxc_v4l2_tvin should be used not &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;v4l2 capture.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If you are using VIA BSP suggest to contact &lt;A href="mailto:embedded@via.com.tw"&gt;embedded@via.com.tw&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;and ask support from them, as every BSP vendor supports own BSP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also as saa7113 is not supported in NXP official BSPs,&amp;nbsp; one can apply to NXP Professional Services:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fsupport%2Fnxp-professional-services%3APROFESSIONAL-SERVICE" rel="nofollow" target="_blank"&gt;http://www.nxp.com/support/nxp-professional-services:PROFESSIONAL-SERVICE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 23:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-adding-Saa7113-video-decoder-driver/m-p/602392#M90688</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-13T23:58:54Z</dc:date>
    </item>
  </channel>
</rss>

