2025-09-10 6:01 AM - edited 2025-09-11 2:02 AM
Hii Team,
I'm working on an ISP tuning project for an IMX219 sensor on an STM32MP257F-DK board, using the X-LINUX-ISP package and the ISP IQTune tool.
I am facing some errors like
1. The COM port is not getting detected in the ISP IQTune tool and giving error as
Waiting for board detection service
2. Also when I run the python code from x-linux-isp tool it is giving a resolution error
The board is recognized by my laptop using acm command and lsusb but it is not coming in the application.
My Question is :
1. What is the reason for it to get detected in the laptop but not the application?
2. What other changes are required so that the board gets detected?
3. Why this resolution error and how can i resolve this error?
2025-09-10 6:47 AM
Hi @_Vanshika ,
Have you checked this Wiki page?
Regards,
Grégory
2025-09-11 1:51 AM - edited 2025-09-11 2:01 AM
Hii Gregory,
Yes I am following the same steps from the wiki page. I have started the camera preview from the board and then trying to get it discovered in the ISP IQTune app for Linux, but it is not getting detected. Also when I run the camera preview from the board then it gives me error for resolution.
The only difference I found is I am using imx219 whereas the procedure is given for imx335.
So to use imx219, do I need to do some steps to configure it for tuning?
Or is there any other issue or changes that have to be done for the same?