Rene Hollander

Results 31 comments of Rene Hollander

I think I fixed the first issue on line 1127 in openvg.cc, but the unwrap is still causing problems.

Did you make sure that X is not running? You can try to debug the app with gdb. For that you need to create a debug build of the library...

I have never seen this error. You don't need a special driver. Only the videocore libraries that are installed in `/opt/vc`. Somewhere in the `/opt/vc` directory are examples. Can you...

My plan was to get [luismreis/node-openvg-canvas](https://github.com/luismreis/node-openvg-canvas) running. Here is my current effort: [ReneHollander/node-openvg-canvas)](https://github.com/ReneHollander/node-openvg-canvas). I don't know if it works, because I only worked on it in september and can't remember...

I was not able to render an OpenMAX video to an OpenVG image correctly and gave up. After that I tried to get [skia running on the Raspberry Pi](https://groups.google.com/forum/#!topic/skia-discuss/K46AR6CeuAc), but...

The problem I had, was that I could not scale the OpenVG image of the video without the video disappearing. It works with OpenGL ES, and that is why I...

You can directly stream the output of the VideoDecode OpenMAX component to an EGL Image that gets rendered with OpenVG. This will be handled entirely by the VPU and will...

Here is my code that renders a video directly to an EGLImage. It is a mess, but if you remove all the skia stuff, and look at the commented code,...

> Contributor License Agreement (CLA) has been signed Unfortunately I can't sign this and I need to run this through my companys legal team first. I might just file this...

Updates this PR with some extra scan performance improvements. I got rid of all unnecessary syscalls and managed to get a 100x speedup scanning my library for new files. Also...