Hi, I just bought some p5 gloves , but I can't use them, the gloves were plugged into the USB port, so the light turns on, but when I tried to move the cursor...
https://github.com/ezrec/libp5glove NO idea if still works. The P5 is now VERY antique hardware. I have used the P5 in my own java programs ages ago, but I...
lexds_1591, The p5 can be read as a standard USB device. You'll need to know the byte format though. What is your experience reading/writing bytes from a...
Good point! And that can be figured out pretty easily by getting the code from Killer Game Programming to run... ... -- Olaf Christ, Dipl. Inf, Dipl. Inf. ...
And here you go http://www.robotgroup.net/eric/p5glove/ everything you wanted to know! This shows you how to use the P5 with libusb. Have fun, Olaf ... -- Olaf...
Be sure that the base station is pointed at you with the LEDs pointed at you. The P5Glove uses infra-red camera tracking and follows the bright colored dots on...
Technicly, it isn't a camera. All it got is 2 directional light sensors, one measures direction in the vertical axis and the other in the horizontal axis. The...
Have a look at http://www.robotgroup.net/eric/p5glove/p5dump.c It's all very straightforward. /Olaf ... -- Olaf Christ, Dipl. Inf, Dipl. Inf. Research...
I found mine used for 5 bucks i just installed some of the drivers from this yahoo groups files. i installed the original drivers it didnt really work then i...
hi, I've tried many times compile it, but I can't the problem is p5dll.h library doesn't have some of functions, that's what I think Have you ever tested?...
Yes! I have used CP5DLL.java which uses p5dll. I was on windows back then, so I did not have to compile it myself. ... -- Olaf Christ, Dipl. Inf, Dipl. Inf. ...
Ok, I checked the files. Build.bat actually uses the GCC and there are only standard headers included. #include <stdio.h> #include <errno.h> #include <math.h> ...
Looks nasty! However, my money is still on the compiler. So, I'ill give the GCC a try. Also, there is the, unfortunate, possibility, that the code is badly ...
Hi, I actually already posted libP5Glove ... Anyway, it's always good to have alternatives Depending on what lexds_1591, libP5Glove might be the better choice....
Just keep in mind that there is more than one libp5glove version. I think the version lexds_1591 is trying looks maybe related to Jason's "original" version...
You're absolutely right! However, eventually, it's up to lexds_1591 to decide which version does it for him. /Olaf ... -- Olaf Christ, Dipl. Inf, Dipl. Inf. ...
Hmm, bit of a worry. https://www.virustotal.com/en/file/82f9966d9d1e0d23f3f6f0826394cb406d13db1643ce551721ea58d784eb6ab0/analysis/1363275025/ I just got this...
Dear list, Mac OS X Server, 10.6.8 P5 Glove using p5osc (Tim Kreger) p5osc says I do have a connection, although there's no data coming out. mac$ p5osc -d ...
Well this new Kinect API seems to be right up that track. This guy uses incredibly intuitively movements to model from scratch a rudimentarry 3D butterfly...
I have problems too with the P5 glove and win7 Windows uses his drivers, and left and right clicks works, but i can't have the mouse pointer moving ... i tried...