it's up on github https://github.com/uberact/VVVV.Packs.RSSDK
note that it currently blocks vvvv's mainloop and the intended multithreaded pipeline in the documentation doesn't work at all. also putting the whole acquire frame and release frame pipeline in another thread will just make ReleaseFrame() throw an access violation error. retrieving data is tedious and over complicated too.
Yes, I know, hooray for Intel devs -.- ... Have you taken a look at the Unity implementation? That comes quite close to vvvv's Node-model, I think. At least I used that as base for the PCSDK plugin.
But thanks for making it available!
woohoo, will you share that when it's finished?
it's up on github https://github.com/uberact/VVVV.Packs.RSSDK
note that it currently blocks vvvv's mainloop and the intended multithreaded pipeline in the documentation doesn't work at all. also putting the whole acquire frame and release frame pipeline in another thread will just make ReleaseFrame() throw an access violation error. retrieving data is tedious and over complicated too.
Yes, I know, hooray for Intel devs -.- ... Have you taken a look at the Unity implementation? That comes quite close to vvvv's Node-model, I think. At least I used that as base for the PCSDK plugin.
But thanks for making it available!