multi-user image display
Using python and OpenCV, is it possible to display the same image on multiple users? Or choose a user to display the image?
I am using cv2.imshow but it only displays the image for the user that runs the script.
Thanks
off topics