scenic
scenic copied to clipboard
Video streaming
- Is it possible to stream a video with
Stream? - What is the maximum framerate a
Streamcan handle?
As the documentation says:
if we were to make a copy of bitmaps every time a single pixel was changed, that could become quite slow. manipulates individual pixels quickly and without making a copy, breaks the immutable, functional model of Erlang/Elixir
Is it possible to achieve mutation of individual pixels without a copy, with an optional argument for experimental/special cases?