Questions tagged [google-cardboard]

Google Cardboard is a virtual reality (VR) platform developed by Google for use with a fold-out cardboard mount for a mobile phone.

Google Cardboard is a virtual reality (VR) platform developed by Google for use with a fold-out cardboard mount for a mobile phone.It aims at developing inexpensive virtual reality (VR) tools to allow everyone to enjoy VR in a simple, fun, and natural way.

https://www.google.com/get/cardboard/

https://developers.google.com/cardboard/

749 questions
3
votes
1 answer

cannot run the cardboard demo on iOS device

I have done everything google developer website told,but the problem is Xcode still has some problems when compiling the demo project. The problem is:ld: /Users/Day1/Desktop/temp files/New Unity Project…
RiTianRan
  • 113
  • 1
  • 3
  • 14
3
votes
5 answers

Unity Cardboard Orientation Landscape Right Upside Down

Hi I have a Unity app which uses google Cardboard SDK to enable stereoscopic view so I will have a VR enabled app. My app runs perfectly fine. But there is a problem if I set the player settings orientation to be auto orientation with only…
3
votes
1 answer

How to make a simple VR video player by Google CardBoard Android SDK

Im following as what Mog suggest in the post: How to create VR Video player using Google Cardboard SDK for Unity Here's my code snippet 1. In the MainActivity's onSurfaceCreated() method , I initialise a texture and bind it to GL, and create a…
Qing
  • 1,401
  • 2
  • 21
  • 41
3
votes
0 answers

Google Maps VR in Android Application

I have an Android application with a map at the moment. The native Google Maps application has a button that appears in street view, and when double tapped, it converts street view to VR mode. More specifically, it splits the street view in two for…
3
votes
0 answers

Making cardboard video view by textureview's video in android

I'm trying to make cardboard view(stereoscopic view) on my android app Currently I can show a live video using textureview but I don't know how to combine this with cardboardview. As my understanding, when show the video in cardboardview I need to…
kju
  • 123
  • 9
3
votes
2 answers

Persist Google Cardboard forward direction across scene loads in Unity3D 4.6.7?

I'm having trouble trying to maintain what Google Cardboard considers forward for the device after a scene load. Although I can't find any obvious call to this in the SDK c# code, it appears that the Google Cardboard SDK will automatically call…
shess
  • 33
  • 4
3
votes
1 answer

How to combine Cardboard VR + Vuforia AR plugin on Unity?

Many people are getting good results combining these 2 plugins (Vuforia + Cardboard VR). One good example is CMOAR RPG: https://youtu.be/59wkhmPGPcI My question is: how to achieve a result like that? As indicated on Cardboard VR official…
3
votes
2 answers

Google Cardboard video texture on iOS with Unity 5

I'm trying to make a spherical 360 video with the Google Cardboard SDK. I have made some tests with MovieTexture for a desktop build that works fine, but there is no implementation of this class in iOS. I have seen some external plugins on the…
Tibor Udvari
  • 2,932
  • 3
  • 23
  • 39
3
votes
2 answers

Using Google Cardboard SDK Unity, display turns black when an object that's potentially being instantiate every frame is in view

Problem Display turns black when an object that's potentially being instantiate every frame is in view How to reproduce Import Cardboard SDK on the Project Assign a script to any appropriate object with the following code. public GameObject…
3
votes
2 answers

Google Cardboard demo in Unity3d: How to center a 3D object in your field of vision by double tapping touchscreen?

I am trying to modify the Google Cardboard SDK demo in Unity3d (version 4.6.4f1) for an Android device. The following description is based on this -picture- I made of what I am trying to accomplish. At the start of the game a stationary red cube…
3
votes
1 answer

How to play video in google Cardboard view in Android?

I want to create a video player that can play 2D videos in a Cardboard view using android studio. I don't know if it is possible or not? please help me.
3
votes
2 answers

How do you use Processing for Android to display a stereoscopic image in a Google Cardboard device?

Processing was designed to make drawing with Java much easier. Processing for Android has the power of its desktop sibling plus information from sensors. Putting these things together, shouldn't it be easy to display a stereoscopic image and move…
scottlittle
  • 18,866
  • 8
  • 51
  • 70
3
votes
1 answer

Android Throwing OutOfMemoryError on App

I am making a android application that can stream a video from a server to a android mobile. i have the image streaming properly and working but after 15 seconds the application crashes. i managed to track this to a Throwing OutOfMemoryError. I…
3
votes
1 answer

[android Side By Side Camera

Hi i want to show a live camera preview side by side on my Android Phone. Like this: https://lh6.googleusercontent.com/-Ngo4tD4AvWY/U8JOHxxQ9KI/AAAAAAAACK8/NZjnw1Yqg8A/w384-h287/2.jpg It works if just the left half screen shows the live preview or…
Tom Deng Long
  • 527
  • 5
  • 11
2
votes
0 answers

Scale the ARcamera in Unity for Cardboard Vuforia project makes tracking inaccurate

I'm now working on a project with Cardboard+ Vuforia in Unity. By default the stereoscreens are small on mobile screen. By Default snapshot but the image tracking is accurate, even if I moved the image to the border of the screen. Move to border…
Ruyu Bao
  • 23
  • 3