Hi Zhiming,
I have changed the camera conf in below files:
./vendor/nxp-opensource/imx/camera/CameraConfigurationParser.cpp:51:// "camera_name": "imx8_ar052x",
./vendor/nxp-opensource/imx/camera/CameraConfigurationParser.cpp:66:// "camera_name": "imx8_ar052x",
./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:68: if (strstr(cam_metadata->camera_name, AR052X_SENSOR_NAME_V1) ||
./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:69: strstr(cam_metadata->camera_name, AR052X_SENSOR_NAME_V2) ||
./vendor/nxp-opensource/imx/libcamera3/Camera.cpp:70: strstr(cam_metadata->camera_name, AR052X_SENSOR_NAME_V3))
./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:30:#define AR052X_SENSOR_NAME_V1 "ar052x"
./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:32:#define AR052X_SENSOR_NAME_V2 "mx6s-csi"
./vendor/nxp-opensource/imx/libcamera3/CameraHAL.h:33:#define AR052X_SENSOR_NAME_V3 "mxc-isi-cap"
./vendor/nxp-opensource/imx/libcamera3/utils/CameraConfigurationParser.cpp:51:// "camera_name": "imx8_ar052x",
./vendor/nxp-opensource/imx/libcamera3/utils/CameraConfigurationParser.cpp:66:// "camera_name": "imx8_ar052x",
conf file settings:
camera_config_imx8mm.json:13: "camera_name": "mx6s-csi",
Remaining setting kept same as our camera(AR0521) also 5MP only. but still we are facing same issue.
Thanks & Regards
Ganesh.K