摘要: 使用g++ opencv_demo.cpp -o test 会报以下错误 这是我的代码: #include <string>#include <iostream>#include <time.h>#include <opencv2/highgui/highgui.hpp>#include <open 阅读全文
posted @ 2020-08-05 16:42 wangaolin 阅读(1546) 评论(0) 推荐(0) 编辑
摘要: linux 网络配置vim /etc/sysconfig/network-scripts/ifcfg-ens33 如何查看是否安装cmake,gcc,g++? 可以使用cmake/gcc/g++ --version 如何查看 linux 版本? uname -a 或者 cat /etc/*relea 阅读全文
posted @ 2020-08-05 15:33 wangaolin 阅读(3905) 评论(0) 推荐(0) 编辑
摘要: # coding:utf-8import cv2 from matplotlib import pyplot as plt from collections import deque #通过cv2中的类获取视频流操作对象cap #cap = cv2.VideoCapture('rtsp://Admi 阅读全文
posted @ 2020-07-24 10:43 wangaolin 阅读(5543) 评论(0) 推荐(0) 编辑
摘要: 1.播放rtsp视频流 ffplay -fflags nobuffer rtsp://admin:123456@192.168.1.13:554/video1 ffplay -i rtsp://admin:123456@192.168.1.13:554/video1 2. 阅读全文
posted @ 2020-07-23 22:18 wangaolin 阅读(130) 评论(0) 推荐(0) 编辑
摘要: vmware-installer -u vmware-workstation 阅读全文
posted @ 2020-06-20 09:42 wangaolin 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://www.cnblogs.com/renhui/p/10387764.html Visual Studio 开发(二):VS 2017配置FFmpeg开发环境 在上篇文章Visual Studio 开发(一):安装配置Visual Studio Code 中,我们讲了一下如何 阅读全文
posted @ 2020-05-07 15:12 wangaolin 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/chnim/article/details/83047735 1.推送rtsp视频流 ffmpeg -i rtsp://admin:admin1234@192.168.1.64:554/h264/ch1/sub/av_stream -codec 阅读全文
posted @ 2020-05-06 20:28 wangaolin 阅读(4702) 评论(0) 推荐(0) 编辑
摘要: Windows下用FFmpeg+nginx+rtmp搭建直播环境 实现推流、拉流(超简单教程) 原文链接:https://www.jianshu.com/p/eacfc0a9f2fd 话不多先森Y关注 12018.07.20 10:55:22字数 622阅读 18,545 成功运行!!​ 1.环境 阅读全文
posted @ 2020-05-06 19:25 wangaolin 阅读(955) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/u012043391/article/details/54972127 VS项目中的包含目录、库目录、附加包含目录、附加库目录、附加依赖项均在"项目->属性->配置属性"下进行配置,具体说明如下: VC++目录: 包含目录:寻找#include< 阅读全文
posted @ 2020-05-06 16:55 wangaolin 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 前面加上 CUDA_VISIBLE_DEVICES=1 阅读全文
posted @ 2020-05-04 23:36 wangaolin 阅读(646) 评论(0) 推荐(0) 编辑