UPDATE Vision 更新图像漾相机

This commit is contained in:
HJW
2024-09-19 18:16:44 +08:00
parent 4fb97c49ff
commit 41cf46e71d
2 changed files with 97 additions and 39 deletions

View File

@ -7,6 +7,10 @@ class Error_Code(Enum):
class VisionError_Code(Enum):
CAMERA_SUCCESS = 200
CAMERA_NO_DEVICE = 201
CAMERA_NO_DEVICE_FOUND = 202