-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cannot read property 'getImageData' of null #27
Comments
Can you post a little sample app that reproduce it? Did you see the note about the limitations of the opacity range in the output of webm-writer? It'll only be useful for niche applications I think. |
Same here, and also with Threejs I capture main renderer canvas. Everything works fine until i set A tried to disable Sorry, but unfortunately i can't show you app example. It's project from my job. @thenickdude Any suggestions? Maybe i could do some tests to find out the problem, if you willing to help. |
Make a minimal test case that reproduces it, I'm not building a three.js project from scratch so that I can investigate. |
And before you even bother, make sure you understand the restrictions that prevent the resulting video being either fully opaque or fully transparent, which makes this feature pretty close to useless. |
The writer works fine until I pass the
transparent: true
prop. With it, I get an errorUncaught (in promise) TypeError: Cannot read property 'getImageData' of null
hereI'm using a three.js canvas with an alpha property. There shouldn't be a problem with it since I am able to take transparent images of the canvas manually. Any help?
The text was updated successfully, but these errors were encountered: