habbes / xaval

Interactive web-based playground for computer vision exploration and experimentation
https://xaval.habbes.xyz
5 stars 0 forks source link

Don't start video stream if video is not playing #71

Closed habbes closed 6 years ago

habbes commented 6 years ago

The stream returned from video.getStream() starts automatically even when video is not playing, and without regard to the autoStart option. It should play the returned stream only if the video is already playing and autoStart is true.