Questions tagged [oculusgo]

Questions related to the development for the Oculus Go VR headset.

Questions related to the development for the Oculus Go VR headset.

68 questions
1
vote
1 answer

Unable to Control Camera Position in VR on Oculus Go

I am using aframe to create an experience for Oculus Go. I have a simple "world" and I am able to move around it using the Oculus Go controller. However, I don't seem to be able to set the initial camera position or reset the camera location at any…
Sean Clark
  • 31
  • 3
1
vote
0 answers

How to preview Unreal Engine 4 Project on Oculus Go

I started UE4 and Oculus Go development 2 days ago. I saw youtube videos where the people were able to instantly connect the device to UE4. I followed full documentation. Turned on developer mode, Installed Android SDK, enabled the plugin and every…
1
vote
0 answers

Unity for OculusGo: Move an object along the z axis by touchpad

I have written a script to pick an object with a rigidbody component by the ray casted from the controller and move it around. I make the object, the child of the controller to move it in the scene then. I already have a script to detect the object…
Ali
  • 53
  • 7
1
vote
0 answers

How do Android data files map to what I access with adb shell?

I've made an app for Oculus Go (an Android device) that reads files from user storage. I normally transfer such files from my Mac using Android File Transfer, which shows a hierarchy like this: . But one user, also using a Mac, keeps having…
Joe Strout
  • 2,634
  • 2
  • 28
  • 39
1
vote
1 answer

Implement Oculus go on unity

just begin to code/work on unity. No big trouble to set some camera move or launch animation on standalone plateform. But when I try Oculus go ... I want to get the same "on click' I've got on standalone plateform. Ideally I would make a gaze…
user10529731
1
vote
0 answers

Can I use a raspberry pi 3 to send live sensor data over bluetooth using an HID profile?

My project is to send a single stream of sensor data to an Oculus Go headset, which currently does not support bluetooth connections for anything except gamepads (HID profile). Using Unity (on the Oculus) I can read inputs from gamepads as an axis…
Drew Bellcock
  • 33
  • 1
  • 5
1
vote
0 answers

How do I track/record head movement data (pitch, yaw and roll) on the oculus go? How can I implement this using Unity?

How do you track/record head movement data (pitch, yaw and roll) on the oculus go? Does Opentrack software/Aframe motion capture compatible on the Oculus Go? If so, how do I implement it?
1
vote
0 answers

How to set specific width and height while recording video and taking screenshots in oculus go

I am trying to record video using adb command for oculus go submission but unable to set height and width. I am trying following commands: adb shell setprop debug.oculus.enableVideoCapture 1 adb shell setprop debug.oculus.videoResolution 1536 adb…
Gaurav
  • 8,227
  • 4
  • 34
  • 55
1
vote
0 answers

OculusGo remote random position issue

I am developing an application using Unity and OculusGo headset.Application is interacting with objects using OculusGo remote controller. But sometimes what happens, OculusGo remote is located at random positions. Sometimes it goes too behind from…
1
vote
0 answers

How do I define a "remote variable" for use with Oculus Remote Monitor?

Oculus provides a nifty test/profiling tool called Oculus Remote Monitor. The docs say: Applications may expose user-adjustable parameters and variables in their code. Nearly any constant in your code may be turned into a knob that can be…
Joe Strout
  • 2,634
  • 2
  • 28
  • 39
1
vote
1 answer

Printing log-data with ADB/Unity and OculusGo/gearVR

I have a problem while developing VR-Applications. I am creating a game, and the only way to test it is building and uploading it on the Oculus Go. I could live with that, right until now where I have a problem with the behaviour of the controller.…
TheBlackBird
  • 75
  • 1
  • 2
  • 12
0
votes
0 answers

How to trigger youtube vr from oculus's browser?

I have a webpage that embeds VR videos from youtube. However the experience is gruesome in comparison with the youtube VR app itself. Question is: how can I open youtube VR app to play the VR video from a browser's URL? What deep link or custom uri…
0
votes
0 answers

"Failed to apply Oculus GearVR input manager bindings"

I'm creating a Unity VR application for the Oculus Go. I get this error: Failed to apply Oculus GearVR input manager bindings. UnityEngine.Debug:LogError (object) OVREngineConfigurationUpdater:EnforceInputManagerBindings () (at…
pigrammer
  • 2,603
  • 1
  • 11
  • 24
0
votes
1 answer

UnityWebRequest doesn't work in Oculus Go

I have a question about UnityWebRequest when using in Oculus Go. UnityWebRequest work well in UnityEditor. However, UnityWebRequest doesn't work in Oculus Go... It seems just no connect to http url because there is no log in putty. IEnumerator…
BMO
  • 3
  • 2
0
votes
1 answer

Sending basic commands to the Oculus Go running a unity app

I want to use a raspberry pi as a server and send simple commands to several Oculus Go's running a unity app. I have experience with API's so ideally I would like to send some HTTP requests to these Oculus Go's but I don't know if it's possible to…
Tanonic
  • 133
  • 5