<?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のトピックRe: camera integration on imx8MM in android bsp</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/camera-integration-on-imx8MM-in-android-bsp/m-p/1689402#M209420</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Zhiming,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have changed the camera conf in below files:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;./vendor/nxp-opensource/imx/camera/CameraConfigurationParser.cpp:51:// "camera_name": "imx8_ar052x",&lt;BR /&gt;./vendor/nxp-opensource/imx/camera/CameraConfigurationParser.cpp:66:// "camera_name": "imx8_ar052x",&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:68: if (strstr(cam_metadata-&amp;gt;camera_name, AR052X_SENSOR_NAME_V1) ||&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:69: strstr(cam_metadata-&amp;gt;camera_name, AR052X_SENSOR_NAME_V2) ||&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:70: strstr(cam_metadata-&amp;gt;camera_name, AR052X_SENSOR_NAME_V3))&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:30:#define AR052X_SENSOR_NAME_V1 "ar052x"&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:32:#define AR052X_SENSOR_NAME_V2 "mx6s-csi"&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:33:#define AR052X_SENSOR_NAME_V3 "mxc-isi-cap"&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/utils/CameraConfigurationParser.cpp:51:// "camera_name": "imx8_ar052x",&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/utils/CameraConfigurationParser.cpp:66:// "camera_name": "imx8_ar052x",&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;conf file settings:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;camera_config_imx8mm.json:13: "camera_name": "mx6s-csi",&lt;BR /&gt;&lt;BR /&gt;Remaining setting kept same as our camera(AR0521) also 5MP only. but still we are facing same issue.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Ganesh.K&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 11:34:29 GMT</pubDate>
    <dc:creator>ganesh_k</dc:creator>
    <dc:date>2023-07-20T11:34:29Z</dc:date>
    <item>
      <title>camera integration on imx8MM in android bsp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/camera-integration-on-imx8MM-in-android-bsp/m-p/1688087#M209273</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I m trying to integrate the camera(AR052x) on imx8mm android source. i can able to load the drivers and create the /dev/video0 node, but while opening the camera application some binder errors are coming.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error on debug console:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;phyboard_polis:/ $ [ 165.314149] perfetto: enabled ftrace&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;[ 166.203443] binder: 437:504 transaction failed 29189/-22, size 68-0 line 3125&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;[ 170.263959] perfetto: disabled ftrace&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;[ 192.667212] healthd: battery l=85 v=3 t=35.0 h=2 st=2 c=400000 fc=4000000 cc=32 chg=a&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Can you suggest any document to guide how to include new Camera in Android BSP. Please find the attached logs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ganesh.K&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 04:36:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/camera-integration-on-imx8MM-in-android-bsp/m-p/1688087#M209273</guid>
      <dc:creator>ganesh_k</dc:creator>
      <dc:date>2023-07-14T04:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: camera integration on imx8MM in android bsp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/camera-integration-on-imx8MM-in-android-bsp/m-p/1688209#M209289</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/62479"&gt;@ganesh_k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.You may need modify camera hal driver:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_0-1689320173817.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/232393iD77A5932AC7112E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_0-1689320173817.png" alt="Zhiming_Liu_0-1689320173817.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2.You need modify camera config files in device/nxp/imx8m/evk_8mm/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 07:38:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/camera-integration-on-imx8MM-in-android-bsp/m-p/1688209#M209289</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2023-07-14T07:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: camera integration on imx8MM in android bsp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/camera-integration-on-imx8MM-in-android-bsp/m-p/1689402#M209420</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Zhiming,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have changed the camera conf in below files:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;./vendor/nxp-opensource/imx/camera/CameraConfigurationParser.cpp:51:// "camera_name": "imx8_ar052x",&lt;BR /&gt;./vendor/nxp-opensource/imx/camera/CameraConfigurationParser.cpp:66:// "camera_name": "imx8_ar052x",&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:68: if (strstr(cam_metadata-&amp;gt;camera_name, AR052X_SENSOR_NAME_V1) ||&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:69: strstr(cam_metadata-&amp;gt;camera_name, AR052X_SENSOR_NAME_V2) ||&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:70: strstr(cam_metadata-&amp;gt;camera_name, AR052X_SENSOR_NAME_V3))&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:30:#define AR052X_SENSOR_NAME_V1 "ar052x"&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:32:#define AR052X_SENSOR_NAME_V2 "mx6s-csi"&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:33:#define AR052X_SENSOR_NAME_V3 "mxc-isi-cap"&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/utils/CameraConfigurationParser.cpp:51:// "camera_name": "imx8_ar052x",&lt;BR /&gt;./vendor/nxp-opensource/imx/libcamera3/utils/CameraConfigurationParser.cpp:66:// "camera_name": "imx8_ar052x",&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;conf file settings:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;camera_config_imx8mm.json:13: "camera_name": "mx6s-csi",&lt;BR /&gt;&lt;BR /&gt;Remaining setting kept same as our camera(AR0521) also 5MP only. but still we are facing same issue.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Ganesh.K&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 11:34:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/camera-integration-on-imx8MM-in-android-bsp/m-p/1689402#M209420</guid>
      <dc:creator>ganesh_k</dc:creator>
      <dc:date>2023-07-20T11:34:29Z</dc:date>
    </item>
  </channel>
</rss>

