This commit is contained in:
Glenn Jocher
2019-08-31 19:22:53 +02:00
parent 0a725a4bad
commit 80516dd758
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ class LoadWebcam: # for inference
break
# Print
assert ret_val, 'Webcam Error'
assert ret_val, 'Camera Error %s' % self.pipe
img_path = 'webcam_%g.jpg' % self.count
print('webcam %g: ' % self.count, end='')