Question
STM32F7: stream video to micro SD
Posted on April 02, 2016 at 04:16
What is the good way to store video capture from camera to microSD?
I am using the lib ''sd_diskio.c'' to storage frame size 480x272x2 bytes but the quality is terrible, only 1 frame/second. It seems it took too much time to write the data to microSD via SD_write function