Offscreen OpenGL rendering (SDK)

Hi,

is it possibly to render a Vuo composition to an FBO or buffer with OpenGL? I did not find any methods related to this in the SDK.

Thanks,

Tamas

Tamas,

The way we recommend using Vuo to process images is to publish input and output image ports. For example, see the “RunImageFilter-Cocoa” example code in the SDK.

Okay, thanks!