Hello,
not sure if this should go to this list or to the "dev" list...
Running Ubuntu studio 10.04 64 bit, I have a problem with the reacTIVision client in Pure Data (extended, 0.42.5-2). Trying to put the client on the canvas, gives the message:
"/home/menno/pd/TuioClient.pd_linux: /home/menno/pd/TuioClient.pd_linux: wrong ELF class: ELFCLASS32"
Seems like it was built solely for 32 bit systems? I really do not know how to resolve this, or how to build a working pd-client from the source.
Attached is my attempt to build an alternative client, using mrpeach [udpreceive] and [unpackOSC]. This works, however the problem is with 'addObject' and 'removeObject' messages that the regular client gives. In what I built now, this only works if there is only 1 fudicial in sight. Updates keep on going so work fine with multiple fudicials in sight of the camera. In example 2, I have tried resolving this by creating an [inlet] to determine which fudicial number this client is for. However, using multiple clients is of no use, because the [updreceive] object can only be used once, multiple copied will not output data.
Any ideas either on how to resolve the initial issue, or how to improve this alternative idea for a reacTIVision client?
Ciao, Menno.
Hi,...
Am Freitag, den 05.11.2010, 11:57 +0100 schrieb Menno van der Woude:
Seems like it was built solely for 32 bit systems? I really do not know how to resolve this, or how to build a working pd-client from the source.
The Tuio Client for Puredata[1] contains a "source.zip". Simply unpack it and run "make" in this dir. That should do it. Maybe you have to install some additional devel-packages.
best regards
Stefan
[1] http://prdownloads.sourceforge.net/reactivision/TUIO_PureData-1.4.zip?downlo...
Stefan,
thanks a lot, that immediately worked! The documentation for reacTIVision and related packages (e.g. portvideo) is very elaborate. For example I cannot find an example for the xamera.xml file, and here the option dialog does not work.
However, thanks a lot, this does get me going!
Regards,
Menno.
On Fri, Nov 5, 2010 at 1:52 PM, Stefan Jensen sjensen@versanet.de wrote:
Hi,...
Am Freitag, den 05.11.2010, 11:57 +0100 schrieb Menno van der Woude:
Seems like it was built solely for 32 bit systems? I really do not know
how
to resolve this, or how to build a working pd-client from the source.
The Tuio Client for Puredata[1] contains a "source.zip". Simply unpack it and run "make" in this dir. That should do it. Maybe you have to install some additional devel-packages.
best regards
Stefan
[1]
http://prdownloads.sourceforge.net/reactivision/TUIO_PureData-1.4.zip?downlo...