Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a panoramic image in the google cardboard application?

I want to create an application where a panoramic image is displayed in the google cardboard like a 3D picture.I have taken the sample cardboad code provided by google.How do I add a panoramic image in the views instead of the floor and the cube?

like image 389
Abhinav Avatar asked Mar 17 '15 10:03

Abhinav


People also ask

How do I view 360 photos in Google Cardboard?

For Android, try Google's Cardboard Camera itself. Launch the app and press the Camera button in the lower right corner of the screen. Allow the app to access your photo's photos and galleries, and you will be able to both take your own VR/360 photos, and view any downloaded VR/360 photos on your phone already.

How do you view panoramic photos on VR?

You can use the Google Photos app and the Daydream device to see your panoramas, 360-degree photos and photos taken with Cardboard Camera in virtual reality.


1 Answers

Have a look at this example application: https://github.com/ejeinc/RajawaliCardboardExample

It is using the Rajawali framework for the OpenGL stuff. This makes things really easy. https://github.com/Rajawali/Rajawali

like image 81
Terry Avatar answered Oct 28 '22 06:10

Terry