I am trying to run a very simple program. To open and jpg file and display it using the opencv library for python. Initially it all worked fine but now it just opens a windo
I found that i had a breakpoint on the
cv2.waitkey()
funtion. removing that fixed the issue for me