How to modify the generated code from AI Developer Cloud?
I uploaded my ONNX model, and using the AI developer cloud, I downloaded the result as STM32CubeIDE Project. I successfully deployed it on the NUCLEO-F401RE board and I can see the analysis of the model on the terminal using Putty.
Now, as the next step, I want to send a webcam image continuously from the laptop via the serial port to the board and read the output of the network. I use Python to preprocess the image and send it. My question is where should I modify the generated code to achieve my goal? Is there a template for this? I am using STM32CubeIDE 1.12.
