indrekluuk / LiveOV7670

A step-by-step guide to building the circuit for this project:
https://circuitjournal.com/arduino-ov7670-10fps
239 stars 91 forks source link

save image to SD? #13

Open zoomx opened 5 years ago

zoomx commented 5 years ago

How about to save a single image on a SD? I believe that Teensy 3.5 or 3.6 can do that (once ported as I see on Issue #12), but I wander if it is possible with an STM32.

indrekluuk commented 5 years ago

I am not sure, maybe it can be done. stm32 (blue pill board) has 20kB of ram. It is not enough to hold a frame but it might be enough to to buffer the image while reading from camera->writing to SD card. The main problem is that writing to SD card is slow

josephresearcher commented 2 years ago

https://learn.linksprite.com/jpeg-camera/use-linksprite-jpeg-camera-to-take-picture-and-store-to-a-sd-card/

josephresearcher commented 2 years ago

please add this option :

https://www.linksprite.com/tutorial-of-using-jpeg-camera-to-capture-a-picture-and-save-to-sd/