| | |
| | | #endif
|
| | |
|
| | | #define API extern "C" __attribute__((visibility ("default")))
|
| | |
|
| | | API void* create(const char *conf, int *max_chan);
|
| | | API void release(void* handle);
|
| | | API void* get_result(void *handle, const void *img, const int chan);
|
| | | API void* get_result2(void *handle, const void *img, const int chan,const char* timestamp, const char* mode);
|
| | | API void release_result(void *res);
|
| | |
|
| | | void ReadJsonFromFile(const char* filename); // 读取json文件
|
| | | void ReadJsonFromFile(const char* filename);
|
| | | int setCamConfig(const char* data);
|
| | | int ReadJsonStr(void* handle, const char* data);
|
| | |
|