2026-01-15 10:49 PM
In the STM32N6570-DK out-of-box (OOB) demo, it seems possible to display the camera preview
while also interacting with touch buttons on the display.
However, I cannot find any corresponding source code example that demonstrates
this functionality.
I only need a very basic reference:
- camera preview on the display
- simple touch interaction (buttons or UI elements)
Unfortunately, I am completely lost on how this is supposed to be implemented.
There does not seem to be any clear manual or step-by-step guide explaining
how to create such a project.
If the expected approach is to create a new project, then there should be
very concrete instructions on:
- which project template to start from
- how to combine DCMIPP camera capture with TouchGFX
Alternatively, at least a source code example would be extremely helpful.
At the moment, even the DCMIPP_ContinuousMode example does not include an .ioc file,
So I cannot extend it to use touchGFX things.
I honestly do not understand why there is no proper, complete reference provided
for such a common and basic use case on this board.