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…