-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to destroy a videoprocessor #10
Comments
Good question - I'll need to implement something to allow a video proc to be cleanup properly. With regards to changing filters, would you prefer to be able to leave the videoproc instance around and clear existing filters and add a new one instead of going through reinitialization again? |
That would be ideal.
That would be needed eventually... |
Yeah, I'll leave this issue open until the cleanup stuff is taken care of. I have exposed the filters array from the processor returned from the processor.filters = [ require('bluefilter'); ]; NOTE: At this stage you can't modify |
I'd like to be able to switch a videprocessor from a grayscale filter to a blue filter (I've already coded up the blue filter).
However I'm unsure how I destroy the videoproc instance to make way for the new videoproc instance with the new filter.
The text was updated successfully, but these errors were encountered: