首页
学习
活动
专区
工具
TVP
发布

C++

专栏作者
49
文章
44522
阅读量
36
订阅数
iOS摄像头采集和编码
使用AVCaptureSession创建采集会话,获取图像数据后通过VideoToolBox进行编码。
gongluck
2022-05-09
8540
Ubuntu编译安装crtmp-server
下载源码 从GitHub上下载: https://github.com/j0sh/crtmpserver.git 编译安装 apt-get install cmake apt-get install libssl-dev unzip centosinit cd crtmpserver-centosinit/builders/cmake cmake . make 运行 ./crtmpserver/crtmpserver ./crtmpserver/crtmpserver.lua
gongluck
2018-06-22
5750
FFmpeg4.0笔记:file2rtmp
Github: https://github.com/gongluck/FFmpeg4.0-study.git #include <iostream> using namespace std; extern "C" { #include "libavformat/avformat.h" #include "libavutil/time.h" } #pragma comment(lib, "avformat.lib") #pragma comment(lib, "avutil.lib") #pragma c
gongluck
2018-06-22
8290
FFmpeg4.0笔记:rtsp2rtmp
Github https://github.com/gongluck/FFmpeg4.0-study.git #include <iostream> using namespace std; extern "C" { #include "libavformat/avformat.h" #include "libavutil/time.h" } #pragma comment(lib, "avformat.lib") #pragma comment(lib, "avutil.lib") #pragma co
gongluck
2018-06-22
1.4K0
Opencv3.4:显示一张图片
Github https://github.com/gongluck/Opencv3.4-study.git #include "opencv2/opencv.hpp" using namespace cv; #pragma comment(lib, "opencv_core340d.lib") #pragma comment(lib, "opencv_imgcodecs340d.lib") #pragma comment(lib, "opencv_highgui340d.lib") int main()
gongluck
2018-06-22
6120
Opencv4.0:遍历Mat图像空间、读取摄像头
GitHub https://github.com/gongluck/Opencv3.4-study.git #include "opencv2/opencv.hpp" using namespace cv; #pragma comment(lib, "opencv_calib3d340d.lib") #pragma comment(lib, "opencv_core340d.lib") #pragma comment(lib, "opencv_dnn340d.lib") #pragma comment(l
gongluck
2018-06-22
6820
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档