_motion.h

来自「外国人写的一个很好的嵌入式视频采集源程序。」· C头文件 代码 · 共 17 行

H
17
字号
/* Motion detection package *  (c) Gleicon S. Moraes */#include <unistd.h>#include <time.h>#include <malloc.h>#include <errno.h>#include <stdio.h>#include <string.h>#include "global.h"#include "motion.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?