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

History

Change default in main to display image default tip

2016-03-14, by sylvainkritter [Mon, 14 Mar 2016 17:49:40 +0000] rev 5

Change default in main to display image


crate library for image

2016-02-17, by sylvainkritter [Wed, 17 Feb 2016 16:54:52 +0000] rev 4

crate library for image


create imatr library for image transformation

2016-02-17, by sylvainkritter [Wed, 17 Feb 2016 16:48:45 +0000] rev 3

create imatr library for image transformation


add name of pattern on screen for pattern recognition

2016-02-17, by sylvainkritter [Wed, 17 Feb 2016 16:37:01 +0000] rev 2

add name of pattern on screen for pattern recognition


clean up

2016-02-16, by sylvainkritter [Tue, 16 Feb 2016 14:44:01 +0000] rev 1

clean up


Tested on Nucleo F411RE

2016-02-16, by sylvainkritter [Tue, 16 Feb 2016 14:28:55 +0000] rev 0

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...