|
本帖最后由 suifeng009 于 2023-6-11 17:37 编辑
需要本地识别的可以看这个 https://bbs.hassbian.com/thread-21609-1-1.html
首先,先修改nodered文件,参考https://bbs.hassbian.com/thread-5842-1-1.html大佬文章。
// Configure the logging output
logging: {
// Only console logging is currently supported
console: {
// Whether or not to include metric events in the log output
metrics: false,
// Whether or not to include audit events in the log output
audit: false,
},
},
// Customising the editor
editorTheme: {
projects: {
// To enable the Projects feature, set this value to true
enabled: false,
},
},
// Configure context storage
contextStorage: {
store: { module: "localfilesystem" },
default: { module: "memory" }
}
};
自己点开流修改对应的数据,都备注好了!如果有不清楚的,打开萤石云开放平台文档链接
https://open.ys7.com/help/1332 车牌
https://open.ys7.com/help/1309 人脸
流还是有很多可以优化的地方,主要能跑起来,就不管他了~~抛砖引玉吧~~~
|
评分
-
查看全部评分
|