- 博客(2)
- 收藏
- 关注
原创 FFMPEG(一)--读取本地视频流和网络视频流
// An highlighted block #include<iostream> using namespace std; extern "C" { #include<libavcodec\avcodec.h> #include<libavformat\avformat.h> } #pragma comment(lib,"avcodec.lib") #pragma comment(lib,"avformat.lib") int main() { printf("%s
2021-06-10 16:52:49
2482
原创 v4l2实现Ubuntu视频图像采集并在虚拟机显示屏显示
v4l2实现Ubuntu视频图像采集并在虚拟机显示 #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <stdlib.h> #include <unistd.h> #include <sys/ioctl.h> #include <linux/videodev2.h> #includ
2021-03-31 16:18:37
1233
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人