Hi,
I’m really interested in working in v4 with Freeframe/OpenCV SDK and doing image processing experiments with it.
However, I’m running into a bit of a problem installing my freeframe nodes.
I took the Contour example, changed it’s node ID and name and recompiled it.
Then I copied it to the freeframe directory. Nothing showed up in v4.
I tried dropping it onto a v4 patch, Nothing showed up.
good to finally hear from someone who dares to freeframe.
if you drop your .dll on a patch and the node doesn`t show up there is a problem with the .dll
if you open a Renderer (TTY) you should see an according message. hard to tell what the problem is though. if you really changed nothing but the ID and name… hm. try not changing the name of the .dll. compile it to Contours.dll and see if that works. i know that sounds strange but i had such a problem once.
Hey all,
Finally got a chance to work on freeframe.
The problem was that i downloaded the Contour example but didnt install freeframe. I think the problem was that I didn’t export plugMain…
Well, it works now. Thanks!
Ben
PS. Not being able to split DirectX streams is a pain… I can;'t really recommend it to my girlfriend because she mostly interested in video processing… Damn, I’d love to hack on v4.
Anonymous:
halo ben.
good to finally hear from someone who dares to freeframe.
if you drop your .dll on a patch and the node doesn`t show up there is a problem with the .dll
if you open a Renderer (TTY) you should see an according message. hard to tell what the problem is though. if you really changed nothing but the ID and name… hm. try not changing the name of the .dll. compile it to Contours.dll and see if that works. i know that sounds strange but i had such a problem once.