Skip to main content
Visitor II
September 10, 2025
Question

ISP IQTune tool not working

  • September 10, 2025
  • 1 reply
  • 505 views

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

_Vanshika_0-1757508885956.png

_Vanshika_1-1757508895767.png
2. Also when I run the python code from x-linux-isp tool it is giving a resolution error

_Vanshika_0-1757581338379.png

The board is recognized by my laptop using acm command and lsusb but it is not coming in the application.

_Vanshika_3-1757509245578.jpeg


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?

    This topic has been closed for replies.

    1 reply

    ST Employee
    September 10, 2025

    Hi @_Vanshika ,

     

    Have you checked this Wiki page?

     

    Regards,

    Grégory

    _VanshikaAuthor
    Visitor II
    September 11, 2025

    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.

    _Vanshika_0-1757581287344.png

    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?