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
5
votes
2 answers

Unity: VRDevice cardboard not supported in Editor Mode. Please run on target device

There is a problem that the screen can not be divided during the card board test. I'm use versions for goolge sdk for unity 1.6 and Unity 5.6.2f1. in emulater(unity game scene),Game Scene does not split when playing. and console display "VRDevice…
minsae Lee
  • 51
  • 1
  • 3
5
votes
0 answers

Play or cast content from standard player into VrVideoView

I got an android app that plays live/vod content using QuickPlay. This QuickPlay player / controller configured to use ExoPlayer. I didn't wrote this application, but asked to add Play in VR functionality. It could be Cardboard, DayDream or GearVR…
David
  • 37,109
  • 32
  • 120
  • 141
5
votes
2 answers

Should I enable VR support for google cardboard in Unity

I'm creating my firs VR app i unity for google cardboard. I noticed VR support setting in the inspector. I searched a little bit and it isn't clear for me if I should enable it for google cardboard. Here is the link for unity manual about it. Thanks…
5
votes
1 answer

Physics messed up with cardboard scene in Unity

I am in the process of putting together an app using the Google Cardboard SDK. The user will be able to use the app with or without cardboard. So, there is a switch button inside the app, that activates and deactivates stereo rendering. The app also…
5
votes
2 answers

VR score text display

I am trying to make a VR game with google cardboard in unity. However we can not find a way to display score text right in front of the player. However when I add 2D text it is only on one side and therefore on one side of the eye and getting the…
5
votes
1 answer

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

I am a new man in these area. I am trying to change a program in github to play video for cardboard now. I modified the MyRenderer by using StreamingTexture. public class MyRenderer extends RajawaliCardboardRenderer { public MyRenderer(Context…
Dobbie
  • 133
  • 1
  • 10
5
votes
0 answers

ERROR CardBoard Unity3D --> libc Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1) libvrunity.so

ERROR CardBoard Show logo unity and crash... Export unity3d to eclipse and debug in logcat... libc Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1) libvrunity.so I know it is a memory allocation problem, but I want to know how is solved. Thank…
5
votes
3 answers

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…
Nick
  • 949
  • 1
  • 11
  • 31
5
votes
2 answers

Unable to change FOV of the google card board camera

I am developing a sniper game for android using Google card board unity SDK. Now there is the need to tweak the camera's FOV which leads me to interact a variable named 'mockFieldOfView' in CardBoard.cs. Tweaking that value in the Unity editor is…
user3839742
  • 51
  • 1
  • 3
5
votes
1 answer

iOS SpriteKit split screen for lazy eye exercise

A Little Background My son Seth has a Lazy Eye and there is evidence that his condition can be improved by playing video games. Tetris Video Game Helps Treat Lazy Eye Basically he has poor focus in one eye and perfect focus in the other eye. Over…
Jamey McElveen
  • 18,135
  • 25
  • 89
  • 129
4
votes
1 answer

How to fix NDK build error for HelloCardboard sample

I am trying to compile Google Cardboard Sdk sample. I am following instructions given by google's official docs I am stuck at step 3, where I am supposed to assemble the project: This is the error I am getting when I start to assemble: FAILURE:…
Hikki
  • 484
  • 1
  • 10
  • 21
4
votes
1 answer

Adding labels in VrPanoramaView (Google VR in Android Studio)

I want to mark/tag places within my 360 image view. I'm aware VrPanoramaView does not support touch events. Can we at least put labels to 360 images by specifying location coordinates within the VR view? If yes, could you give me an insight to the…
channae
  • 951
  • 1
  • 12
  • 28
4
votes
4 answers

missing GVRMain file in Unity

I am trying to create a Google Cardboard app using Unity. The new SDK doesn't have GVRMain, so I used GVREditorEmulator instead. However, I can't "look around" in the project. I am using a Windows PC, and Unity 5.6
Jen G
  • 41
  • 1
  • 2
4
votes
1 answer

How to detect Cardboard button down in Cardboard Unity SDK (Unity 5.6)

I'm trying to detect cardboard button click with Cardboard Unity SDK. I'm using this Google VR SDK for Unity v1.40 (April 2017), right now it's the latest I'm using Unity 5.6.0f3, this also seems to be latest currently. I'm not able to detect the…
11thdimension
  • 10,333
  • 4
  • 33
  • 71
4
votes
1 answer

No stereoscopic view with Unity + GoogleVR on iOS

I built a VR game using Unity, that includes the GoogleVR SDK for Cardboard support. On Android, it works like a charm: the VR mode is activated with stereoscopic view with the Cardboard distortion. On iOS, however, it's fine on Unity's emulator but…
adrianavecc
  • 168
  • 7
1 2
3
49 50