Questions tagged [gear-vr]

Questions about development for the Samsung Galaxy Gear-VR, a head-mounted virtual reality display.

Questions about development for the Samsung Galaxy Gear-VR, a head-mounted virtual reality display.

153 questions
0
votes
1 answer

Android GearVR, how to run the camera live view instead of playing videos or showing image?

how to run the camera live view instead of playing videos or showing image in GearVR ? I tried with gearvrf sdk, but i am getting camera view is null. please guide me to solve this. Thanks.
aumkii
  • 1
  • 1
0
votes
1 answer

PackagingResults:Error: Error Unknown Error UE4 GearVR on sample "hello world" tutorial

Just starting Unreal development for GearVR, and getting a strange error on the hello-world tutorial after several days of IDE setup and config. Hoping the powers of internet can guide me. Working through this…
Mittenchops
  • 18,633
  • 33
  • 128
  • 246
0
votes
1 answer

Unresolved dependencies with GearVRf : backend-debug

I just went through the GearVRf setup instructions (here), and trying to get the demo/sample applications to compile. The framework compiles fine, but when I open a project and build it, I get: Unresolved dependencies Error:Failed to resolve:…
tdwyer
  • 79
  • 5
0
votes
1 answer

Oculus Mobile SDK sample project error when I try to build :compileReleaseNdk:

I encountered some errors below when I try to build sample project of oculus mobile sdk. Error:FAILURE: Build failed with an exception. Where: Build file…
nakas
  • 13
  • 3
0
votes
1 answer

How to prevent automatic re-centering when scene is loaded on Gear VR?

I'm using Unity 5 and OVR utilities, I'd like to avoid the scene being recentered every time I load a new scene. Basically, I'd like the player to be able to sit down and even if he's looking at his right at the moment of a new scene loading, I'd…
Kristof
  • 408
  • 4
  • 15
0
votes
1 answer

Gear VR Framework Override Back Button Functionality

We are developing a Gear VR Application using GVRf. There are two GVRScenes in the app, and we want it such that if the user short presses back button in scene B it goes back to scene A, and if the user short presses back button in scene A it exits…
random
  • 113
  • 6
0
votes
1 answer

Play 360° videos on GearVR without going through the Oculus interface

I'd like to know if there is any way to play a 360° video on the GearVR without going through the Oculus interface. What I mean is, I just want an icon on my phone that I can click and it launches the video. Then I just have to plug the GearVR to…
Diwadri
  • 1
  • 3
0
votes
1 answer

Gear VR Framework (GearVRF): add elements in front of a 360 video

I'm getting into the wonderful world of VR using the Samsung Gear VR and the Gear VR Framework (gearvrf). My goal is to implement a quick menu on top of a playing 360 video: have a few icons and a frame that will go around the selected one. I…
0
votes
1 answer

Error:Configuration with name 'default' not found with GearVR Framework

Recently started working with Android Studio, I would like to build one of the demos of the GearVRFramework (https://github.com/gearvrf/GearVRf-Demos). I have successfully built my framework in Android, but when I try to open one of the demo sample,…
Pbmke
  • 55
  • 2
  • 7
0
votes
1 answer

In Marshmallow broadcast is not working with action android.intent.action.proximity_sensor

In Marshmallow this code is not working with GearVR. Activity.onResume() code IntentFilter intentFilter = new IntentFilter("android.intent.action.proximity_sensor"); mReceiver = new BroadcastReceiver() { @Override public void onReceive(Context…
Qamar
  • 4,959
  • 1
  • 30
  • 49
0
votes
1 answer

Moving the camera by 1.5m on the X and Z axis in Unity3D using the GearVR Controls

So I created a VR environment in Unity as a test. I have 4 spheres with Images projected inside each of the Spheres. What I would like to do is move the camera by 1.5m on the X and/or Z axis. Sort of like Google StreetView. Does anyone know where I…
akanoodles
  • 13
  • 3
0
votes
1 answer

Lerp.localScale is not working OnTriggerEnter,Unity5.3.3,Gear VR App Dev

I am buliding a Gear VR APP,I want my character to scale down on entering the box collider zone,I can scale it down all of sudden by using transform.localScale = new Vector3(0.3F,0.3F,0.3F); But i want it to be done smoothly.Dont knw the reason why…
0
votes
1 answer

Moving rigidbody in Unity project with Gear VR touchpad

In Unity 5.3.3, how do you get the Gear VR touchpad to move a character/rigidbody?
John Reynolds
  • 79
  • 1
  • 2
  • 10
0
votes
1 answer

Setting up Unity to build an app for the Gear VR

I am following this tutorial and I am stuck on "Setup Unity Integration". There is no such folder as /VrSamples/Unity/UnityIntegration/ in Oculus Mobile SDK 1.0.0.1. It should contain unity package with OVR components and necessary project settings.…
nikkou
  • 121
  • 3
0
votes
1 answer

What is the differencies between oculus audio sdk and unity native spatial sound?

I try, but I cannot hear any differencies from them, with or without ONSP Audio Source. Why? Do I need to export to gear vr, and wear the divice to get the differencies?
tim
  • 1,454
  • 1
  • 25
  • 45