测试完成代码

This commit is contained in:
琉璃月光
2025-08-18 16:54:29 +08:00
commit a38051e4dc
194 changed files with 3570686 additions and 0 deletions

18
Expection.py Normal file
View File

@ -0,0 +1,18 @@
from enum import Enum
class Error_Code(Enum):
SYS_SUCCESS = 100
SYS_NETERROR = 104 #网络异常
SYS_NONEPoint = 105
class VisionError_Code(Enum):
CAMERA_SUCCESS = 200
CAMERA_NO_DEVICE = 201
CAMERA_NO_DEVICE_FOUND = 202