Add customer API stub
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user