-
complexPolymorphic
Hi guys, does someone knows a library to do full body tracking in PD? Maybe some library that works with multiple blobs?
I need it to control Animata through OSC...
I can use even a good external software to do body tracking, does someone have some advice?
Thanks for your help.
EDIT: I didn't know where to post this, so if it's wrong section change it
-
complexPolymorphic
Hi guys, I want to install PD-extended 0.42.5 on Ubuntu 11.10 64 bit, but I have some problems...
To install 64 bit of PD, i download and install PD version of Lucid (the only version for 64 bit linux system)... I install it without issues, but when PD starts, it give me an error, so i can't use GEM libraries:/usr/lib/pd-extended/extra/pdp/pdp.pd_linux: libquicktime.so.1: cannot open shared object file: No such file or directory
pdp: can't load libraryIt worked nice on Ubuntu 10.10 and 11.04, but it doesn't in 11.10, I installed libquicktime and all other libraries for video...
I tried the new beta version (0.43.1), and it works well, but 0.43 is in beta version and it hasn't a lot of libraries (such as pdp and math objects)
I Tried even to compile the Linux package of PD, but it gives me a lot of errors...
Someone know how can i fix this?
Do you suggest to install 0.43 and load externals for pdp and math objects (and other stuff that doesn't work)?
Thanks a lot -
complexPolymorphic
Do someone know if PSmove can work on Mac OS X or Linux (Ubuntu 11.10 on kernel 3.1) and with PD?
-
complexPolymorphic
Hi there, guys, I have a problem with Gridflow tutorial...
I want to read Gridflow tutorial, but none of objects in gf_tutorial_info.pd does work (red dotted outline)... they are pddp objects to open gridflow tutorials...
pddp_open GridFlow-1
... couldn't create
pddp_open GridFlow-2
... couldn't create
pddp_open GridFlow-3Now there are tutorials for pure-data from 1 to 9 that I can found in gridflow/doc/tutorials, but I can't find gridflow tutorials (from 1 to 9)... I am interested in live video tutorials...
Is it a known issue? There is an another way to learn Gridflow (online tutorials or manuals)?
(Sorry for my bad english eheheheh)Thanks a lot guys
-
complexPolymorphic
Hi there, guys, I am a new user of this forum and i hope that I can help and be helped
this is my first question
The object PIX_WRITE can snap an image from current buffer and save that image. Now I was wondering how can I save that picture in JPEG instead of TIFF? I tried everything as message boxex, but nothing... it save images only in TIFF...
Second question
The object PIX_BLOB "calculate the "center-of-gravity" of a certain (combination of) channel(s).
You can choose the combination of channels used for the calculation by changing the <mode>. Valid modes are: 0(gray)(default), 1(red), 2(green), 3(blue), 4(alpha)"
How can I choose that combination? I tryed every type oh messages, but nothing, only channel grey (defalut) work... idea?
Thanks a lot guys