update 更新ui和增加视觉模块

This commit is contained in:
FrankCV2048
2024-08-22 23:23:05 +08:00
parent 86f21ffda8
commit 7dc66871ee
13 changed files with 292 additions and 178 deletions

View File

@ -1,3 +1,13 @@
from enum import Enum
class ErrorCode(Enum):
NETERROR = 404 #网络异常
class Error_Code(Enum):
SYS_SUCCESS = 100
SYS_NETERROR = 104 #网络异常
class VisionError_Code(Enum):
CAMERA_SUCCESS = 200