This commit is contained in:
yinguobing 2018-01-29 13:43:14 +08:00
parent 5502cc3d58
commit 0239cd9b85

View file

@ -119,8 +119,6 @@ def main():
cv2.imshow("Preview", frame)
if cv2.waitKey(10) == 27:
break
box_process.terminate()
box_process.join()
# Clean up the multiprocessing process.
box_process.terminate()