Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video streaming #249

Open
sumanthyedoti opened this issue Oct 30, 2021 · 0 comments
Open

Video streaming #249

sumanthyedoti opened this issue Oct 30, 2021 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@sumanthyedoti
Copy link

sumanthyedoti commented Oct 30, 2021

  1. Is it possible to stream a video with Stream?
  2. What is the maximum framerate a Stream can 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?

@crertel crertel added enhancement New feature or request question Further information is requested labels Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants