TUDelft-SPC-Lab / covfee

extensible web framework for continuous annotation and perception experiments.
https://josedvq.github.io/covfee
MIT License
0 stars 0 forks source link

Implement the video playback and connect to the annotation logic #18

Closed Kenneth-Funes-TU-Delft closed 7 months ago

Kenneth-Funes-TU-Delft commented 8 months ago

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.