FaceOSC

crispypancakes's icon

is there an object that will take data from FaceOSC for windows as I cant use osculator yet. any ideas?

DJ's icon

Hi!
You can receive data from FaceOSC through:

[udpreceive 8338]

Good luck,
Johannes Kretz
www.mdw.ac.at/zimt

crispypancakes's icon

hi man, thank you, yep i got that far, but i'm only getting nostrils, how do i get all the facial data to come through?

any help would be great!

dtr's icon

> i'm only getting nostrils

that must be the most surreal phrase yet on this forum ;)

i'm not using faceosc but i bet you need to use a [route ...]
what do you get when putting the udpreceive output into [print]?

crispypancakes's icon

haha nice one :-)

now i'm getting the full packet which is giving me one string and two integers, but i'm unsure how to proceed now, i assumed thered be a whole load of number data.

the help for OSC is a bit vague and i'm really looking to get involved in it.

the (udpreceive 8338 a) gives the message (FullPacket 404 461865192) but changes here and there with my head movements.

dtr's icon

hmm can't help you with that. usually osc messages look something like:

/face/nostril x y z

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

try this:

crispypancakes's icon

you truly are the man!!!

had downloaded the OSC package from CNMAT but was a bit perplexed with what to do with it tho.

I'll mess around with this thank you!

DJ's icon

my pleasure...and thank you for pointing me to the FaceOSC software! its pretty amazing!
Cheers,
Johannes

crispypancakes's icon

I'm finding the values given out of the route object work quite well once scaled, it is ace.

mistermanugo's icon

Hello everyone,

I tried Dj's patch but the print message is saying me that:

bind to port 8338 unsuccessful.
there is probably something already bound to this port.

Could someone help me please ?

Thank you

mistermanugo's icon

Another question: if something is already bound to this port, how can I know what it is ?