cv2.imshow command freezes in Jupyter notebook

66 views
Skip to first unread message

gokula krishnan

unread,
Dec 11, 2018, 12:23:50 PM12/11/18
to Jupyter at Research Facilities
i am looking for a solution why cv2.imshow command freezes in jupyter notebook
i am madly interested with jyupter notebook but these imshow distracting me always 
System Details:
Python version:3.7
i am using MAC OS Mojave

below is the code i am using 

img = cv2.imread("image.jpg")
cv2.namedWindow("preview")
cv2.imshow("preview", img)
cv2.waitKey()

PLS provide a solution 
Reply all
Reply to author
Forward
0 new messages