Skip to content

Commit ed902b4

Browse files
committed
* update faq
1 parent 6c82115 commit ed902b4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/doc/en/faq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,11 @@ except:
253253
continue
254254
```
255255

256+
## VI_VENC_GetStream failed with 0xc0078012 during program runtime
257+
This issue occurs because the program did not exit properly last time, causing the VENC module resources to not be released. As a result, the application cannot obtain the VENC resources when it starts again. The current solutions are:
258+
259+
1. Restart the system.
260+
261+
2. Turn off the MaixVision preview view or switch to the PNG stream.
262+
263+
Since this is a legacy issue at the underlying framework level, it can currently only be resolved at the application level. Efforts should be made to ensure that the program exits normally.

docs/doc/zh/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,10 @@ except:
242242
time.sleep_ms(10)
243243
continue
244244
```
245+
246+
## 程序运行时出现 CVI_VENC_GetStream failed with 0xc0078012
247+
248+
这是因为上次程序没有正常退出,导致venc模块资源没有释放,再次启动应用就拿不到venc的资源了。 目前解决方法是:
249+
1. 重启系统
250+
2. 关掉maixvision的预览视图,或者切换到png流
251+
由于这是底层框架上遗留的问题,目前只能从应用层解决,尽量保证程序正常的退出

0 commit comments

Comments
 (0)