<?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: 10 Bit Monochrome CMOS Image Sensor Interface. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Re-10-Bit-Monochrome-CMOS-Image-Sensor-Interface/m-p/694977#M107732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to set CSI0_SENS_DATA_FORMAT=011 Bayer or Generic data&lt;/P&gt;&lt;P&gt;in IPU_CSI0_SENS_CONF register, so one can expect to have UV components&lt;/P&gt;&lt;P&gt;in odd samples to according to Table 37-17. Packing Unit i.MX6DQ Reference Manual &lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.nxp.com%2Ffiles%2Fsoft_dev_tools%2Fdoc%2Fsupport_info%2FiMX6DQPRM.pdf" rel="nofollow" target="_blank"&gt;http://cache.nxp.com/files/soft_dev_tools/doc/support_info/iMX6DQPRM.pdf&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, 08 Sep 2017 04:58:32 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-09-08T04:58:32Z</dc:date>
    <item>
      <title>Re: 10 Bit Monochrome CMOS Image Sensor Interface.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-10-Bit-Monochrome-CMOS-Image-Sensor-Interface/m-p/694976#M107731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we are acquiring data from our image sensor in 16 bit YUV422 format. Our sensor is connected in gated clock mode through CSI parallel interface. 8-bit Y component is directly acquired from the monochrome image sensor, the remaining 8 bit CbCr component is hardware configured as 80H to maintain color component to mid value, so that we capture only the gray scale value from image sensor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using Linux kernel 4.x kernel &amp;nbsp;mxc_v4l2_capture driver for capturing the camera video frames. MXC_v4l2_capture driver does have support CSI0_DATA_WIDTH for 16 bit per colour &amp;nbsp;(1001).so we added the support &amp;nbsp;in the mxc_V4l2_capture driver &amp;nbsp;for 16 bit per color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have configured the pixel format as &amp;nbsp;YUV422 &amp;nbsp;and capturing the video frames.while analyzing the captured frames raw data we are getting UV components &amp;nbsp;in even sample data(0x80YY), but in the odd sample we are getting Y components only(oxYYYY). i.e UV components is missing.so kindly help us to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RAW Data samples for YUV422 16 bit configuration:&lt;/P&gt;&lt;P&gt;8031 3431 8035 3335 8034 3432 8032 3633&lt;BR /&gt;8030 3333 8034 3433 8032 3232 8033 3034&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish.S&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 08:18:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-10-Bit-Monochrome-CMOS-Image-Sensor-Interface/m-p/694976#M107731</guid>
      <dc:creator>harishs</dc:creator>
      <dc:date>2017-09-05T08:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: 10 Bit Monochrome CMOS Image Sensor Interface.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-10-Bit-Monochrome-CMOS-Image-Sensor-Interface/m-p/694977#M107732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to set CSI0_SENS_DATA_FORMAT=011 Bayer or Generic data&lt;/P&gt;&lt;P&gt;in IPU_CSI0_SENS_CONF register, so one can expect to have UV components&lt;/P&gt;&lt;P&gt;in odd samples to according to Table 37-17. Packing Unit i.MX6DQ Reference Manual &lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.nxp.com%2Ffiles%2Fsoft_dev_tools%2Fdoc%2Fsupport_info%2FiMX6DQPRM.pdf" rel="nofollow" target="_blank"&gt;http://cache.nxp.com/files/soft_dev_tools/doc/support_info/iMX6DQPRM.pdf&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, 08 Sep 2017 04:58:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-10-Bit-Monochrome-CMOS-Image-Sensor-Interface/m-p/694977#M107732</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-09-08T04:58:32Z</dc:date>
    </item>
  </channel>
</rss>

