Jump to content

benaclejames

Verified Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

1 Neutral

Recent Profile Visitors

113 profile views
  1. I did eventually get both working. The issue I was getting was a usb bandwidth error with the pro eye on wireless which isn't even officially supported. I just settled with re-initializing while the error is 1051. Code is here: https://github.com/benaclejames/VRCFaceTracking/blob/master/VRCFaceTracking/SRanipalTrackingInterface.cs#L95
  2. Having recieved my tracker today, I'm running into the same issue with the pro eye. It works someewhat when plugged into usb 2.0 but freezes for a second every 2 seconds or so. It will not work at all in usb 3 but the eye tracking will. Buying a new motherboard anyways so hopefully that fixes the problem. Such a shame the logs don't really show what the problem is
  3. I've been trying to initialize both the eye V2 and lip V2 tracking one after the other. SRanipal initializes eye V2 no problem but returns error 1051 when trying to initialize lip tracking which, as far as I can see, doesn't have a defined error enum type. So far the only workaround I've been able to find is to loop until both modules initialize successfully but this seems a little strange. Is there any proper method to this or explanation of the 1051 error code? Thanks
×
×
  • Create New...