<?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: How to reset IPU3 CSI0 interface on IMX.6</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640232#M97620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;igor,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks for your patch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;It seems&amp;nbsp;that the patch would reset all ipu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;but we want to reset CSI only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Is it possible to reset CSI only?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;zohan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 02:57:01 GMT</pubDate>
    <dc:creator>zohanlin</dc:creator>
    <dc:date>2017-02-21T02:57:01Z</dc:date>
    <item>
      <title>How to reset IPU3 CSI0 interface on IMX.6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640230#M97618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use Android 4.2.2 on iMX.6&lt;/P&gt;&lt;P&gt;I want to reset IPU3 CSI0 interface manually when CPU get an interrupt,&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I run theses functions as below, but they don't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;ipu_disable_csi(&amp;amp;ipu_bk_0, 0);&lt;/P&gt;&lt;P&gt;ipu_disable_channel(&amp;amp;ipu_bk_0, channel_bk_0, 1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ipu_uninit_channel( &amp;amp;ipu_bk, // The function would initialize some parameters.&lt;BR /&gt;channel_bk);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ipu_csi_set_window_size(cam-&amp;gt;ipu, cam-&amp;gt;crop_current.width,&lt;BR /&gt;cam-&amp;gt;crop_current.height, cam-&amp;gt;csi);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ipu_csi_set_window_pos(cam-&amp;gt;ipu, cam-&amp;gt;crop_current.left,&lt;BR /&gt;cam-&amp;gt;crop_current.top,&lt;BR /&gt;cam-&amp;gt;csi);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ipu_csi_init_interface(cam-&amp;gt;ipu, cam-&amp;gt;crop_bounds.width,&lt;BR /&gt;cam-&amp;gt;crop_bounds.height,&lt;BR /&gt;pixelformat_bk1, csi_param_bk1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ipu_init_channel( &amp;amp;ipu_bk_0,&lt;BR /&gt;channel_bk_0,&lt;BR /&gt;params_bk_0_test);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ipu_init_channel_buffer( &amp;amp;ipu_bk_0,&lt;BR /&gt;channel_bk_0,&lt;BR /&gt;type_bk,&lt;BR /&gt;pixel_fmt_bk,&lt;BR /&gt;width_bk,&lt;BR /&gt;height_bk,&lt;BR /&gt;stride_bk,&lt;BR /&gt;rot_mode_bk,&lt;BR /&gt;phyaddr_0_bk,&lt;BR /&gt;phyaddr_1_bk,&lt;BR /&gt;phyaddr_2_bk,&lt;BR /&gt;u_bk,&lt;BR /&gt;v_bk);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ipu_enable_channel(&amp;amp;ipu_bk_0, channel_bk_0);&lt;/P&gt;&lt;P&gt;ipu_enable_csi(&amp;amp;ipu_bk_0, 0);//csi=0&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;----------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first, there are video on display, but when I reset IPU3 CSI0 interface,&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are no video on display and&amp;nbsp;I got the message :&lt;/P&gt;&lt;P&gt;" imx-ipuv3 imx-ipuv3.0: Warning: channel already initialized 15 "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me what happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 11:37:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640230#M97618</guid>
      <dc:creator>zohanlin</dc:creator>
      <dc:date>2017-02-16T11:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to reset IPU3 CSI0 interface on IMX.6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640231#M97619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi zohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check examples of reinitializing ipu in splashscreen patches&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.freescale.com/docs/DOC-98109"&gt;https://community.freescale.com/docs/DOC-98109&lt;/A&gt;&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>Fri, 17 Feb 2017 00:05:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640231#M97619</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-02-17T00:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to reset IPU3 CSI0 interface on IMX.6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640232#M97620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;igor,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks for your patch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;It seems&amp;nbsp;that the patch would reset all ipu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;but we want to reset CSI only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Is it possible to reset CSI only?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;zohan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 02:57:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640232#M97620</guid>
      <dc:creator>zohanlin</dc:creator>
      <dc:date>2017-02-21T02:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to reset IPU3 CSI0 interface on IMX.6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640233#M97621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi zohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid this is not possible&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, 21 Feb 2017 03:29:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-reset-IPU3-CSI0-interface-on-IMX-6/m-p/640233#M97621</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-02-21T03:29:31Z</dc:date>
    </item>
  </channel>
</rss>

