I would like to know if it's possible, in C/C++, to launch an application and grab its standard video output?
The goal of this would be to grab the buffer of an application, and use it as a texture for a grid of vertex with special texture coordinate (in order to project it in a FullDome)?
I'm developing under Linux.