Search the web
Sign In
New User? Sign Up
p5glove · P5 Glove Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2537 - 2582 of 3927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2537
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 El-Hachem
richard_el_h...
Offline Send Email
Jan 1, 2006
8:21 pm
2538
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...
Robert Oschler
robertoschler
Offline Send Email
Jan 1, 2006
8:53 pm
2539
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...
Stephen DiVerdi
stevediverdi
Offline Send Email
Jan 3, 2006
4:11 am
2540
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...
Bertrand DOURNON
bdournon
Offline Send Email
Jan 3, 2006
9:24 am
2542
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 El-Hachem
richard_el_h...
Offline Send Email
Jan 3, 2006
7:57 pm
2543
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...
Robert Oschler
robertoschler
Offline Send Email
Jan 3, 2006
8:51 pm
2545
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...
Richard El-Hachem
richard_el_h...
Offline Send Email
Jan 4, 2006
8:03 pm
2546
Richard, Giant thank you! Robert...
Robert Oschler
robertoschler
Offline Send Email
Jan 4, 2006
8:34 pm
2547
I think you can specify the range with P5Motion somehow. P5Motion has the full source code so you should be able to work it out....
Carl Kenner
carl_a_kenner
Offline Send Email
Jan 5, 2006
3:52 am
2551
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 ...
Zai Andrei
andreyvsjoker
Offline Send Email
Jan 7, 2006
9:39 pm
2552
If you try using PIE then you can set controls to whatever you want. But you have to write scripts which can be tricky. ...
Carl Kenner
carl_a_kenner
Offline Send Email
Jan 8, 2006
12:11 am
2553
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...
Dran Duncan Dane
dran_duncan_...
Offline Send Email
Jan 9, 2006
8:15 pm
2554
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...
Chris
raptor1ck
Offline Send Email
Jan 9, 2006
11:00 pm
2555
Sorry, I haven't implemented that yet. But you can try this though: p5.buttonA => shift+h, e, l, l, o, space, shift+w, o, r, l, d...
Carl Kenner
carl_a_kenner
Offline Send Email
Jan 10, 2006
12:02 am
2560
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...
Angelo Cabrera
jebuscl
Offline Send Email
Jan 17, 2006
9:08 pm
2561
OpenGl uses a different coordinate system with Z in the opposite direction....
Carl Kenner
carl_a_kenner
Offline Send Email
Jan 18, 2006
4:07 am
2563
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...
Angelo Cabrera
jebuscl
Offline Send Email
Jan 18, 2006
6:13 pm
2564
Does this group have a moderator who can unsubscribe this spammer? J :^P ... -- John Pallister john@......
John Pallister
synchr0mesh
Offline Send Email
Jan 18, 2006
9:54 pm
2565
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 ...
John Pallister
synchr0mesh
Offline Send Email
Jan 18, 2006
9:58 pm
2567
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 =...
Angelo Cabrera
jebuscl
Offline Send Email
Jan 19, 2006
3:18 am
2568
Hi again, does the p5glove has some method or function to evaluate the fingers separation between each other? thanks -- Angelo Cabrera M. +56-92594454 ...
Angelo Cabrera
jebuscl
Offline Send Email
Jan 19, 2006
3:19 am
2569
Some spam comes from real members like roidddddddd whose email addresses are stolen....
Carl Kenner
carl_a_kenner
Offline Send Email
Jan 19, 2006
3:25 am
2570
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]...
John Pallister
synchr0mesh
Offline Send Email
Jan 19, 2006
3:26 am
2571
Thanks for your answer john! ... -- Angelo Cabrera M. +56-92594454 Ingenieria Informatica - USM...
Angelo Cabrera
jebuscl
Offline Send Email
Jan 19, 2006
3:31 am
2572
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...
John Pallister
synchr0mesh
Offline Send Email
Jan 19, 2006
3:39 am
2573
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,...
Carl Kenner
carl_a_kenner
Offline Send Email
Jan 19, 2006
3:56 am
2574
No, but I've been wondering what would happen if you used one of the other bend sensors sideways on a finger in addition to its own bend sensor....
Carl Kenner
carl_a_kenner
Offline Send Email
Jan 19, 2006
4:13 am
2575
thanks carl, now the movement is the one that i expected :) ... -- Angelo Cabrera M. +56-92594454 Ingenieria Informatica - USM...
Angelo Cabrera
jebuscl
Offline Send Email
Jan 19, 2006
4:06 pm
2576
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...
Carl Kenner
carl_a_kenner
Offline Send Email
Jan 20, 2006
6:21 am
2582
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...
maestro_of_pianoforte
maestro_of_p...
Offline Send Email
Jan 20, 2006
12:26 pm
Messages 2537 - 2582 of 3927   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help