<?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: IMX415 camera porting imx8mplus in i.MX Solutions</title>
    <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250782#M675</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I have another doubt regarding that XML file.&lt;BR /&gt;For now i have xml files for camera sensor OS08A20, can i use the same XML file for imx415 sensor?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 04:27:12 GMT</pubDate>
    <dc:creator>venom</dc:creator>
    <dc:date>2025-11-28T04:27:12Z</dc:date>
    <item>
      <title>IMX415 camera porting imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2249401#M668</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I’m working on porting the Sony IMX415 camera sensor to an NXP i.MX8M Plus (IMX8MP) platform.&lt;BR /&gt;During the porting process, several references mention generating &lt;STRONG&gt;XML files&lt;/STRONG&gt;&amp;nbsp;through ISP tuning tools.&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Do I really need to generate XML files to make IMX415 work on IMX8M Plus?&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Are these XML files mandatory for basic sensor bring-up (streaming through V4L2 / ISI)?&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Is there any workaround or minimal-configuration method that avoids XML generation?&lt;BR /&gt;&lt;LI-PRODUCT title="IMX8MPLUS" id="IMX8MPLUS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 26 Nov 2025 13:05:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2249401#M668</guid>
      <dc:creator>venom</dc:creator>
      <dc:date>2025-11-26T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: IMX415 camera porting imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250237#M669</link>
      <description>&lt;P&gt;IMHO you need the xml file. You can use one with same resolution to start with and fine tune later.&lt;BR /&gt;Also see:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/IMX8M-Plus-ISP/m-p/2220156/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufE1JN0JJTUJFRVZXMTA2fDIyMjAxNTZ8U1VCU0NSSVBUSU9OU3xoSw#M242307" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/IMX8M-Plus-ISP/m-p/2220156/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufE1JN0JJTUJFRVZXMTA2fDIyMjAxNTZ8U1VCU0NSSVBUSU9OU3xoSw#M242307&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 08:32:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250237#M669</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2025-11-27T08:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMX415 camera porting imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250359#M670</link>
      <description>How can i get the XML file? If u have any idea please let me know. And for OS08A20 i saw a file with name "Sensor0_Entry_os08a20.cfg" and inside the file it contains:&lt;BR /&gt;name="os08a20"&lt;BR /&gt;drv = "os08a20.drv"&lt;BR /&gt;mode= 0&lt;BR /&gt;&lt;BR /&gt;[mode.0]&lt;BR /&gt;xml = "OS08a20_8M_10_1080p_linear.xml"&lt;BR /&gt;dwe = "dewarp_config/sensor_dwe_bypass_1080P_config.json"&lt;BR /&gt;&lt;BR /&gt;[mode.1]&lt;BR /&gt;xml = "OS08a20_8M_10_1080p_hdr.xml"&lt;BR /&gt;dwe = "dewarp_config/sensor_dwe_bypass_1080P_config.json"&lt;BR /&gt;&lt;BR /&gt;[mode.2]&lt;BR /&gt;xml = "OS08a20_8M_10_4k_linear.xml"&lt;BR /&gt;dwe = "dewarp_config/sensor_dwe_bypass_4K_config.json"&lt;BR /&gt;&lt;BR /&gt;[mode.3]&lt;BR /&gt;xml = "OS08a20_8M_10_4k_hdr.xml"&lt;BR /&gt;dwe = "dewarp_config/sensor_dwe_bypass_4K_config.json&lt;BR /&gt;My doubt is that are these json files are neeeded?</description>
      <pubDate>Thu, 27 Nov 2025 10:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250359#M670</guid>
      <dc:creator>venom</dc:creator>
      <dc:date>2025-11-27T10:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: IMX415 camera porting imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250368#M671</link>
      <description>&lt;P&gt;They removed xml files from recent isp-imx projects but you can get them from earlier projects:&lt;BR /&gt;replace xx with previous versions in:&amp;nbsp;isp-imx-4.2.2.xx.0.bin&lt;BR /&gt;Check for example:&lt;BR /&gt;&lt;A href="https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/isp-imx-4.2.2.18.0.bin" target="_blank"&gt;https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/isp-imx-4.2.2.18.0.bin&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/isp-imx-4.2.2.20.0.bin" target="_blank"&gt;https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/isp-imx-4.2.2.20.0.bin&lt;/A&gt;&lt;BR /&gt;etc...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 11:04:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250368#M671</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2025-11-27T11:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMX415 camera porting imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250370#M672</link>
      <description>&lt;P&gt;PS: The corresponding json files are also needed as Dewarp module needs to be configured anyways even in case you set it to bypass.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 11:06:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250370#M672</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2025-11-27T11:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: IMX415 camera porting imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250396#M673</link>
      <description>Thanks for the reply but what do u mean xml files are removed from recent isp-imx projects? Are they no longer needed while porting new camera sensor?</description>
      <pubDate>Thu, 27 Nov 2025 11:53:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250396#M673</guid>
      <dc:creator>venom</dc:creator>
      <dc:date>2025-11-27T11:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMX415 camera porting imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250462#M674</link>
      <description>&lt;P&gt;This is a good question.&lt;BR /&gt;the xml config/calibration file is still needed as can be seen here:&lt;BR /&gt;-AN13712: 8MP ISP OS08A20 Sensor&lt;BR /&gt;-AN13713: 8MP ISP New Camera Porting&lt;BR /&gt;I don't know why NXP removed this recently though.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 15:01:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250462#M674</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2025-11-27T15:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMX415 camera porting imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250782#M675</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have another doubt regarding that XML file.&lt;BR /&gt;For now i have xml files for camera sensor OS08A20, can i use the same XML file for imx415 sensor?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 04:27:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Solutions/IMX415-camera-porting-imx8mplus/m-p/2250782#M675</guid>
      <dc:creator>venom</dc:creator>
      <dc:date>2025-11-28T04:27:12Z</dc:date>
    </item>
  </channel>
</rss>

