Add customer API stub

This commit is contained in:
2025-12-28 11:24:11 +01:00
parent 19ad13843c
commit ffffa1254e
13 changed files with 137 additions and 1 deletions

View File

@@ -46,7 +46,6 @@ if __name__ == "__main__":
cv2.namedWindow("Predictions", cv2.WINDOW_NORMAL)
while True:
time.sleep(1)
ret, frame = cap.read()
if not ret: