add filter and ota(model and cfg file)

it is OK
This commit is contained in:
xuedongliang
2021-09-07 10:10:25 +08:00
33 changed files with 2260 additions and 3 deletions

View File

@@ -22,7 +22,13 @@
#define TRANSFORM_H
#include <rtthread.h>
#include <rtdevice.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/time.h>
#include <errno.h>
#include <pthread.h>
#include <sched.h>
#include <unistd.h>
@@ -33,10 +39,19 @@
#ifdef DRV_USING_OV2640
#include <drv_ov2640.h>
#endif
#if defined(RT_USING_SAL)
#include <netdb.h>
#include <sys/socket.h>
#else
#include <lwip/netdb.h>
#include <lwip/sockets.h>
#endif /* RT_USING_SAL */
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif