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:
0:50cedd586816
Child:
2:b92db44a29b4
diff -r 000000000000 -r 50cedd586816 utils/app_config.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils/app_config.h	Wed Jun 24 09:54:16 2015 +0000
@@ -0,0 +1,15 @@
+
+#ifndef app_config_H
+#define app_config_H
+
+
+#define SPAWN_TASK_PRIORITY            9//9
+#define HTTP_SERVER_APP_TASK_PRIORITY  1//1
+#define CAMERA_SERVICE_PRIORITY        1
+#define OSI_STACK_SIZE                 2048
+
+
+
+#endif
+
+