diff --git a/component/例十二.png b/component/例十二.png new file mode 100644 index 0000000..c5d1f30 Binary files /dev/null and b/component/例十二.png differ diff --git a/教程内容.md b/教程内容.md index efadebf..e5475ad 100644 --- a/教程内容.md +++ b/教程内容.md @@ -152,8 +152,8 @@ make ./Gtk_Demo // 开始运行 ``` `make clean`可能会报如下错误 -![图十](component/例十.png) -**原因:**源码包里的 Makefile 是在另一个环境下生成的,与你的系统不匹配,导致 .deps/ 目录缺失。 +![图十](component/例十.png) +**原因**:源码包里的 Makefile 是在另一个环境下生成的,与你的系统不匹配,导致 .deps/ 目录缺失。 ```bash # 1. 清理旧的生成文件 make distclean 2>/dev/null || true @@ -205,6 +205,12 @@ qtcreator & ![图十一](component/例十一.png) ### 2.虚拟机帧率不高的问题 +#### 2.1物理连接问题 +迈德相机是USB3.0下才可以高帧率,你可以通过观看你的电脑USB颜色初略判断,蓝色都为USB3.0以上。还有方法为通过[Windows版的驱动软件](https://www.mindvision.com.cn/wp-content/uploads/2026/04/MindVision-Camera-Platform-Setup2.1.10.195_202604021438.exe)通过将曝光拉低来看帧率是否提升以判断你的接口是否为3.0以上。 +![图十二](component/例十二.png) +观测显示帧率,如果将曝光拉到3左右,至少150+!!! + +#### 2.2 配置问题 在虚拟机中默认的接口为***USB2.0***,MindVision摄像头**高帧率**需使用**USB3.0**及以上。 ![图八](component/例八.png)