15 lines
601 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 未命名
date: 2025-03-07 21:10:06
excerpt:
tags:
rating: ⭐
---
# 前言
- UE5 C++工程中使用官方自带的OpenCV库插件开发:https://zhuanlan.zhihu.com/p/646105667
- 参考工程
- https://github.com/Temaran/UE4Webcamera
- 用的是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