Oct-04-2022, 05:49 PM
Oct-04-2022, 06:14 PM
Use a video overlay. There is nothing in tkinter that would know it has to be redrawn because it had been "erased" by a video refresh. If you want to draw a circle over a video you need to make the circle part of the video display. I found several examples, tutorials and videos on how to overlay images on a video (watermark, text, icon) using opencv (cv2 in python). There are also several examples, tutorials and videos about using opencv with tkinter.