Skip to content

Commit abba54a

Browse files
committed
* update faq
1 parent 497bf23 commit abba54a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/doc/en/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,10 @@ The lag is typically due to using WiFi transmission. When the signal is weak or
172172
* Switch to a wired connection; refer to the Quick Start Guide for details.
173173
* Lower the image resolution by reducing the size of `img` in the code with `disp.show(img)`.
174174

175+
## Error Message When Running Application: Runtime error: mmf vi init failed
176+
177+
The error message indicates that camera initialization failed. Possible reasons include:1. The camera is occupied by another application. 2.The camera's ribbon cable may be loose. 3. The runtime library is not installed.
178+
Solution Steps:
179+
- Check if both the maixvision program and the board's built-in program are running at the same time. Ensure that only one program is using the camera. (Note: Usually, when maixvision is connected, the built-in program on the board will exit automatically.)
180+
- Remove and reinsert the camera ribbon cable to ensure a proper connection.
181+
- Update to the latest runtime library.

docs/doc/zh/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,11 @@ ImportError: arg(): could not convert default argument into a Python object (typ
172172
* 更换有线方式连接,具体看快速入门文档。
173173
* 减小图像分辨率,在代码中 `disp.show(img)` `img` 的分辨率小一点。
174174

175+
## 运行应用时提示: Runtime error: mmf vi init failed
175176

177+
提示信息的意思是摄像头初始化失败了,可能的原因有:1. 摄像头被其他应用占用了; 2. 摄像头没有排线松了; 3. 没有安装运行库
178+
179+
解决步骤:
180+
1. 检查maixvision的程序和板子自带程序是否同时运行,确保只有一个地方占用摄像头(注:一般情况连接maixvision后板子自带的程序会主动退出)
181+
2. 将摄像头排线取下来重新插一下
182+
3. 更新最新的运行库

0 commit comments

Comments
 (0)