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

utils/app_config.h

Committer:
dflet
Date:
2015-07-07
Revision:
11:404bd8bb7fa6
Parent:
9:b7c6e7303df5
Child:
12:7d75ba5deed1

File content as of revision 11:404bd8bb7fa6:


#ifndef app_config_H
#define app_config_H


#define SPAWN_TASK_PRIORITY            7//9
#define HTTP_SERVER_APP_TASK_PRIORITY  1//1
#define CAMERA_SERVICE_PRIORITY        1
#define OSI_STACK_SIZE                 2048



#endif