Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to build a stereoscopic viewer of a photosphere image using Google Cardboard SDK

The Cardboard Demo app has a good feature where we can see existing photospheres. I want to build a similar application

I've gone through Cardboard SDK that google has provided. But haven't found an easy way to do it. I've to build from scratch literally, taking all the sensory inputs and updating frames accordingly which is a very pain taking process.

I want to know

  1. If there is an easy way to do it
  2. If there is source code of Google Cardboard app available that I can build on
like image 304
Nick Avatar asked Sep 29 '22 06:09

Nick


1 Answers

Use Rajawali Framework with RajawaliVR or just use this example : https://github.com/ejeinc/RajawaliCardboardExample

like image 180
TommyX Avatar answered Oct 01 '22 03:10

TommyX