Hi there, I am trying to program a behavior on the Oculus Go where the
camera turns in the opposite direction from where the user is
looking.Has anyone achieved this or can point out where to start?Thank
you!
Hi there, I am building an app for an art installation that runs on
Oculus Go.We want the app to be looping at all times and for the viewer
to be able to simply pick a headset up and not have go through any menus
and interfaces unrelated to the app i...
Here is my code, pretty similar:string filePath =
"/mnt/sdcard/Movies/38MBPS_1.mp4"; videoplayer.url = filePath;full code
here since it's doing more things I might be
missing:https://drive.google.com/file/d/158Y-jKQBDhj9MBBtNkcp5rFFi6mwm_NT/view?usp=...
hey @milotimbol360 check out this thread:
https://forums.oculusvr.com/developer/discussion/comment/625495#Comment_625495this
path worked for me when I used it in a unity script:
/mnt/sdcard/myfolder
Hi @imperativity, trying to modify the OVRCamera rotation and wondering
- are there are any restrictions on it on the Oculus side? Feels like
the changes we make are reset once in the headset.