DEV Community

Rajesh Muthuswamy
Rajesh Muthuswamy

Posted on

Unable to display a video stream and images in UI

Im new to Tkinter, I just tried one UI using the below information but I cant proceed further.

Im using Tkinter to develop UI using python. I want to show a video live stream using RTSP in a one Column and want to display images in another column

Case-1:
Im converting the images into base64 and storing in redis then im reading the base64 code from redis by decoding it and want to show in label box.

But Im not able to show in UI

Can some one help me to solve this issue

Top comments (0)