热成像thing的运行

配置文件

配置Config.json

"Type": "Jtext103.CFET2.Things.CameraThing.CameraThing",
"InitObj": "CameraThingConfig.json"

CFET固定前缀加上类的命名

配置CameraThingConfig.json

"PythonDLLPath":"C:\\Users\\22421\\AppData\\Local\\Programs\\Python\\Python311\\python311.dll",
"sdkPath": "D:\\Download\\Thermal Camera_HAT\\pysenxor-master",
"savePath": "D:\\CFET2\\jtext103_cfet2app\\CFET2APP\\bin\\Debug\\net461\\frame_image_from_interface.jpg",
"_intervalMs": 1000,
"_serialPort": "COM6",

一些常用的变量

alt text

在CFET2APP方案下建立新的项目

运行结果

alt text


本文章使用limfx的vscode插件快速发布