- 博客(7)
- 收藏
- 关注
原创 OpenCV 4.1 高速读取USB摄像头 1080P
#include "opencv2/core.hpp"#include "opencv2/core/ocl.hpp"#include "opencv2/imgproc.hpp"#include "opencv2/imgcodecs.hpp"#include "opencv2/highgui.hpp"#include <opencv2/videoio/registry.hpp>#include <string.h>#include <iostream>#in
2021-04-28 16:51:24 733
原创 Ubuntu1804 SMBus Debug
Intel平台上通过SMBus去访问温度传感器,发现一直无法找到设备,原因是ubuntu1804将i2c-i801 kernel module拉黑了, 默认隐藏设备,打开后就可以了,步骤如下os: ubuntu 18.041 sudo apt install lm-sensors2 sudo apt install i2c-tools3 sudo vim /etc/modprobe.d/blacklist.conf4 comment the line #blacklist i2c_i801.
2021-01-07 16:42:47 862
原创 多路视频文件RTSP推流
最近在做多路IPC模拟的事情,记录下过程目的: 现场录制多路视频存储为MP4,电脑读取多个视频文件推送RTSP流,要求大致同步。操作系统:Ubuntu18.04过程:1 将MP4转为h.264 ffmpeg -i front.mp4 -vcodec libx264 -preset ultrafast -b:v 2000k front.264 其中preset这个参数主要调节编码速度和质量的平衡,有ultrafast、superfast、ve...
2020-12-16 17:19:28 1994
原创 Boost 1.6 Filesystem bcp提取交叉编译
Boost Filesystem Compile Guide1 download boost_1_61_0.7z from www.boost.org2 extract boost_1_61_0.7z to ~/boost_1_61_03 cd boost_1_61_0, and ./bootstrap.sh4 compile bcp, ./b2 tools/bcp5
2016-08-02 16:54:28 425
转载 C# usercontrol cursor position
[DllImport("user32.dll")] public static extern bool GetCaretPos(out System.Drawing.Point ppt); private void TextBoxParameter_Click(object sender, EventArgs e) {
2016-07-12 14:28:16 611
原创 C#获取当前user的documents目录
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);SpecialFolder包含很多windows常用的目录。
2016-04-15 14:51:15 3873
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人