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
4
votes
0 answers

Render Camera Preview onto SurfaceTexture while using WebRTC

I'm building an Augmented Reality app (using Google Cardboard) that uses WebRTC (I'm using pristine.io's compiled sources) to stream the camera preview to a webclient. The user should be able to see "through" the camera. My Problem is: to enable the…
4
votes
3 answers

Detect Google Cardboard Magnetic Button Click in Javascript

With refering to Detecting Magnetic Button on Cardboard in C# is there anyway to access the magnetic cardboard button within Javascript in a browser of a mobile phone? cheers Stefan
4
votes
2 answers

Standard "Image Effects" Issue in Google VR SDK for Unity3D 5.3.5

Image Effects from Standard Assets in Unity3D are awesome. They make our games beautiful. But sadly, I couldn't get it to work with Google VR (Cardboard) SDK. When I run the game without Image Effects, everything is good. When I run it with Image…
4
votes
1 answer

Cardboard SDK initialize VRVideoView to be fullscreen and in VR mode(Split Screen)

I can't know why there is no public API in the VrVideoView to enter fullscreen mode or VR Split screen mode(Stereoscopic). I must use the cardboard icon at the bottom left of the view to enter the VR Mode. I've been able to enter the fullsceen mode…
Ahmed Hegazy
  • 12,395
  • 5
  • 41
  • 64
4
votes
3 answers

Three.js Device Orientation Controls to point at a specific target on load

I'm using the Device Orientation Controls in Three.js to set up a web application for Google Cardboard. When I load the scene, the default target of the camera is the Y direction (Z on the phone) where there might not be any objects. I'd like to…
anagpuyol
  • 41
  • 2
4
votes
1 answer

Xcode Build error with Unity 3D and Google Cardboard for iOS

I created a simple Unity project with Google Cardboard SDK iOS that I downloaded from GitHub. Everything is working perfectly in Unity editor, but once I build the file and try to run it in Xcode the build failed. I disabled Bitcode because I was…
Mikei
  • 43
  • 4
4
votes
2 answers

Keep object "fixed" in front of camera (Google Cardboard + Unity)

I am new to Unity (and VR) and am trying to set up a small example in Google Cardboard where I have a model that turns when the user turns her head - similar to the mask demo in the Google Cardboard App. So when the user looks up, the model rotates…
AnuragBabaresco
  • 604
  • 8
  • 19
4
votes
2 answers

Cardboard Android

Is it possible to focus and open up the information just like we do on click using magnet in cardboard android? Like ray gaze in unity, is there a alternative for android? I want to do something like the one shown in chromeexperiments
pallavi
  • 432
  • 3
  • 14
4
votes
1 answer

How do you make an HUD for a Cardboard game?

Currently there is no documentation whatsoever on how to make a "visor" HUD on Unity for a Cardboard game. Screen Space - Overlay does not work as rendering mode as many people have already said. Does anyone know of a workaround/method for making it…
UB-
  • 123
  • 3
  • 12
4
votes
3 answers

How to use RajawaliVR or Rajawali to play a 360 Video

I am having a hard time to figure out how to use the Rajawali to play a 360 video. In order to achieve this, I tried every solution I could find in the Internet, but I failed. Firstly, I used the RajawaliCardboard, and let the MainActivity extend…
4
votes
2 answers

Linker error - CreateMainApp __EXPECTED_EXACTLY_ONE_VR_MAIN_APP_STATEMENT__ with Cardboard SDK

I am developing a Google Cardboard app and build fine in iOS. But adding Soomla to the project causes linker error: Ld…
foundway
  • 51
  • 2
4
votes
3 answers

Google Cardboard SDK for Augmented Reality?

Is it possible / a good choice to use Google Cardboard SDK to realise AR?I Only have found VR related things with that SDK. What is the best framework for AR? Is Vuforia a good way to go? Im trying to write an AR app (for Android) which…
Goddy
  • 43
  • 1
  • 5
3
votes
0 answers

How to load different panorama images in VrPanoramaView dynamically

It possible to load different panorama image in VrPanoramaView like for example in "Google Cardboad Camera apps" like this picture. I'm making a tourist spot with VR and its hard to use not user-friendly apps because you need to remove the phone…
3
votes
3 answers

Cardboard Mockup Scene for Hololens Look and Fell

I didn't know which forum to ask about this is the most fitting, but I think this is the best: Our designers want to check their stuff on the hololens. For example to check if their gui is right and how the depth effect is. But we dont have that…
LosKartoflos
  • 142
  • 2
  • 12
3
votes
0 answers

onKeyDown in fullscreen VrPanoramaView

I have an activity with a VrPanoramaView and a onKeyDown method defined to work with a gamepad. It all works great but, when I change VrPanoramaView to fullscreen (manually or on code), the onKeyDown method stops being called. Is there any way of…
Goblinch
  • 517
  • 3
  • 9
  • 21