OSVR-Cardboard icon indicating copy to clipboard operation
OSVR-Cardboard copied to clipboard

iOS Can't connect with AMD Graphic Card

Open pablos91 opened this issue 8 years ago • 1 comments

Hi,

Very nice job you did 👍

I found your project when looking for a way for connecting my iPhone as a head tracking device and send data to OSVR so it can iterprete it as a official HMD device.

What bothers me is that it only supports Geforce Experience streaming.

I've tried to find a way to communicate with my existing setup:

  • iPhone with KinoVR installed - it connects with computer and sends UDP data with 4242 port
  • KinoConsole Server installed on PC - it receives Video and forwards data from head tracking to OpenTrack on port 4242
  • OpenTrack Server installed on PC - it listens for forwarded packets from UDP 4242 port and translates it to FreeTrack OR forwards it further on any ip and any port. (for this example i choose 127.0.0.1 and port 5555 trying to send to OSVR-Cardboard plugin)

What I found in your OSVR code is that SOMETHING is using 5555 port :) So i simply tried to forward opentrack data to your OSVR-Cardboard plugin on port 5555 with OpenTrack

It doesn't even recognized any connection :)

Tell me - is it possible to send pure data to your OSVR-Cardboard plugin ? As far as i don't have a GeForce graphic card and I've already managed to stream video from my pc to iPhone.

Thanks, Paweł

pablos91 avatar Jun 30 '17 10:06 pablos91

Almost did it without OpenTrack but FreePio IO instead -> i've tried to map data from trinusVR to freeio and use OSVR-Freepio plugin to update properties and here we are, some connection shown in OSVR server :)

image

pablos91 avatar Jun 30 '17 22:06 pablos91