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
17
votes
3 answers

Google Cardboard VR sensors

I'm using the Google Cardboard (its HeadTracker class) to detect certain things about device rotation in an AR application. It works very well. However, on some devices, it doesn't work (nothing happens). I assume this is because they don't have the…
Thomas Calc
  • 2,994
  • 3
  • 30
  • 56
16
votes
2 answers

How can character's body be continuously rotated when its head is already turned by 60°`?

After some experimenting I parented an empty (HeadCam) to the character's neck. This snippet allow rotation of the head synchronously to the CardboardHead/Camera. void LateUpdate() { neckBone.transform.rotation = Camera.transform.rotation * …
stacker
  • 68,052
  • 28
  • 140
  • 210
15
votes
2 answers

Using video stream as open GL ES 2.0 texture

I'm trying to capture video and display it to the screen by setting an Open GL ES texture to an android surfaceTexture. I can't use a TextureView and implement SurfaceTextureListener as per this tutorial since I am using Google Cardboard. I have…
cool mr croc
  • 725
  • 1
  • 13
  • 33
14
votes
1 answer

URL scheme for the Google Street View App (Not Google Maps)

I'm using Google Cardboard with the Street View App. I want to be able to create a link that sends users directly into the Street View App to view a specific location. Within the Street View App I can create a link from a location, if it's a…
davevsdave
  • 264
  • 2
  • 15
14
votes
1 answer

Add touch events to VrPanoramaView class of google cardboard SDK for android

I am working on a panorama app. I am using VrPanoramaView class of google cardboard SDK to view panorama in my app. VrPanoramaView class provides gyro navigation to view panorama. Is it possible to attach touch events along with gyro navigation to…
arkit
  • 392
  • 1
  • 12
12
votes
5 answers

iOS 14 Google Cardboard view is broken

On all apps that I can find that use Cardboard in iOS 14 (iPhone), the VR view is insanely bugged. The camera swings wildly all over the place. Here is a video example: https://www.reddit.com/r/youtube/comments/i1nbs0/ios_14_vr_error/ The official…
AerinC
  • 151
  • 1
  • 1
  • 6
12
votes
1 answer

Unity says API level is too low

The exact error: Minimum API Level Not Supported on Requested VR Device Cardboard Requires a Minimum API Level of 19 Though in the Android SDK Manager, it says I have revisions 25.2.5, 25.0.5, and 25.0.3 installed.
11
votes
0 answers

Stream youtube video for Google Cardboard - Android

I want to stream a 360 video from YouTube in my android app in such a way that it is compatible with Google Cardboard- that is, I want the video to be streamed side by side like in CardboardView. I have been searching the internet about this and I…
Girish Raman
  • 348
  • 3
  • 11
10
votes
1 answer

_SecTrustEvaluate linking error with Google Cardboard Unity3d SDK

I am trying to run the demo project that comes with the Unity3d package for Google cardboard, but I keep getting this error when I build in xCode. Undefined symbols for architecture arm64: "_SecTrustEvaluate", referenced from: l155 in…
SeloDeveloper
  • 113
  • 1
  • 4
10
votes
2 answers

How to show 2 camera preview side by side?[For cardboard apps]

I am trying to build a Cardboard android application that shows 2 camera view side by side. [Just like the camera view works for VRCinema Android app.] So I studies the Cardboard code from GitHub, made some modification and so far I am able to use…
S4nd33p
  • 431
  • 2
  • 7
  • 17
9
votes
1 answer

Is it possible to view panoramic image using google cardboard in iOS application?

I have been searching for ways to integrate Google Cardboard SDK in iOS. One way is using unity but i am looking for something through which i can directly integrate the cardboard sdk in ios and i want to view a panoramic image in that. Is there any…
9
votes
2 answers

Unity- Photosphere Photo Viewer for Google Cardboard

I am trying to build a Photosphere-like application with Unity3D and use it along with Google cardboard. I need to load different panoramic view photos and be able to view them stereoscopically, by using the Cardboard goggles. I am having problem…
9
votes
4 answers

Recenter or Reorient view with Cardboard SDK on Unity

With Unity, the CardboardHead script is added to the main camera and that handles everything quite nicely, but I need to be able to "recenter" the view on demand and the only option I see so far is to rorate the entire scene and it seems like this…
rainabba
  • 3,804
  • 35
  • 35
8
votes
1 answer

Can I add gaze control feature like youtube in Android VR view without using Unity?

I am making a VR video player using google VR SDK for android. I want to have gaze control in my VR player to add media pause and play controls in the player. I know we can achieve this using unity but I need to do this using android or java code.…
8
votes
5 answers

How to create VR Video player using Google Cardboard SDK for Unity

I just downloaded Google Cardboard SDK for unity. I am fine and able to create VR project. Setup is fine and everything is working fine. I am noob at VR Apps. Just stepped in VR Apps. I am planing to create my own VR Enabled Video Player for…
Rao
  • 2,902
  • 14
  • 52
  • 70
1
2 3
49 50