There’s a file called opencv_world341.dll in your downloaded opencv\build\x64\vc14\bin
copy that to the touch project alongside the other dll file and it should work
I am guessing this must have to do with TD 088 vs 099 CPlusPlus TOP changes. But would like a confirmation so that I can convince my employer to get a 099 license.
At the bottom of the Github page it says
“You also need the latest version of Touchdesigner, which at this moment is 2018.25000”
I just got it working in 099 with zero issues.
FYI: I tried and failed getting this file to work in the new version 2019.16600
It has something to do with the dll. but I can’t figure out why. It just crashes before the network even opens.
I just grabbed my master branch and tried it out with the latest Stable release branch.
If you run the cpp.toe, it will crash, because the release was compiled against an older header.
But if you use the custom-op.toe, it seems to work just fine, given that you have placed the custom op in the correct folder.
We are actually going to do a minor release today or tomorrow. We are dropping support for the cplusplus top version, since it has been completely replaced by the custom operators.