How to integrate TouchGFX with an AI model from Modelzoo Services and Camera Middleware on the STM32N6570-DK
Hi!
I have already trained my AI model using the STM32 Model Zoo Services, and the project is fully running on the STM32N6570-DK board. The model has been successfully deployed, and the object detection is working correctly with the camera.
In parallel, I have also developed the graphical user interface using TouchGFX as a separate project. At this point, my goal is to integrate both projects into a single application: the TouchGFX interface and the AI inference application.
I have read your article about integrating TouchGFX with the Camera Middleware, which was very helpful.
However, I could not find information about integrating TouchGFX with an AI application generated from the STM32 Model Zoo Services.
What I would like to achieve is the following workflow: the application starts with the TouchGFX interface, and when the user presses a button, the camera is initialized, the AI inference pipeline starts, and the model begins detecting objects in real time.
Could you please advise on the recommended approach for integrating a TouchGFX application with an AI project generated by the STM32 Model Zoo Services? Are there any examples, guidelines, or best practices for combining these two applications on the STM32N6570-DK?
