-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live video from IP address #2675
Comments
@sp5677 |
What's a better way? |
@sp5677 |
@sp5677 There is no video player like widget in tkinter by default, what tkVideoPlayer does is update a tk label image with the extracted frame from video (in a loop). |
Tkinker doesn't use the GPU which makes it very slow, I decided it would be best if I used a different GUI that has GPU acceleration. |
I was wondering if there's a way of showing a live video in customtkinter, I know there is "tkvideoplayer" but that's only for normal video.
In ChatGPT it said to do this - it wouldn't be wise to use this code I think.
The text was updated successfully, but these errors were encountered: