<?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: question about AR0144 driver in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027720#M151834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which AR0144&amp;nbsp; sensor module of producer that you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Nov 2019 02:40:38 GMT</pubDate>
    <dc:creator>xu_ji1</dc:creator>
    <dc:date>2019-11-30T02:40:38Z</dc:date>
    <item>
      <title>question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027712#M151826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello，&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From doc&amp;nbsp;AR0144 and ov9284 drivers for I.MX8QM/QXP. on community，about&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;On imx8qm/qxp the data will be recieved as raw 16bit and the valid data bit start from bit[13] to LSB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means i.MX8 only can received 16 bit raw data? 12bit data can not support?&lt;/P&gt;&lt;P&gt;and when AR0144 gives 12bit data the other 4bit is filled by i.MX8 ISI or max96705?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;0bxxdd_dddd_dddd_ddxx the 'x' means the filled data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;And about the tool&amp;nbsp;&lt;SPAN style="color: #51626f;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;vulkan-v4l2,when run it happened error:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;error: XDG_RUNTIME_DIR not set in the environment.&lt;BR /&gt;vulkan-v4l2: /home/nxf47746/data/project/glfw/src/window.c:955: glfwSetWindowUserPointer: Assertion `window != NULL' failed.&lt;BR /&gt;Aborted (core dumped)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;How to fixed it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 01:05:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027712#M151826</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-11-11T01:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027713#M151827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;i.MX8qm/qxp raw data type only support 16bit, 'x' will be zero filled by isi.&lt;BR /&gt;The tool depends on wayland, it is only used to preview the mono raw image, you can also write your own capturing program to preview the image.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 01:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027713#M151827</guid>
      <dc:creator>nxf47746</dc:creator>
      <dc:date>2019-11-11T01:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027714#M151828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply,and from ov9284 patch that isi:&lt;/P&gt;&lt;P&gt;+ .name = "Y10",&lt;BR /&gt;+ .fourcc = V4L2_PIX_FMT_Y10,&lt;BR /&gt;+ .depth = { 16 },&lt;BR /&gt;+ .color = MXC_ISI_OUT_FMT_RAW16,&lt;BR /&gt;+ .memplanes = 1,&lt;BR /&gt;+ .colplanes = 1,&lt;BR /&gt;+ .mbus_code = MEDIA_BUS_FMT_Y10_1X10,&lt;/P&gt;&lt;P&gt;and driver is +&lt;SPAN&gt; &lt;/SPAN&gt;max9286_data-&amp;gt;format.code = MEDIA_BUS_FMT_Y10_1X10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from ar0144 patch isi:&lt;/P&gt;&lt;P&gt;+ .name = "BYR2",&lt;BR /&gt;+ .fourcc = V4L2_PIX_FMT_SBGGR16,&lt;BR /&gt;+ .depth = { 16 },&lt;BR /&gt;+ .color = MXC_ISI_OUT_FMT_RAW16,&lt;BR /&gt;+ .memplanes = 1,&lt;BR /&gt;+ .colplanes = 1,&lt;BR /&gt;+ .mbus_code = MEDIA_BUS_FMT_SBGGR16_1X16,&lt;/P&gt;&lt;P&gt;and driver is&amp;nbsp;+&lt;SPAN&gt; &lt;/SPAN&gt;max9286_data-&amp;gt;format.code = MEDIA_BUS_FMT_Y12_1X12;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why ar0144 is&amp;nbsp;&lt;SPAN&gt;V4L2_PIX_FMT_SBGGR16 not&amp;nbsp;V4L2_PIX_FMT_Y10 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 01:56:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027714#M151828</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-11-11T01:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027715#M151829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;V4L2_PIX_FMT_SBGGR16&lt;SPAN&gt;&amp;nbsp; should be modified to&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;V4L2_PIX_FMT_Y12, I will update the patch later.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 02:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027715#M151829</guid>
      <dc:creator>nxf47746</dc:creator>
      <dc:date>2019-11-11T02:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027716#M151830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does 96705 cross bar set must need?what is the function?&lt;/P&gt;&lt;P&gt;If want to get correct data all the 9286 and 96705 register config need from the patch driver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 03:31:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027716#M151830</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-11-11T03:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027717#M151831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cross bar is not mandatory, as the document mentioned, it is only needed when the data bit is reversed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The register config in the patch driver is just for reference, it's working on my platform, the register should be configured according to the "&lt;SPAN style="background-color: #ffffff;"&gt;dbl bws PXL_CRC/edc hven hibw lccen him" on your platform.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 06:47:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027717#M151831</guid>
      <dc:creator>nxf47746</dc:creator>
      <dc:date>2019-11-11T06:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027718#M151832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The platform means i.MX8QXP or i.MX8QM or sensor module?&lt;/P&gt;&lt;P&gt;How to make clear about "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;dbl bws PXL_CRC/edc hven hibw lccen him"?&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;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 06:58:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027718#M151832</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-11-11T06:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027719#M151833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;platform means 8qxp/qm and sensor module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the dbl bws... please see the doc of max9286 and max96705.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 07:02:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027719#M151833</guid>
      <dc:creator>nxf47746</dc:creator>
      <dc:date>2019-11-11T07:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: question about AR0144 driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027720#M151834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which AR0144&amp;nbsp; sensor module of producer that you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2019 02:40:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/question-about-AR0144-driver/m-p/1027720#M151834</guid>
      <dc:creator>xu_ji1</dc:creator>
      <dc:date>2019-11-30T02:40:38Z</dc:date>
    </item>
  </channel>
</rss>

