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
Problem
Canvas applets are only displays current frame information and cannot change the video frame. The user has to leave the applet, change the frame, and reload the applet. This prevents some applet capabilities of denoting specific video frames for annotators to seek to.
Request
Allow a seekFrame event to be emitted by applets and listened to by the annotation page, that will force a goToFrame(...) call. This should not close the applet and the applet should have its frame information updated appropriately.
The text was updated successfully, but these errors were encountered:
Category
Feature Request
Problem
Canvas applets are only displays current frame information and cannot change the video frame. The user has to leave the applet, change the frame, and reload the applet. This prevents some applet capabilities of denoting specific video frames for annotators to seek to.
Request
Allow a
seekFrame
event to be emitted by applets and listened to by the annotation page, that will force agoToFrame(...)
call. This should not close the applet and the applet should have its frame information updated appropriately.The text was updated successfully, but these errors were encountered: