Files
2025-08-13 11:42:19 +08:00
..
2024-09-12 15:07:45 +08:00
2024-09-12 15:07:45 +08:00
2024-09-11 13:50:53 +08:00
2025-08-13 11:42:19 +08:00
2025-08-13 11:42:19 +08:00
2025-08-13 11:42:19 +08:00
2025-08-13 11:42:19 +08:00
2025-08-13 11:42:19 +08:00
2024-08-28 14:59:40 +00:00

视觉处理

Code 在 Expection的VisionError_Code里 增加定义1

1 提供视频流,

func1()
   return Code,frame  #返回错误代码和当前帧

2 提供当前摄像头位置识别结果

func2()
   return Code,frame,position  #返回带识别标签的当前图像 和 识别坐标结果Detection_Position对象

注意: 识别不到报异常Code且带有识别结果标签和位置都绘制出来的图像保存到本地位置 保存位置在Seting.ini里面的[Camera_Feed]定义