Port of TI's CC3100 Websock camera demo. Using FreeRTOS, mbedTLS, also parts of Arducam for cams ov5642 and 0v2640. Can also use MT9D111. Work in progress. Be warned some parts maybe a bit flacky. This is for Seeed Arch max only, for an M3, see the demo for CM3 using the 0v5642 aducam mini.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ov2640.h Source File

ov2640.h

00001 
00002 
00003 #ifndef OV2640_H
00004 #define OV2640_H
00005 
00006     /****************************************************************/
00007     /* define a structure for sensor register initialization values */
00008     /****************************************************************/
00009 
00010 void camId(void);
00011 void initCam(void);
00012 
00013 
00014 #endif