Downsampling image on f746
Hi,
I'm working on a project involving using NN with cube ai to track objects from images coming from a camera sensor.
I would like to find a way to downsample an image in the fastest / less cpu intensive way possible (the video feed is approximately 8fps and i'd like to leave the cpu unused most of the time to have more computing power for the ai library).
Downsampling from dcmi directly is not an option (need to show the full resolution, full framerate image on an lcd).
How could i go about it? I looked ad the dma2d documentation and didn't find anything regarding downsampling, what is the usual way to solve this problem?
