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

Android - How to add action buttons inside the 360 vr video when using Google VrVideoView

I am building an application to load the 360 vr video in Android. For the video player, I use Google VrVideoView view. The problem here is I don't know how to add more buttons inside the video player like the attached image. And how to show the…
3
votes
0 answers

Take panoramic photos in Android

I want to make an Android application that allows the user to take panoramic pictures... I have been searching for several hours for some library or some sample code or tutorial but I didn't find anything very interesting. Some applications like…
3
votes
1 answer

Unity GVR Cardboard Camera incorrect work on Android

I have prepared unity environment to work with Google VR cardboard. Sample project performs fine and all is good. In my project I have Main Camera object, which moves across the scene. I've added "Strereo Controller" (Script) component to the camera…
widesteppe
  • 175
  • 3
  • 10
3
votes
2 answers

Daydream Controller not able to interact with Canvas buttons properly

I am trying to move a project from Google cardboard SDK to Daydream SDK. I am using latest GVR SDK. In my scene, a canvas has few buttons which changes active colour on hover. It was working fine with Cardboard reticle, but when I am using Daydream…
sns
  • 221
  • 4
  • 17
3
votes
3 answers

How to create react-vr "enter vr button/cardboard"?

I'm playing around with the react-VR framework and can't seem to find anything in the docs about entering vr mode on chrome/cardboard ? Any help or pointers much appreciated.
Chris O
  • 712
  • 2
  • 9
  • 20
3
votes
3 answers

Unity, skydome and far clipping

I'm developing for movil VR so performances in mandatory here. It is written in every good practice for VR to avoid unity's skybox and use skydomes instead. I created a dome in blender with its texture and it all. I import the dome as fbx, apply a…
javirs
  • 1,049
  • 26
  • 52
3
votes
1 answer

Camera is in different position when build .exe(UNITY)

I'm using a google cardboard camera (GVRMAIN) and it is placed in the center of my gameobject when i build it it goes up. It is now in different position from the game view in unity. Help me guys please
Ginxxx
  • 1,602
  • 2
  • 25
  • 54
3
votes
1 answer

GvrViewerMain rotates the camera yourself. Unity3D + Google VR

I have a problem. Using Google VR + Unity. GameObject Camera automatically changes the angle "Y". The device does not change positions. Maybe fluctuations in the hands. The editor is no problem. The device Samsung S6. Pic 0 sec Pic after ~15…
3
votes
0 answers

Google VR Video View in Android Freezes

I wonder if this happened to anyone else so far. I am developing an app that is sending Bluetooth strings to Arduino while playing VR video. I am using Note 4 for testing and Android Studio for development. The video and bluetooth works just fine…
3
votes
1 answer

How to navigate in Google VR view?

I am writing an android app using VrPanoramaView I know there are two ways to navigate in VR apps Use the single button on the cardboard as a click Treat looking at something for a long period of time as a click How can i implement navigation…
3
votes
0 answers

how to view normal video in cardboard like youtube

I have an app that plays normal and VR videos. My app has two players to play both types. In my VrVideoView there is a button that makes video play in stereo mode. My question is: how can I view normal videos in Cardboard just like the YouTube app?
3
votes
1 answer

360 panorama viewer with rajawali + VR howto change FieldOfView

I am trying to create a 360 image viewer using rajawali + vr (Cardboard toolkit). When i disable the VR-Mode on the CardboardView the changes i made on Field of View property in the renderer has no effect. in the Google Cardboard docs i found the…
Keiner
  • 31
  • 3
3
votes
3 answers

How to set assign target to GVRHead GoogleVR

I am working with the Google Cardboard plugin in Unity 3D (version 5.3.2). I have a C# script set up that is supposed to access the variable "target" from the script "GvrHead.cs". This is the part of the script (it is called "CrystalDrop.cs"): …
Henry V
  • 195
  • 1
  • 7
3
votes
2 answers

Render 3d Objects into Cameraview

I tried to develop a mobile cardboard application, which renders 3d objects into a camera view (some kind of ar). I used this project and tried to render a simple cube in the camera: https://github.com/Sveder/CardboardPassthrough/ I didn't get it…
Kev
  • 577
  • 1
  • 10
  • 29
3
votes
2 answers

Exception on Gradle build

I have cloned this git and I tried to open sample projects using Android Studio. After I opened any sample, it tried to build Gradle and it showed me build error. I looked at the logs and I found this…
Matin Lotfaliee
  • 1,745
  • 2
  • 21
  • 43