... You're right, it's probably not so much an error in your program as a compatibility problem. As soon as I start Pie.exe I get only a dialog window titled...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the p5glove group. File : /_PIE_018.rar ...
p5glove@yahoogroups.com
Jul 3, 2005 3:10 am
2186
I uploaded a new version of PIE! Sorry it is a RAR file, but it kept timing out when I tried to upload the 850K ZIP file. So instead you have a 650K rar file....
You can now download PIE (in a zip file) from my new website: http://geocities.com/carl_a_kenner/pie.html It's not much of a web page, but it's better than...
all cool Carl... I'll try to make sometime between recording to download/read and check it out... Winrar is a good choice, you can also split zips up too. ...
Hi, I get the same thing on FC2 kernel 2.6.9. I've heard the problem has to do with some change on USB handling from kernel 2.6.6 or something on, so the more...
Try changing "usb_bulk_read" to "usb_interrupt_read" in the libp5glove source code and recompiling. I think you are using an old version of libp5glove. ...
Yes, Essential Reality isn't completely dead! And I have proof! They just sent me an email! Good on them! And their infamous forum is back up after many years...
Okay, Hello all, I'm back again :) I have been restyling my thesis for a while and now that that's almost done I am focussing on getting the P5 to do what I...
I believe I have found the problem with the non-linear in the undefined corner of my program... Turns out that the equations I used made 90* angles instead of...
I'm currently adding support for vectors to PIE. I will probably add rotation matrices too. So far I have got vectors working OK, except you can't access their...
Woow, Carl, that was really thorough! I'm really pleased with the help I'm recieving here. Thank you very much for the advice, I am now working on setting up...
I've been working on making sense of the finger bends in real world units. It's trickier than it looks. I got out my protractor, stuck some lines on each...
Awesome job Carl. I have to ask, what do you have a major in? -Chris ... From: Carl Kenner To: p5glove@yahoogroups.com Sent: Tuesday, July 12, 2005 8:24 AM ...
hi I finally got the glove in the mail. So I fired up the computer and put in the driver disk and got the glove calibrated. Fine. Then I told the calibration...
It needs to be able to find the Dual Mode Driver, but it is finding a different version of P5DLL.DLL instead. You need to either put the Dual Mode Driver's...
Carl Thanks. Yup. I dragged the dll into the debug folder and ran the executable instead of through the ide. And it ran fine. I guess I don't understand why....
Carl That was what gave me the original problem. Perhaps I am not doing something right? I put the dll in the project folder in the same way as I always do...
If you put the DLL in the system directory then it will be used by every application, except those that have a copy of the old Essential Reality DLL in their...
ok this is weird. Now it runs even in the IDE. The only thing I did was copy the dll into the debug folder. Normally I just leave the dll in the project folder...
Thanks, swr_dmaster, for the math. I am definitely going to try it in a script! Your reasoning about this problem is (in my opinion) completely correct,...
Carl following your good instructions I put the program below together. However, when I ran it, I was not getting any values printing out for the thumb. Then I...
The next version of PIE will have vectors, rotation matrices, cross product and dot product operators, Length, Normalize, AngleBetween, Determinant, Transpose,...