Using python and OpenCV, is it possible to display the same image on multiple users?
I am using cv2.imshow but it only displays the image for the user that runs the script.
Thanks
1 | initial version |
Using python and OpenCV, is it possible to display the same image on multiple users?
I am using cv2.imshow but it only displays the image for the user that runs the script.
Thanks
Using python and OpenCV, is it possible to display the same image on multiple users?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