Would Google VR SDK work on Samsung Gear VR (Oculus) or am I bound to Oculus SDK? Or are there any other alternatives (preferably open-source)
Google VR SDK for Samsung Gear VR?
945 Views Asked by Sleepyhead At
2
There are 2 best solutions below
0
Luke Chadwick
On
While you'll still need to have the Oculus SDK in your project, a library like VRTK can help you abstract away a lot of the pain of working with multiple headsets. It supports both Daydream and Oculus (as well as a host of others).
Related Questions in OCULUS
- Using a cursor within a Virtual Reality application to click on buttons
- how do I apply the stereo effect to a video mapped sphere?`
- Oculus Rift - Multi Desktop Application
- Capture a video on Gear VR for my own VR application without publishing application on Play Store
- Error: package com.oculus.vrappframework does not exist
- Unity Oculus Player Height
- WebVR - no orientation or position from PositionSensorVRDevice
- Choppy image using Oculus VR camerarig
- Unity Build for Embedded Processors
- How to capture current desktop efficiently and cross-platform in Unity3D?
- Detecting Oculus HMD in Unity
- Is it possible to render a camera view on the Oculus and another on a laptop screen?
- Understanding glTexCoord2f(), glVertex3f() in OpenGL
- Noob, Oculus Rift enabled webpage questions
- Why is a texture lookup so much slower than a direct computation?
Related Questions in GOOGLE-VR
- DayDream, detect pointer without using Event System
- Build fails in unity using googlevr sdk, unable to convert classes into dex
- How to disable rotation on horizontal axis in the VRPanoramaView in android
- How to get current play time of GVRVideoView
- VR RPG like dialogue system
- Daydream Non-VR Mode in Unity 5.4.2f-GVR13
- Video player in google daydream VR sdk
- Is that possible to build/export as WebGL in Unity Daydream (Google VR)?
- Unity google cardboard drift
- UnsatisfiedLinkError when using GvrLayout
- Unity ui mask not working on google pixel device
- Magnet click in cardboard not working for unity apps
- No resource identifier found for attribute 'enableVrMode' in package 'android'
- Google VR Unity SDK - Unable to Detect Touch in VR Mode
- Daydream Hybrid (NonVR/VR) App does not switch VR mode
Related Questions in SAMSUNG-GEAR
- Execute Azure SQL Query from C on Samsung Gear S3 Smart Watch
- Samsung Gear with Tizen Studio Bluetooth Debugging
- Cannot transfer Tizen App to Smartwatch
- Samsung Gear S2 BLE central role is possible?
- Publish a Samsung gear s2 app
- Tizen notification, bring app to foreground
- Tizen app vibration background
- Gear S3 Tizen : How to get keyboard input
- Retrieving Data from GEAR S3 Heart Rate Monitor (HRM) to Mobile or Server
- "Permission denied" Tizen web app error accessing the heart rate monitor on a Samsung Gear S3 frontier
- Heart rate sensor in Gear 3 samsung
- Speech Recognition on Samsung Gear S2
- Can I use the new Samsung Gear VR to develop VR Apps for Android?
- Samsung Gear controlls - Unity 3D
- How to integrate Samsung Gear Steps in android Application?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Google's VR SDK will work fine on devices that you plug into GearVR with a normal cardboard headset. If you want to use the GearVR headset as a cardboard alternative, then it is also possible - you have to disable Oculus home and GearVR service.
This is said to work: CB Enabler for Gear VR (did not check by myself)