Plant-Tracer / webapp

Client and Server for web-based JavaScript app
GNU Affero General Public License v3.0
0 stars 2 forks source link

Improve tracking speed by loading the movie but not allowing it to play #433

Open simsong opened 2 weeks ago

simsong commented 2 weeks ago

It takes so long to get the first frame of a movie, that we should remove the capability to get frame-by-frame from the browser. Instead, we should just tell the movie to play but immediately pause (we know how to that) and not allow it to start playing again. (don't show the play button).