添加帧率不高的另一种问题
This commit is contained in:
BIN
component/例十二.png
Normal file
BIN
component/例十二.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 985 KiB |
10
教程内容.md
10
教程内容.md
@@ -152,8 +152,8 @@ make
|
||||
./Gtk_Demo // 开始运行
|
||||
```
|
||||
`make clean`可能会报如下错误
|
||||

|
||||
**原因:**源码包里的 Makefile 是在另一个环境下生成的,与你的系统不匹配,导致 .deps/ 目录缺失。
|
||||

|
||||
**原因**:源码包里的 Makefile 是在另一个环境下生成的,与你的系统不匹配,导致 .deps/ 目录缺失。
|
||||
```bash
|
||||
# 1. 清理旧的生成文件
|
||||
make distclean 2>/dev/null || true
|
||||
@@ -205,6 +205,12 @@ qtcreator &
|
||||

|
||||
|
||||
### 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以上。
|
||||

|
||||
观测显示帧率,如果将曝光拉到3左右,至少150+!!!
|
||||
|
||||
#### 2.2 配置问题
|
||||
在虚拟机中默认的接口为***USB2.0***,MindVision摄像头**高帧率**需使用**USB3.0**及以上。
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user