UPDATE Vision 修复Z轴抓取

This commit is contained in:
HJW
2025-01-17 08:58:19 +08:00
parent 65b262079b
commit fd7b49bfa7
4 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,7 @@ def HIK_Camera_test():
img = cv2.resize(frame, (800, 600))
cv2.imshow('img', img)
cv2.waitKey(1)
def detectionBagNum_test():
detectionBagNum = DetectionBagNum()
video_path = ''.join([os.getcwd(), '/Vision/model/data/2.mp4'])