Skip to search.
p5glove · P5 Glove Community

Group Information

  • Members: 1483
  • Category: Hardware
  • Founded: Feb 21, 2004
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 353 - 382 of 3992   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
353 Carl Kenner
carl_a_kenner Offline Send Email
Jul 2, 2004
4:00 am
I have made two programs currently. One is an absolute mode driver replacement for the current relative mode one. The other is the "Direct Input" joystick...
354 Dale Kay
dale1kay Offline Send Email
Jul 2, 2004
5:50 am
Not for me but someone else, do MAC drivers exists? or anyone here using MAC with it? I did a search and saw a post about using a PC to calibrate it then plug...
355 roid
roidddddddd Offline Send Email
Jul 2, 2004
5:56 am
i havn't normally ANNOUNCED new additions to my site (you can just check the date last updated at the bottom), but i think there's a lot of interest in this: ...
356 Carl Kenner
carl_a_kenner Offline Send Email
Jul 2, 2004
12:54 pm
I have been looking for the Serious Sam patch, I couldn't find it anywhere. Will it work on the shareware version? I did eventually find the Black & White...
357 Brian Bagnall
bbagnall98 Offline Send Email
Jul 2, 2004
6:31 pm
Just out of curiosity, does the Black & White patch support all 5 finger movements, as well as X-Y-Z and R-P-Y?...
358 mzbyszynski Offline Send Email Jul 2, 2004
7:15 pm
Anybody interested in OSC should check this out. I'll be demo-ing Tim Kreger's p5 driver for Macintosh OSX as one of the many wonderful applications of OSC. ...
359 Tao Tao
o_otaotao Offline Send Email
Jul 3, 2004
10:23 am
Thanks. Because i found that my P5 glove application (written in delphi) will have memory access violation when P5 glove is not connected. Very disturbance >.<...
360 carl_a_kenner Offline Send Email Jul 3, 2004
5:34 pm
Do you mean when the glove is disconnected from the base station, or when the base station is disconnected from the PC? ... will have memory access violation...
361 Tao Tao
o_otaotao Offline Send Email
Jul 3, 2004
6:19 pm
base station is disconnected from the PC ... From: carl_a_kenner To: p5glove@yahoogroups.com Sent: Sunday, July 04, 2004 1:34 AM Subject: [p5glove] Re: P5...
362 Carl Kenner
carl_a_kenner Offline Send Email
Jul 3, 2004
7:08 pm
I've been working on a Spaceball emulator for the P5 Glove. It is currently partly done. I have managed to get it to recognise that there is a SpaceBall...
363 Carl Kenner
carl_a_kenner Offline Send Email
Jul 3, 2004
8:23 pm
If I understand correctly, Essential Reality has just been bought out by a company called AllianceCorner (http://www.alliancecorner.com/) in a complicated...
364 extemporalgenome
extemporalge... Offline Send Email
Jul 3, 2004
8:42 pm
... the "Direct ... driver ... driver. ... couldn't find ... Winmm32.dll file ... seen one ... know exactly ... doesn't ... use. ... keyboard, but ... trick to...
365 extemporalgenome
extemporalge... Offline Send Email
Jul 3, 2004
9:05 pm
... anywhere. ... Black & ... i own black and white, and in about a week i'm going to get a highspeed connection - if you know how, and tell me what i need to ...
366 extemporalgenome
extemporalge... Offline Send Email
Jul 3, 2004
9:12 pm
... finger ... it does support all five fingers, but at any time it only uses 2 of the position axes (x and y by default). however, the lack of a lot of axes...
367 extemporalgenome
extemporalge... Offline Send Email
Jul 3, 2004
9:14 pm
... that ... of the ... I just ... glove. ... 6DOF ... They ... you are ... and use ... at, ... the mouse ... modelling ... an ... your right ... and they ... ...
368 Carl Kenner
carl_a_kenner Offline Send Email
Jul 3, 2004
10:01 pm
Most Windows programs don't use DirectX at all. It is entirely possible to use the keyboard, joystick and mouse in a regular windows application without using...
369 Carl Kenner
carl_a_kenner Offline Send Email
Jul 3, 2004
10:03 pm
There is a good USB HID Delphi component you can use to detect what USB interface devices are plugged in, and it has events that fire when devices are...
370 Brian Bagnall
bbagnall98 Offline Send Email
Jul 3, 2004
10:57 pm
From: "Carl Kenner" <carl_kenner@...> ... Hi Carl, Just wondering how the Java wrapper for the dll is coming along, and where will we be able to...
371 Carl Kenner
carl_a_kenner Offline Send Email
Jul 4, 2004
7:33 am
The Java wrapper is not actually a wrapper for the DLL, it is the DLL. Rather than creating a second DLL which wraps the original P5DLL and exposes its...
372 extemporalgenome
extemporalge... Offline Send Email
Jul 4, 2004
7:41 am
does java run fast enough to support any advanced applications of the p5? i can definitely see it's use with web applets, but java isn't nearly as fast as c++...
373 extemporalgenome
extemporalge... Offline Send Email
Jul 4, 2004
7:52 am
well i have done some basic visual programming, so i do know you can access common devices without directX (like the mouse, keyboard, and joystick), i have no...
374 Carl Kenner
carl_a_kenner Offline Send Email
Jul 4, 2004
10:26 am
Simulating Device Input. Here are six ways I can think of: The first way of simulating device input is to write your own device driver. Device input always...
375 Brian Bagnall
bbagnall98 Offline Send Email
Jul 4, 2004
4:50 pm
... The API looks pretty easy to use. I just want to be able to read the 5 finger positions, Y-P-R and X-Y-Z. The X-Y-Z seems to be a bit of a problem from the...
376 Brian Bagnall
bbagnall98 Offline Send Email
Jul 4, 2004
4:54 pm
From: "extemporalgenome" <thenewparadigm@...> ... I think it's generally about 70% the speed of C++. My main interest in Java is to interact with leJOS...
377 Carl Kenner
carl_a_kenner Offline Send Email
Jul 4, 2004
9:48 pm
Yes. It should be fast enough. Java does have its own Virtual Reality library called Java3D which is designed especially for use with VR equipment. I wrote a...
378 extemporalgenome
extemporalge... Offline Send Email
Jul 4, 2004
9:53 pm
... for your ... the 5 ... reading ... reliable X-Y-Z ... single ... theoretically, don't you only need two led's to conclusively determine the position and...
379 extemporalgenome
extemporalge... Offline Send Email
Jul 4, 2004
10:09 pm
... device driver. ... much ... a ... written ... the Driver ... device ... from the ... input, ... function ... have never ... does it. ... input. This ... ...
380 extemporalgenome
extemporalge... Offline Send Email
Jul 4, 2004
10:12 pm
... Reality ... a hand ... up ... pull to ... support ... might well ... until brian threw up a figure, i had no idea how java compared to precompiled...
381 Carl Kenner
carl_a_kenner Offline Send Email
Jul 4, 2004
10:20 pm
I've just added a LedGeometricAccuracy array so you can tell how accurate a particular LED is at any given point in time. Unfortunately it requires at least 2...
382 eric vennettilli
ericvenn2000 Offline Send Email
Jul 4, 2004
10:52 pm
Messages 353 - 382 of 3992   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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