Theodore Watson

Results 149 comments of Theodore Watson

what version of GCC / MingGw are you using? it might be worth checking the "network" tab of this project as some of the branches are more up to date...

Hi apologies! Trying to get back on top of VI stuff If you would like to submit a PR I will merge it in. All the best! Theo

Thanks Davide! We can take a look and see what's in Madeline's example that we can add or do a example-linux as suggested.

that could be because we only do RGB output. we're you trying to get YUV2 output? VI can handle a range of YUV inputs but it converts them to RGB...

Also got another report of this in #12 - Not sure if you have a patch that figures out the Bytes Per Pixels based on media types. If you do...

Going to ping @ofZach @LingDong @golanlevin on this thread and see if there are any examples that students often ask for.

Thanks @ofZach these are great! 👍 Been thinking that we should maybe just integrate the FBO read back from: https://github.com/satoruhiga/ofxFastFboReader into ofFbo. The code is quite minimal and it would...

@ofZach - [some thoughts on fbo readback here.](https://github.com/openframeworks/openFrameworks/issues/7111) Found an approach that seems faster than the ofxFastFboReader addon. https://github.com/openframeworks/openFrameworks/issues/7111