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
When you use frame sequence as input, on click of play the player goes on playing the sequences indefinitely and does not stop at the end. The browser keeps on working even when the total number of frame sequences it has to play is finished.
Ideally the player should display the last image in sequence and stop.
Looks like the this.video.currentTime is again assigned a value of 0 at the end, instead of being increased to this.video.duration.
Some bug in there !!
The text was updated successfully, but these errors were encountered:
When you use frame sequence as input, on click of play the player goes on playing the sequences indefinitely and does not stop at the end. The browser keeps on working even when the total number of frame sequences it has to play is finished.
Ideally the player should display the last image in sequence and stop.
Looks like the this.video.currentTime is again assigned a value of 0 at the end, instead of being increased to this.video.duration.
Some bug in there !!
The text was updated successfully, but these errors were encountered: