VR streaming

Started by arianaa30, February 07, 2016, 05:32:27 PM

Previous topic - Next topic

arianaa30

Hi,
I see some tips and posts on Vuforia and VR integration into jPCT. Just to clear myself, is it possible to use jPCT APIs (and/or AE) to stream VR from PC to a phone or oculus for example? I have done 3D game streaming before, but have no experiences about VR and the contents...if Yes, can it be done directly using jPCT's APIs in Java?

EgonOlsen

I'm not sure what you mean exactly...who streams what to whom?

arianaa30

Does not matter. Just wondering if jPCT API overall supports VR and streaming of its contents using a server-client communication architecture? A PC streams it to a Head-Mounted Display or phone mounted in a google VR Goggles or vice versa.

EgonOlsen

Let's put it that way: It doesn't do anything that prevents you from doing this, but it has no "streaming API" or anything. You "just" have to grab the rendered image in some way and stream it yourself.