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:
4:c27adffcfec2
Parent:
2:b92db44a29b4
Child:
5:75fcfdb7cae7
--- a/utils/app_config.h	Fri Jun 26 22:53:54 2015 +0000
+++ b/utils/app_config.h	Tue Jun 30 22:51:05 2015 +0000
@@ -4,8 +4,8 @@
 
 
 #define SPAWN_TASK_PRIORITY            7//9
-#define HTTP_SERVER_APP_TASK_PRIORITY  1//1
-#define CAMERA_SERVICE_PRIORITY        1
+#define HTTP_SERVER_APP_TASK_PRIORITY  2//1
+#define CAMERA_SERVICE_PRIORITY        2
 #define OSI_STACK_SIZE                 2048