Hi,
I am working with OV9655 camera on STM32 4071C Open Waveshare board (STM32F407IGTx Core). I am able to capture an image.
The next step in my project is to convert this captured image (RGB565 320x240) to a 28x28 C array. I will use this C array as an input to my neural model on the board for image classification. Could somebody lead me to a good starting point for the image conversion process.
Thanks in advance!