google-cardboard Questions
1
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:
"_SecT...
Eurasian asked 19/12, 2015 at 0:43
1
Within the AndroidManifest.xml I can see the following lines:
<uses-sdk android:minSdkVersion="16" />
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="a...
Tommie asked 12/11, 2015 at 16:13
0
In my Cardboard app for Android, I want to display an overlay in each eye that centers. Simply creating a LinearLayout with two centered views is fairly easy and works for most phones as the eyes a...
Effeminate asked 18/8, 2015 at 12:10
2
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 CardBoa...
Sym asked 19/1, 2015 at 12:43
0
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 CardboardV...
Downy asked 16/6, 2015 at 14:31
2
Solved
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, ...
Crean asked 10/6, 2015 at 6:46
2
Solved
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.tr...
Admiralty asked 4/6, 2015 at 21:14
0
I'm using gstreamer to retrieve a video feed (sent from a RaspPi), and I need to display it into Google Cardboard.
I based my work on the tutorial-3 example of gstreamer. I managed to display my v...
Bloodsucker asked 2/6, 2015 at 17:15
1
I want to create an application where a panoramic image is displayed in the google cardboard like a 3D picture.I have taken the sample cardboad code provided by google.How do I add a panoramic imag...
Leis asked 17/3, 2015 at 10:0
2
Solved
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 tu...
Lowerclassman asked 4/5, 2015 at 10:44
1
We are planning to create Google Cardboard experience for Google StreetView. Google has exposed Google Streetview API to fetch images based on the location and angle. If I use this API, I need to s...
Areopagus asked 23/3, 2015 at 7:15
2
Solved
I'm looking at the Google Cardboard kit, an inexpensive VR setup that uses Android Devices to play 3d VR games. I see that they have an Android demo project, but is there any iOS or Objective-C por...
Schrick asked 11/9, 2014 at 18:58
2
Solved
i had a problem when build an run Google CardBoard SDK for Unity.
some one can solve it?
I used:
Unity 4.2
Device: Lg - p925 ( android 4.04)
the Console in Unity Edit show:
Unable to find unit...
Vatic asked 11/12, 2014 at 7:22
© 2022 - 2024 — McMap. All rights reserved.