添加帧率不高的另一种问题

This commit is contained in:
2026-07-02 15:41:10 +08:00
parent 39bddcc5b1
commit 7c033a7e03
2 changed files with 8 additions and 2 deletions

BIN
component/例十二.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 KiB

View File

@@ -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)