Tested on Nucleo F411RE Based on OV7670 without FIFO, SCCB protocol rewritten. View on TFT ILI9341, possible capture picture on sd Around 3 frames per second Basic image treatment: zoom, rotation, etc Very basic pattern recognition, pattern being stored on SD, after camera capture, or from .bmp file (rgb 565, 120x160 max)

Dependencies:   FastPWM SDFileSystem SPI_TFT_ILI9341 TFT_fonts imagetrlib mbed ov7670s

Dependents:   Practica4_Camara

Committer:
sylvainkritter
Date:
Tue Feb 16 14:28:55 2016 +0000
Revision:
0:39c9f3b49f5a
Tested on Nucleo F411RE
; Based on OV7670 without FIFO, SCCB protocol rewritten.
; View on TFT ILI9341, possible capture picture on sd
; Around 3 frames per second
; Basic image treatment: zoom, rotation, etc
; Very basic pattern recognition, pattern bein...

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sylvainkritter 0:39c9f3b49f5a 1 #define nl 120
sylvainkritter 0:39c9f3b49f5a 2 #define nc 160
sylvainkritter 0:39c9f3b49f5a 3 #define nlta 30
sylvainkritter 0:39c9f3b49f5a 4 #define ncta 40
sylvainkritter 0:39c9f3b49f5a 5 #define nv 5
sylvainkritter 0:39c9f3b49f5a 6