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

Revision:
15:5433f9d94cd7
Parent:
14:90603ea1e85b
Child:
16:7e5aab2fabba
--- a/utils/app_config.h	Tue Aug 25 22:03:00 2015 +0000
+++ b/utils/app_config.h	Fri Aug 28 21:04:44 2015 +0000
@@ -35,9 +35,9 @@
 #endif
 
 #define SPAWN_TASK_PRIORITY            7//9
-#define HTTP_SERVER_APP_TASK_PRIORITY  5//1
-#define CAMERA_SERVICE_PRIORITY        5
-#define OSI_STACK_SIZE                 8 * 1024
+#define HTTP_SERVER_APP_TASK_PRIORITY  3//1
+#define CAMERA_SERVICE_PRIORITY        3
+#define OSI_STACK_SIZE                 12 * 1024
 
 //*****************************************************************************
 //