noob question... jit.freenect.grab to cv.jit objects

nystagmus's icon

So I am aware of having to convert the jit.freenect using : https://cycling74.com/forums/connecting-depth-image-from-jit-freenect-grab-to-cv-jit-objects ....but i'm having trouble linking them together.....could you in specific tell me where they should be linked? If it could reroute back to the jit.freenect viewer that would be easiest

thanks!

cap10subtext's icon

2 points:

1) Viewer? I you don't know the name of an object, right click or opt click the object to get the name from the help patch. Do you mean connect back to the jit.pwindow?

2) just about every cv.jit object is different, has different functions and helps perform different tasks, so which one are you using, what are you trying to accomplish, what have you done so far (post a patch)?

You'll likely get more helpful responses.

marta_verde's icon

Try to convert the output matrix from jit.freenect to a jit.matrix 4 char type matrix
It works for me¡

nystagmus's icon

edit: will report back in a sec

2686.ScreenShot20111002at12.59.31PM.png
png
cap10subtext's icon

Your cv.jit objects are not installed correctly. The yellow interior indicates a "bogus" or missing object. Check your max window and you should see it flooded with error messages (command m).

Not sure if you realized they are a third party library. If you haven't downloaded and installed:
http://jmpelletier.com/cvjit/

nystagmus's icon
Max Patch
Copy patch and select New From Clipboard in Max.

i have them installed, i'm also curious if erode is a good one to start off with....are there any examples of patches using cv.jit? heres what i have right now-