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

Committer:
dflet
Date:
Mon Jul 13 08:20:40 2015 +0000
Revision:
13:bf45f592c2b6
Parent:
12:7d75ba5deed1
Child:
14:90603ea1e85b
WIP commit 14 i2c not working correctly.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dflet 0:50cedd586816 1
dflet 0:50cedd586816 2 #ifndef app_config_H
dflet 0:50cedd586816 3 #define app_config_H
dflet 0:50cedd586816 4
dflet 0:50cedd586816 5
dflet 2:b92db44a29b4 6 #define SPAWN_TASK_PRIORITY 7//9
dflet 11:404bd8bb7fa6 7 #define HTTP_SERVER_APP_TASK_PRIORITY 1//1
dflet 11:404bd8bb7fa6 8 #define CAMERA_SERVICE_PRIORITY 1
dflet 13:bf45f592c2b6 9 #define OSI_STACK_SIZE 8 * 1024
dflet 0:50cedd586816 10
dflet 0:50cedd586816 11
dflet 0:50cedd586816 12
dflet 0:50cedd586816 13 #endif
dflet 0:50cedd586816 14
dflet 0:50cedd586816 15