Currently the annotation logic, as implemented in #15 , is connected to a "Dummy" video playback logic found on index.tsx under the comment Dummy Video fuctionality (please ignore typos). That logic needs to be deleted, and the functions in the section under the comment Video playback fuctionality need to be implemented using the actual video player object.
This issue is only about linking the video playback logic with the annotation process. It does not relate to video switching, which I suggest to handle in a separate issue.
Currently the annotation logic, as implemented in #15 , is connected to a "Dummy" video playback logic found on index.tsx under the comment
Dummy Video fuctionality
(please ignore typos). That logic needs to be deleted, and the functions in the section under the commentVideo playback fuctionality
need to be implemented using the actual video player object.This issue is only about linking the video playback logic with the annotation process. It does not relate to video switching, which I suggest to handle in a separate issue.