Glovepie and Lockon
Vuzix Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Glovepie and LockonExpand / Collapse
Author
Message
Posted 1/9/2009 5:27:01 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/20/2009 4:12:10 PM
Posts: 3, Visits: 18
Hi All -

Please help - I've seen on You Tube how great the VR920, Lock on and Glovepie all work together and I want in! Can somebody please give me some simple instructions on how to get it all working?

I have version 0.29 of Glovepie, it does not appear to have a VR920 directory, which I noticed was referenced in another post? I've copied a number of scripts into the first page of glovepie and pressed run, then I've ran Lock on, however the emulation does nothing - Nothing happens?

Please please please help!

Cheers -Dave


Post #3892
Posted 1/11/2009 8:37:06 AM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 2/24/2010 7:46:24 AM
Posts: 43, Visits: 114
There seems to have some problems with the 0.30 version that why it is not available. But I'm sure someone can help you to have a 0.30 version. So, the other way is to wait that Carl Kenner release again the 0.30 version.

For HELP, here is my script used in Lock On Flammings Cliffs. It is pretty simple and efficient. it didn't include the center function but you can do it with the doc of GlovePIE.


// Script frameRate
PIE.FrameRate = 120Hz

//if FakeTrackIR.ProfileID=3EAH then
//Lock on 1.12b
//Configuration

// Variable
var.deadzone = 2
var.no_active_zone = 2
var.yaw_sensibility = 1
var.pitch_sensibility = 1.8

// Ignore change in no_active_zone
if ( Abs(vr920.Yaw - var.MoyYaw) > var.no_active_zone ) then
var.MoyYaw = floor(var.yaw_sensibility*(Smooth(vr920.Yaw,10)))
end if

if ( Abs(vr920.Pitch - var.MoyPitch) > var.no_active_zone ) then
var.MoyPitch = floor(var.pitch_sensibility*(Smooth(vr920.Pitch,10)))
end if

// On applique la deadzone
if ( var.MoyYaw > var.deadzone ) then
FakeTrackIR.yaw = var.MoyYaw - var.deadzone
else if (var.MoyYaw < -var.deadzone) then
FakeTrackIR.yaw = var.MoyYaw + var.deadzone
else
FakeTrackIR.yaw = 0
end if

if ( var.MoyPitch > var.deadzone ) then
FakeTrackIR.pitch = var.MoyPitch - var.deadzone
else if (var.MoyPitch < -var.deadzone) then
FakeTrackIR.pitch = var.MoyPitch + var.deadzone
else
FakeTrackIR.pitch = 0
end if

FakeTrackIR.roll = 0
Post #3905
Posted 10/30/2009 7:55:21 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/30/2009 7:54:58 PM
Posts: 1, Visits: 7
Hey tracking works for first time but still not smooth.

Thanks
Post #4585
Posted 11/15/2009 2:57:43 PM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: Today @ 7:52:56 AM
Posts: 246, Visits: 1,886
Try to change smooth parameter for Yaw - from Smooth(vr920.Yaw,10) to Smooth(vr920.Yaw,30)
Post #4612
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: TechSupport, Daddo, Tech_Support

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 11:13pm

Powered By InstantForum.NET v4.1.4 © 2010
Execution: 0.031. 9 queries. Compression Enabled.