Kinect for windows (7)
Now that windows is going to be issueing a SDK for kinect - and we already have the openNI drivers for kinect on windows
Could sombody, pretty please with sugar and sprinkled chocolate heroin on top; please make some objects for Max/Jitter on Windows
Sincerly. Eds
hi...
that i know theres a couple of choices for max-win users..
OSCleton to track skeleton points that you receive in max via OSC
and
Kinect Virtual Camera, you get Zdepth image with jit.dx.grab...
all the process is after you...
good luck!
about the virtual camera solution i've succesfully test with max this one:
Ive been using the OSCeleton bridge, but didnt know about the virtual camera
Thanks alot :)
I installed the bat file - and got a "installed successfully" message
but the grab object isnt showing anything
any suggestions?
Did you follow this too?
It's necessary for the kinect to work.
FRid
BTW. Does anybody know if there has been a date set for the the sdk/drivers release? I keep my fingers crossed for xp but i have a feeling that's not gonna work.
edit: posted the wrong link. It's ok now.
Yeah I already got all the drivers up , and OSCeleton is working fine in Max
Just cant get the grap object to show anything
theres diferent drivers for kinect in windows...
i think you need to change it to use e2esoft... and if you want then use OSCleton you need roll back to the other drivers again...
That´s a bummer
Wanted to use both :(
hi
thanks to your advices ive been able to get depth image in max msp (windows) using these drivers https://github.com/OpenKinect/libfreenect/tree/ (inf are already there, no need to compile anything)
now ive got this rainbow image wich is quite prety but how could i get it back to a simple b&w plane so i can use a simple threshold (before those cv stuffs) ?
what jitter objects would i use ?
and is there a way to open dx.grab and get depth values (without going inte the settings menu)
thanks for your help !
ok then
ive done this patch
it outputs a one plane float32 matrix
there's a little error when jitter cells value reach 1, before it get further
not that big trouble to me
this one solve the == 1 problem :
im still looking for a way to get depth mode at startup
Hi... I cant check your patch,, but did you manage to get oscleton and depth image with a virtual driver using the same kinect drivers?
Interesting question about changing camera settings from the patch... Maybe some jitter guru can bring light...
Thanks!