jean343 / Node-OpenMAX

Node wrapper for the OpenMAX library
https://www.npmjs.com/package/openmax
MIT License
16 stars 5 forks source link

A few issues with the examples #6

Closed skerit closed 6 years ago

skerit commented 7 years ago

So I tried the PerfRender file you suggested to test out scaling and such, and that works! :+1:

I am running into a few issues, though:

Also:

jean343 commented 7 years ago

About the 'out of bound' issue, try changing the width and height to the size of your monitor, I do adjust the videos to that dimension.

Any example with gl in the name uses the experimental OpenGL library and they are not fully functional, I should add experimental in their name. I do believe they leak GL ressources, and you have to restart the PI to get them working again. It's worst if we kill the software with ctrl+C, try letting the video finish instead.

I will try SimpleVideoDecoderRenderTunnel.js when I get a chance. I believe it worked last time. Try restarting your PI and try again.

jean343 commented 6 years ago

If you don't mind, I will close this bug, if you have more info, please feel free to re-open.