You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume this is because tkinter events are queued, so there's a delay when replaying the video (as it has to process other events first before the callback is called)
Here's the video I used, which is small and just 10 fps (initially used 25 fps with the same issue).
ShellAndTubeTest1.mp4
I believe the loop function should just be integrated into the widget rather than making the user add an event callback for looping. It is also necessary that the last frame is not discarded when the video ends.
The text was updated successfully, but these errors were encountered:
python_kIv1DYJeP0.mp4
I assume this is because tkinter events are queued, so there's a delay when replaying the video (as it has to process other events first before the callback is called)
Here's the video I used, which is small and just 10 fps (initially used 25 fps with the same issue).
ShellAndTubeTest1.mp4
I believe the loop function should just be integrated into the widget rather than making the user add an event callback for looping. It is also necessary that the last frame is not discarded when the video ends.
The text was updated successfully, but these errors were encountered: