I want to find user movement walking and tracking position and move camera accordingly in virtual reality app , not head movements like rotation , etc. So I am wondering whether this combination Gear VR with Samsung S7 edge will support my requirement or not. Any suggestion will be appreciated , thank you.
Does Gear VR with Samsung s7 edge support user position tracking?
60 views Asked by Kolluru Nagalakshmi At
1
There are 1 answers
Related Questions in VIRTUAL-REALITY
- I want to rotate WebXR Rectile towards walls
- Looking to access wide angle camera of smartphone while making an AR application using Vuforia
- Quest 3 device technical feasibility
- issue with random input latency on quest 3
- can't to save oculus spatial anchors (on cloud or locally)
- AR Plane Detection using Oculus Integration Unity SDK
- Voice SDK does not work on the Quest but does in Unity editor
- Meta Quest2/3 Unity SDK - How to get battery level info
- How drag and drop 2D UI elements of Canvas in OVR ray interactable?
- How to Drag Image on Canvas with Meta All-in-One SDK
- Ray interactor can't select a 3d Object
- Animating Entity in VisionOS based on mouse gesture?
- Time warping analysis from HMD's Data-Log
- The Pico unity openxr sdk is incompatible with openxr 1.9.1, but I can't downgrade the openxr version in the editor
- Delay in Passthrough Camera Feed in Unity Quest 3
Related Questions in GEAR-VR
- C# GearVR Packet Decryption
- Laggy when play gear VR build
- How to get touch pad up, down, left and right touches from Samsung gear vr?
- Does Gear VR with Samsung s7 edge support user position tracking?
- Portable Virtual Reality development toolkits - what are the differences?
- How can I open a 360 Youtube Video in the YoutubeVR app from WebVR/A-Frame
- GearVRf - SceneObject not visible with GVSphere Image
- Movement in VR with Unity for Oculus Go
- AFrame Project run no script in GearVR Samsung Internet
- Detecting USB drive in GearVR with Unity (C#) Android application
- How to adjust the background camera of ARCore in combination with GearVR?
- GearVR with glsurfaceview?
- Unity Gear Vr Object Interaction
- Google Resonance + Unity 2017.3.1f1 + GearVR (Galaxy 8)
- WebVR Gamepad Extensions won't enable on Samsung S8
Related Questions in SAMSUNG-EDGE
- Visability of Samsung Edge Panel
- Does Gear VR with Samsung s7 edge support user position tracking?
- Identify if the android device is one of the samsung edge devices
- How to programmatically detect if an app is running on a Samsung "Edge" screen?
- android 6 won't run in v23 (build-tools)
- Design Android App for Samsung Edge Panel with Android Studio
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?
Popular Tags
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)
GearVR is not meant to be a 6-DoF device, which is what you are asking (3 Degrees of Freedom means tracking of rotation, 6 Degrees of Freedom means rotation + position).
It is possible to achieve 6-DoF tracking with a Samsung Galaxy by using ARCore. A good starting point would be this GitHub project.
However, the results will most likely not meet your expectations in terms of usability. If you intend to use the original GearVR goggles, you'll notice that the camera is covered, so that would be a problem as well.
If you really want quality mobile 6-DoF VR (read: goggles, not a smartphone in your hands), you should look out for Vive Focus or Oculus Quest as a device.