Jump to content

NicoL

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by NicoL

  1. I did not implement something like that, but I would say that you need to program your own OpenVR driver including setting up faked controllers. But this maybe includes the limitations of the selected controller in terms of input, since the I'm not sure if you are really able to add completely new controllers to SteamVR and if that would reliably work. Also it would probably break every now an then, because SteamVR changed something internally and nobody told you about that. Depending on the use case it would probably be (much) easier to use an Arduino that emulates a standard keyboard/mouse/game controller and send inputs that way. The game engine support would be no problem that way either. And if I remember correctly game controllers also show up in SteamVR so you could configure them. And if you are working in a completely custom environment you can just write a simple Unity script or something along these lines that listens to bluetooth or parses custom TCP packets or literally anything. That way you avoid SteamVR completely and it would just work with your specific hardware and you would have to write the mapping logic yourself, but you gain full control and sidestep SteamVR. That is also a very valid option if you want to deploy own hardware and the user does not care about a missing icon in the SteamVR status monitor. Hope this gives you some pointers to what you could do.
  2. The most likely cause for this is that you either do not send the correct commands or that the firmware is outdated. I don't know if you can read out which version it currently has, but there are certainly instruction how to update it via normal SteamVR. The problems do not end there though. SteamVR's support of the Vive Tracker slowly degraded over time and now we are in the state that it is virtually impossible that you get any more functionally over USB than over the normal Pogo Pins. So if you don't have anything fancy planned with it and the functionality of the Pogo Pins over USB solves your problem, then that's possible. Anything more, you can basically forget, especially if you want to use it in any professional way. Support is also basically non-existent as you see in this dead thread, apart from me who wants to save you a lot of time. My recommendation would be to spend your time developing an external solution for inputs and just use the Tracker as a location device. That's what it's is good at and will probably always work.
  3. Hi, Any update on this? I was just planning to implement something with the USB-connection since the Pogo-pins are extremely limiting in the things one can implement. When this does not work I seriously have to consider other routes of getting it to work. Even if it is fixed by now, I seriously have to consider to implement it myself even if it means 2-3 times the effort. It cannot be that HTC just randomly decides to remove such a basic feature without any deprecation or alternative.
×
×
  • Create New...