sparklemotion
sparklemotion copied to clipboard
:sparkles: Support showing video from an external sources
Useful for supporting any video in, not just cameras. Think resolume, other VJ suites.
Could grab frames, push them into a pixel buffer, and then provide it via the plugin system to any show.
Outstanding work:
- [ ] JVM
VideoProviderimplementation - [ ] Pick source (remotely)
- [ ] Push video preview stream to clients
- [x] What does the help code look like? Call with function with injected uv?
uniform sampler2D vidIn;vsuniform vec4 vidIn;vsvec4 vidIn(vec2 uvIn);