Of course, I am releasing the code with a modified bsd license which is compatible with the GPL. There should be a way for you do do this even without my help,...
Richard, I was told that the modified BSD and GPL can't co-exist because the GPL requires that all code that enters the build must be GPL too. That's why I'm...
hello and happy holidays everyone! i wrote to this list a few months ago asking about the possibility of using just the p5 glove without the base station to...
Hello everybody and happy new year ! It's been a while I'm using the official SDK on Windows to discover the possibility of the P5 glove. I now would like to...
You're right. Licensing under both licenses is not clear, even though the GPL website states some compatible licenses. Now I am contacting a copyright holder...
Richard, Do I need the inversion code just to do the Kalman filtering? As I said previously, I will not be using the openGL 3D hand. I only want to smoothing...
You do need the inversion code for the Kalman filtering of the position because the Kalman algorithm requires it. I have put the new source in the files...
Hi I just got a p5 glove and I 'm trying to play call of duty 2. it works but the handeling is not right, i tried to play with the setup but no succes. if you ...
Where can I find a good documentation for PIE ? I 'm looking for a documentation about scipts in PIE. I also look for a function that allow me the write a...
Unfortunately, it doesn't work, down to the driver level, if you have certain other HID devices hooked up to the system. I learned this the hard way, as the...
hi, i'm currently working with p5 datagolve, using driver beta 3, in vc++ 6, but i can't calibrate the 'roll' (pitch yaw roll) of the movement. The position...
Ok i'll check that, But the problem is that i can't control the rolling, because suddenly it turns anywhere and i don't know why thanks ... -- Angelo Cabrera...
Just a wild stab in the dark, but could this be some sort of Euler angle/gimbal lock problem? c.f. http://en.wikipedia.org/wiki/Gimbal_lock Cheers, John :^P ...
i'm not really shure about that, i'm still doing some test.... now i had changed the code for this one: ** *float pitch = p5->getPitch();* *float yaw =...
Hi again, does the p5glove has some method or function to evaluate the fingers separation between each other? thanks -- Angelo Cabrera M. +56-92594454 ...
I'm afraid not. For that you need a CyberGlove[1], and they cost about 10-100 times as much as the P5. A nice piece of kit, though. Cheers, John :^P [1]...
I'm assuming you mean "whose email addresses *have been* stolen." ;) Anyway, that may be the case, but "technologiupdates" certainly doesn't sound like a real...
You could try just using the rotation matrix directly. // Use this near the start of the program P5_SetFilterMode(P5_FILTER_AVERAGE); P5_SetFilterAmount(10,...
Gosh! I got something right!! You may want to adjust the number of frames which are averaged together to calculate rotation, and you may want to use...
Hi, There is a way to do that in MIDI and that function is portamento. It's somewhat similar to a pitch bend but it's more of a slide than a bend. The initial...