mortonkopf
Well-known member
Hi all, I need some advice and guidance on hooking up a camera module or breakout to Teensy 3.x
I am looking to take single images and store them on to the SD card, no high frame rate necessary, as this would take a single image once every couple of minutes or so.
I see that there are modules available that communicate via TTL / rx-tx and via register use. I have not seen a well documented example for using with Teensy 3.x.
In my mind, I have the camera sending image data via a buffer and a file write function to the SD card.
I have come across these two options so far:
OV7670 - example here: http://www.miniinthebox.com/ov7670-...rds_shopping&gclid=CPTJkLq-zcUCFa_LtAodwVEA4A
TTL type - http://www.ladyada.net/wiki/tutorials/products/camera/index.html
Any experiences of adding camera function to Teensy 3?
I am looking to take single images and store them on to the SD card, no high frame rate necessary, as this would take a single image once every couple of minutes or so.
I see that there are modules available that communicate via TTL / rx-tx and via register use. I have not seen a well documented example for using with Teensy 3.x.
In my mind, I have the camera sending image data via a buffer and a file write function to the SD card.
I have come across these two options so far:
OV7670 - example here: http://www.miniinthebox.com/ov7670-...rds_shopping&gclid=CPTJkLq-zcUCFa_LtAodwVEA4A
TTL type - http://www.ladyada.net/wiki/tutorials/products/camera/index.html
Any experiences of adding camera function to Teensy 3?

