1 Star 0 Fork 0

cc/GB28181_RTMP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PTZ.h 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
李瑀辰 提交于 2019-11-19 16:35 . rtp->ps->h264->rtmp
#pragma once
#include <string>
enum PTZ
{
ZOOMIN,
ZOOMOUT,
UP,
DOWN,
LEFT,
RIGHT,
};
// ptz str -> enum PTZ
PTZ ptzconvert(std::string x);
PTZ ptzconvert(const char* x);
// unused
/*
#define PTZ_Zoomin "10"
#define PTZ_Zoomout "20"
#define PTZ_Up "08"
#define PTZ_Down "04"
#define PTZ_Left "02"
#define PTZ_Right "01"
#define PTZ_CMD_HEAD "A5"
*/
#define VERSION 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qq43559990/GB28181_RTMP.git
git@gitee.com:qq43559990/GB28181_RTMP.git
qq43559990
GB28181_RTMP
GB28181_RTMP
master

搜索帮助