12 Star 20 Fork 8

cM / rtp2jpeg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.h 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
cM 提交于 2015-01-31 22:02 . add:mjpeg.sdp
/*************************************************************************
> File Name: config.h
> Author:
> Mail:
> Created Time: 2015年01月23日 星期五 15时19分47秒
************************************************************************/
#ifndef _CONFIG_H
#define _CONFIG_H
/******************调试信息*****************************/
#define OUTPUT_CAMINFO/*输出摄像头的信息*/
//#define SAVEFIRSTJPEG/*输出第一副图片用于测试*/
/******************摄像头信息***************************/
#define CAM_WIDGH 640
#define CAM_HEIGHT 480
// height widgh
#define CAM_DEVICE "/dev/video0"
/**********************dbug*********************************/
#if 0
#define dbug(x) printf("%s %s %d %s\n",__FILE__,__func__,__LINE__,x)
#else
#define dbug(x)
#endif
#endif
C
1
https://gitee.com/OpenWrt-X/rtp2jpeg.git
git@gitee.com:OpenWrt-X/rtp2jpeg.git
OpenWrt-X
rtp2jpeg
rtp2jpeg
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891