LiveSplitOne icon indicating copy to clipboard operation
LiveSplitOne copied to clipboard

Video Auto Splitting

Open CryZe opened this issue 5 years ago • 2 comments

While "normal" auto splitting won't work in the web version, what can actually work is video based auto splitting. The web has a fairly easy to use screen capturing API, which we could build this on.

CryZe avatar Apr 22 '20 11:04 CryZe

The image comparison portion of this (and deciding whether to split based on that) sounds like something that livesplit-core should handle.

wooferzfg avatar Apr 23 '20 20:04 wooferzfg

Yeah absolutely. For the sploosh kaboom capturing opencv.js was used and it was really slow, so we absolutely want to do this in WASM or the GPU.

CryZe avatar Apr 23 '20 20:04 CryZe