simlrh / OSVR-Cardboard

An OSVR plugin to receive orientation data from a compatible mobile app (like https://github.com/simlrh/OSVR-Cardboard-iOS)
5 stars 0 forks source link

iOS Can't connect with AMD Graphic Card #2

Open pablos91 opened 7 years ago

pablos91 commented 7 years ago

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:

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 commented 7 years ago

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