openvolley / ovscout2

An R Shiny app for scouting volleyball data files
https://ovscout2.openvolley.org
Other
5 stars 1 forks source link

Capturing video #1

Open ick003 opened 2 years ago

ick003 commented 2 years ago
raymondben commented 2 years ago

I'm not too sure about this side of things yet. We'll need to figure out a way to stream from some device (ipad or phone ideally, but even laptop with webcam). This Shiny app will either capture that stream to use, or some other process will capture the stream and spool it to disk, and this app reads the video file. Will need to think about video file container format here, since some are not readable until the file has finished writing (e.g. mp4). Presumably that stream can indeed be directed elsewhere as well.

raymondben commented 2 years ago

Might even make sense to stream direct to YT or similar, and this app reads from there? An option to explore.