K230 先运行语音检测程序后运行视频检测程序错误

Viewed 45

问题描述


用K230运行语音关键词检测程(系统提供的demo关键词检测程度)序后运行视频识别程序(系统提供的demo),视频程序无法运行。死机的感觉。执行视频检测程序显示如下提示信息:
视频检测
det_infer start
find sensor gc2093_csi2, type 30, output 1920x1080@60

我的主程序代码如下:
#引用语音检测程序
from myapp.keyword_spottingsdcard_debug import keyword
_thread.start_new_thread(keyword_spottingsdcard_debug,()) #开启线程,
#打开检测程序
from myapp.det_tongue_video_ok_LCD24 import detection
_thread.start_new_thread(det_tongue_video_ok_LCD24,()) #开启线程
_thread.start_new_thread(det_tongue_video_ok_LCD24,()) #开启线程

你们的提问空间无法上传程序代码,代码比较长

2 Answers

你们的提问空间无法上传程序代码,代码比较长。如何解决

发邮件,wangyan01@canaan-creative.com

给出完整代码,这么写不知道哪里不对