Skip to content

Commit 13c401d

Browse files
committed
* update faq
1 parent 2265ac3 commit 13c401d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/doc/en/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,8 @@ The error message indicates that camera initialization failed. Possible reasons
178178
Solution Steps:
179179
- 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.)
180180
- Remove and reinsert the camera ribbon cable to ensure a proper connection.
181-
- Update to the latest runtime library.
181+
- Update to the latest runtime library.
182+
183+
## When running the application, you see: maix multi-media driver released or maix multi-media driver destroyed
184+
185+
This is not an error message. It is a log message indicating that the multimedia framework is releasing resources, it is usually printed when the program exits.

docs/doc/zh/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,7 @@ ImportError: arg(): could not convert default argument into a Python object (typ
180180
1. 检查maixvision的程序和板子自带程序是否同时运行,确保只有一个地方占用摄像头(注:一般情况连接maixvision后板子自带的程序会主动退出)
181181
2. 将摄像头排线取下来重新插一下
182182
3. 更新最新的运行库
183+
184+
## 运行应用时提示:`maix multi-media driver released`或者`maix multi-media driver destroyed`
185+
186+
这不是错误日志,这是多媒体框架释放资源时的提示信息,一般在程序退出时会打印

0 commit comments

Comments
 (0)