I'm using Visual Studio Code online.
I tried to use opencv
with imshow
function, but I got the following error:
Python cv2.imshow() not working: cannot connect to X server
Is there a way for building a docker with display options?
Or some other workaround to use this function?