Skip to content
Snippets Groups Projects
Commit 87bf21f5 authored by michael.divia's avatar michael.divia
Browse files

Not sure about that

parent 6cb09929
Branches
No related tags found
No related merge requests found
......@@ -42,9 +42,6 @@ with Hailo(hef_path) as hailo:
# Optionally display the captured image
try:
cv2.imshow("Captured Image", frame)
print("-- Press any key to continue...")
cv2.waitKey(0)
cv2.destroyAllWindows()
except cv2.error:
print("-- GUI display failed, saving and showing with feh instead...")
output_path = "/tmp/captured.png"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment