processing in resolume...
in
Integration and Hardware
•
5 months ago
Hi guys i was playing with this plug i found in vvvv site...
it,s pretty cool , a sort of syphon for windows , it works so great between resolume and vvvv . i was wondering if it would be posible to use it in processing and if so if you could give some hint to do it . cheers thanks in advance...
here the instrucctions for share with this plugin other soft....
For those who want to connect other stuff than VVVV
The Texture Information (Resolution, Share Handle) is transmitted to the plugin via Shared Memory.
The shared memory's name can be set in the plugin's parameters. The Data structure is as follows:
struct DX9SharedTextureInfo { UINT16 width; UINT16 height; HANDLE shareHandle; };
2