<?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のトピックMIPI CSI</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974938#M145121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the imx6 development board and the camera is OV5640。&lt;/P&gt;&lt;P&gt;My I2C is working normally and can send and receive data to the camera。&lt;/P&gt;&lt;P&gt;When I've configured the mipicsi register，and send the camera data of 30 frames of 640x480 pixels to the camera，I can see that the value of the status register in the mipicsi register is changed to 0x330，and channel 0 and channel 1 stop bits transform between 0 and 1。The error status register is first non-zero and then zero。Is that what mipicsi and camera drivers are supposed to look like?&lt;/P&gt;&lt;P&gt;The data collected by the camera should be transmitted through the IPU，If I don't show it it should be CSI-&amp;gt; smfc-&amp;gt; IDMAC。So where is the data ultimately collected by the camera? I found a cpmem structure，What does cpmem do?&lt;/P&gt;&lt;P&gt;Next do I just enable MIPI, idmac 0lane, SMFC, csi, and set up SMFC map and bs. The camera is working, collecting data, right?&lt;/P&gt;&lt;P&gt;The focus is still to collect the data in which is not clear, do not understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2019 13:39:31 GMT</pubDate>
    <dc:creator>zhiyuan_song</dc:creator>
    <dc:date>2019-11-26T13:39:31Z</dc:date>
    <item>
      <title>MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974938#M145121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the imx6 development board and the camera is OV5640。&lt;/P&gt;&lt;P&gt;My I2C is working normally and can send and receive data to the camera。&lt;/P&gt;&lt;P&gt;When I've configured the mipicsi register，and send the camera data of 30 frames of 640x480 pixels to the camera，I can see that the value of the status register in the mipicsi register is changed to 0x330，and channel 0 and channel 1 stop bits transform between 0 and 1。The error status register is first non-zero and then zero。Is that what mipicsi and camera drivers are supposed to look like?&lt;/P&gt;&lt;P&gt;The data collected by the camera should be transmitted through the IPU，If I don't show it it should be CSI-&amp;gt; smfc-&amp;gt; IDMAC。So where is the data ultimately collected by the camera? I found a cpmem structure，What does cpmem do?&lt;/P&gt;&lt;P&gt;Next do I just enable MIPI, idmac 0lane, SMFC, csi, and set up SMFC map and bs. The camera is working, collecting data, right?&lt;/P&gt;&lt;P&gt;The focus is still to collect the data in which is not clear, do not understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974938#M145121</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-26T13:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974939#M145122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi song&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for better understanding of i.MX6Q MIPI-CSI and IPU operations one can check&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN5305.pdf" target="_blank"&gt;&lt;STRONG&gt;MIPI–CSI2 Peripheral on i.MX6 MPUs&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94312"&gt;Debug steps for customer MIPI sensor.docx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Description of IPU drivers in Linux Manual included in &lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.2.0_LINUX_DOCS" target="_blank"&gt;Linux 4.14.98_2.2.0 Documentation&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>Tue, 26 Nov 2019 23:27:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974939#M145122</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-11-26T23:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974940#M145123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much。&lt;/P&gt;&lt;P&gt;I configured the relevant registers according to mipi-csi2 Peripheral on i.max6 MPUs.&lt;/P&gt;&lt;P&gt;Send the collected data to memory.But I don't know where to look at the data I've collected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 04:17:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974940#M145123</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-27T04:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974941#M145124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using NXP Sabre SD board one can try Demo Images&lt;/P&gt;&lt;P&gt;on below link, they work fine with camera.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/i.mx-developer-resources/i.mx-software-and-development-tool:IMX-SW" title="https://www.nxp.com/design/i.mx-developer-resources/i.mx-software-and-development-tool:IMX-SW"&gt;i.MX Software | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Test steps are described in sect.6.4.2 Video4Linux API test attached Linux Manual.&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>Wed, 27 Nov 2019 05:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974941#M145124</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-11-27T05:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974942#M145125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,igorpadykov.&lt;/P&gt;&lt;P&gt;I don't have a display device, how do I get to try Demo Images.&lt;/P&gt;&lt;P&gt;In the i.x Software | NXP link,What am I supposed to do.&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 06:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974942#M145125</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-27T06:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974943#M145126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/94126i2B7F68D1673146A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 06:27:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974943#M145126</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-11-27T06:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974944#M145127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use an operating system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 06:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974944#M145127</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-27T06:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974945#M145128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I don't use an operating system&lt;/SPAN&gt;,How do I test it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 06:37:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974945#M145128</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-27T06:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974946#M145129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with baremetal SDK (1.1.0_iMX6_Platform_SDK.zip) found on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/432859"&gt;https://community.nxp.com/thread/432859&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 07:26:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974946#M145129</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-11-27T07:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974947#M145130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried, but the SDK is all output on the LCD screen, so I'm using another channel, and I'm just putting it in memory.&lt;/P&gt;&lt;P&gt;Is it impossible to view the collected data?&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 07:48:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974947#M145130</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-27T07:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974948#M145131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there were option to save data to file described in sect.6.4.2 Video4Linux API test Linux Manual&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:16:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974948#M145131</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-11-27T09:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974949#M145132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I don't know the address of the stored data, which is also the most confused place for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974949#M145132</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-27T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974950#M145133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; color: #000000;"&gt;mxc_v4l2_test.c and mxc_v4l2_output.c &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; color: #000000;"&gt;under the&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; color: #000000;"&gt;&amp;lt;Yocto_BuildDir&amp;gt;/imx-test-"version"/test/mxc_v4l2_test directory.where can I find these two documents?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #007600; font-size: x-large;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 09:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974950#M145133</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-27T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974951#M145134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_v4l2_test?h=imx_4.19.35_1.1.0" title="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_v4l2_test?h=imx_4.19.35_1.1.0"&gt;mxc_v4l2_test\test - imx-test - i.MX Driver Test Application Software&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 10:38:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974951#M145134</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-11-27T10:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI CSI</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974952#M145135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,igorpadykov.A very strange thing happened to me.&lt;/P&gt;&lt;P&gt;I refer to the ipu sending checkerboard example in the SDK,And I downloaded it to the board and found that everything worked as expected.You can see that the data at 0x2700000 is changing every single step. And channel 0 interrupts flag position 1.But when I redownload, can't, ask this is how to return a responsibility?&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 07:48:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-CSI/m-p/974952#M145135</guid>
      <dc:creator>zhiyuan_song</dc:creator>
      <dc:date>2019-11-28T07:48:03Z</dc:date>
    </item>
  </channel>
</rss>

