From 84b2a2059b760b070f5b22c92de5ca88f224cf96 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Sat, 8 Mar 2025 18:17:24 +0800 Subject: [PATCH] vault backup: 2025-03-08 18:17:24 --- 03-UnrealEngine/Gameplay/Other/OpenCV.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/03-UnrealEngine/Gameplay/Other/OpenCV.md b/03-UnrealEngine/Gameplay/Other/OpenCV.md index 9a7da34..31d5d2e 100644 --- a/03-UnrealEngine/Gameplay/Other/OpenCV.md +++ b/03-UnrealEngine/Gameplay/Other/OpenCV.md @@ -9,4 +9,8 @@ rating: ⭐ - UE5 C++工程中使用官方自带的OpenCV库插件开发:https://zhuanlan.zhihu.com/p/646105667 - 参考工程 - https://github.com/Temaran/UE4Webcamera - - 用的是OBS推流的方式,所以意义不大https://github.com/wickerman123/UE4_WebcamPanel \ No newline at end of file + - 用的是OBS推流的方式,所以意义不大https://github.com/wickerman123/UE4_WebcamPanel +- OpenCV + - C++使用多线程优化opencv获取摄像头图像并实时显示(OpenCV_VERSION 4.6.0) https://zhuanlan.zhihu.com/p/593361913 + - 怎么在 python 中实现 opencv 的 GPU 加速? https://www.zhihu.com/question/585836723/answer/2908625938 + - OpenCV运行gstreamer管道获取相机数据,处理以后,再交给gstreamer显示(QT实现) https://blog.csdn.net/Alon1787/article/details/136162875 \ No newline at end of file