<?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: How to update ISP parameters of imx8mp? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639337#M204740</link>
    <description>&lt;P&gt;Thank you for your suggestion. I tried to use vvext to configure ISP these days, but I noticed that the parameters that vvext can configure are very limited. The key problem is that I don't even know whether the modified configuration can work normally, which seems not.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-25 10-33-33 的屏幕截图.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220676i74A99ABA49D2D0C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-04-25 10-33-33 的屏幕截图.png" alt="2023-04-25 10-33-33 的屏幕截图.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 02:38:07 GMT</pubDate>
    <dc:creator>LDX</dc:creator>
    <dc:date>2023-04-25T02:38:07Z</dc:date>
    <item>
      <title>How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1634569#M204295</link>
      <description>&lt;P&gt;Excuse me, how can I update the modified sensor_calibration.xml to imx8-isp.service? Do I need to recompile the isp-imx-xxx project, then replace the original with a new .ko file, and then restart imx8-isp.service?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 09:59:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1634569#M204295</guid>
      <dc:creator>LDX</dc:creator>
      <dc:date>2023-04-17T09:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1635176#M204350</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Not sure what you mean by update.&lt;BR /&gt;If you want to change some values in the xml file you can do that and overwrite existing xml file. when you restart the ISP service, the new values will be used by the ISP.&lt;BR /&gt;&lt;EM&gt;systemctl restart&amp;nbsp;imx8-isp.service&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;A better way to dynamically change the ISP settings (White balance, Gamma, etc) without restarting the ISP service is to use vvext tool&lt;BR /&gt;Its in /opt/imx.../bin/vvext&lt;BR /&gt;This tool has a text based UI that can be used to set many parameters. You can write your own C/C++ code based on this to integrate the configuration in your app.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 07:46:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1635176#M204350</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2023-04-18T07:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1635287#M204359</link>
      <description>&lt;P&gt;I am referring to this article to transplant new modules.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/application-note/AN13712.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/application-note/AN13712.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As 4.7 and 4.8 in the document say.&lt;/P&gt;&lt;P&gt;When I am tuning with isp tuning tool, I really only need to replace the xml file in the tool to update the parameters, but if I want to abandon this tool and only use gst-launch-1.0 -v v4l2src to plot, how can I make my xml file effective?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 09:12:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1635287#M204359</guid>
      <dc:creator>LDX</dc:creator>
      <dc:date>2023-04-18T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1635323#M204362</link>
      <description>&lt;P&gt;You can indeed change the xml file by using the tuning tool too, however this tuning tool is not available to "normal Folks". You need to be premium partner to get it. I don't have it either. Therefore I change existing xml files manually.&lt;BR /&gt;&lt;BR /&gt;In your case you don't want to use xml file but you rather want to use&amp;nbsp;&lt;SPAN&gt;gst-launch-1.0 -v v4l2src to configure ISP and display the live stream.&lt;BR /&gt;I think this should be possible too, but I never configured the ISP via Gstreamer command line and I never saw any example.&lt;BR /&gt;&lt;BR /&gt;In my C++ application I am using gstreamer programmatically&amp;nbsp;and I configure the ISP like in vvext example.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 09:40:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1635323#M204362</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2023-04-18T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639337#M204740</link>
      <description>&lt;P&gt;Thank you for your suggestion. I tried to use vvext to configure ISP these days, but I noticed that the parameters that vvext can configure are very limited. The key problem is that I don't even know whether the modified configuration can work normally, which seems not.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-25 10-33-33 的屏幕截图.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220676i74A99ABA49D2D0C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2023-04-25 10-33-33 的屏幕截图.png" alt="2023-04-25 10-33-33 的屏幕截图.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 02:38:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639337#M204740</guid>
      <dc:creator>LDX</dc:creator>
      <dc:date>2023-04-25T02:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639450#M204760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214695"&gt;@LDX&lt;/a&gt;,&lt;/P&gt;
&lt;DIV&gt;I hope you are doing well&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please refer to the below document for the information related to ISP sensor calibration parameters.&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i-mx-applications-processors/i-mx-8-applications-processors/i-mx-8m-plus-arm-cortex-a53-machine-learning-vision-multimedia-and-industrial-iot:IMX8MPLUS?_gl=1*17jm2p*_ga*NTI4MDIyOTE2LjE2ODE3MzE5MDI.*_ga_WM5LE0KMSH*MTY4MTczMTkwMi4xLjEuMTY4MTczMTkxMC4wLjAuMA..#documentation" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i-mx-applications-processors/i-mx-8-applications-processors/i-mx-8m-plus-arm-cortex-a53-machine-learning-vision-multimedia-and-industrial-iot:IMX8MPLUS?_gl%3D1*17jm2p*_ga*NTI4MDIyOTE2LjE2ODE3MzE5MDI.*_ga_WM5LE0KMSH*MTY4MTczMTkwMi4xLjEuMTY4MTczMTkxMC4wLjAuMA..%23documentation&amp;amp;source=gmail&amp;amp;ust=1682485112845000&amp;amp;usg=AOvVaw0-bsTNQeMeWuflMsd-f91E"&gt;AN13565: Sensor Calibration Parameter Specifications for ISP Calibration Tool XML Generator&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;There is no such document available that can be used to tune the parameter using GStreamer.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks &amp;amp; Regards,&lt;/DIV&gt;
&lt;DIV&gt;Dhruvit Vasavada&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Apr 2023 06:23:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639450#M204760</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-04-25T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639594#M204777</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;As said, I have not done this directly myself, but I can point you to the right direction.&lt;BR /&gt;You may want to check this site where everything is explained in a detailed way. The code and command line examples can be gathered from their Virtual Machine:&lt;BR /&gt;&lt;A href="https://www.phytec.de/cdocuments/?doc=MYBgIg&amp;amp;__hstc=12841640.b4e214a6c83134bb217549fe641d3161.1682408350065.1682408350065.1682408350065.1&amp;amp;__hssc=12841640.5.1682408350065&amp;amp;__hsfp=855368058&amp;amp;_ga=2.16244862.998619171.1682408350-1270411447.1682408350" target="_blank" rel="noopener"&gt;https://www.phytec.de/cdocuments/?doc=MYBgIg&amp;amp;__hstc=12841640.b4e214a6c83134bb217549fe641d3161.1682408350065.1682408350065.1682408350065.1&amp;amp;__hssc=12841640.5.1682408350065&amp;amp;__hsfp=855368058&amp;amp;_ga=2.16244862.998619171.1682408350-1270411447.1682408350&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There it states:&lt;/P&gt;&lt;H2&gt;V4L2 External Control Interface&lt;/H2&gt;&lt;P&gt;The VVEXT tool uses the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;viv_ext_ctrl&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;V4L2 control internally to access the ISP. This mechanism can also be used externally and independently of the VVEXT tool to change the configuration of the ISP at runtime. On the NXP website, you can find the documentation for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;viv_ext_ctrl&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;V4L2 control and the available parameters under the following link:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=IMX8MPISPUV4L2IUG" target="_blank" rel="nofollow noopener"&gt;IMX8MPISPUV4L2IUG.pdf&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;(User account/login to NXP website required)&lt;/P&gt;&lt;P&gt;The BSP contains an exemplary implementation in the form of a Python demo. The demo can be found under&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/root/gstreamer-examples/isp_gstreamer-examples/gst-python_demo/isp-demo-cam.py&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:29:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639594#M204777</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2023-04-25T08:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639595#M204778</link>
      <description>&lt;P&gt;If I understand this correctly one needs to launch v4l2-ctl command for ISP configuration prior to launching gst-launch-1.0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:31:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1639595#M204778</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2023-04-25T08:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to update ISP parameters of imx8mp?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1642620#M205086</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/109210"&gt;@malik_cisse&lt;/a&gt;,&lt;/P&gt;
&lt;DIV&gt;I hope you are doing well.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;For the information related to vvext, please refer to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;section&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN&gt;&lt;U&gt;ISP Unit Test&amp;nbsp;vvext&amp;nbsp;User Manual&lt;/U&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;U&gt;Table 120. vvext feature list&lt;/U&gt;&amp;nbsp;&lt;/SPAN&gt;of Document&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/iMX8MP_CAMERA_DISPLAY_GUIDE.pdf" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.nxp.com/docs/en/user-guide/iMX8MP_CAMERA_DISPLAY_GUIDE.pdf&amp;amp;source=gmail&amp;amp;ust=1683007719063000&amp;amp;usg=AOvVaw118Ry_hCJ046if8DOPT3wW"&gt;i.MX 8M Plus Camera and Display Guide&lt;/A&gt;.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks &amp;amp; Regards,&lt;/DIV&gt;
&lt;DIV&gt;Dhruvit Vasavada&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 May 2023 06:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-update-ISP-parameters-of-imx8mp/m-p/1642620#M205086</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-05-01T06:54:40Z</dc:date>
    </item>
  </channel>
</rss>

