360-panorama-viewer

Android 2D panoramic video player

妖精的绣舞 提交于 2020-01-04 05:44:08
问题 I am working in iOS and Android app that play 2D Panoramic video player. We find an Open Source iOS 2D Panorama Video Player app But we can't find any open source library for android. Please suggest any open source android 2D video player to achive this. 回答1: As your question is 3 months old by now, you probably found it (or something else) yourself. However, as other people might still be searching for it: gvr-android-sdk is Google's SDK for various VR-usages. Take a look at the

three.js — fit a background image panorama

时光毁灭记忆、已成空白 提交于 2019-12-23 03:38:10
问题 I am trying to put this image -- https://hdfreefoto.files.wordpress.com/2014/09/bright-milky-way-over-the-lake-at-night.jpg -- as a panorama background in my three.js scene. I have the following code: var sphere = new THREE.SphereGeometry(200, 200, 32); sphere.applyMatrix(new THREE.Matrix4().makeScale(-1, 1, 1)); var sphereMaterial = new THREE.MeshBasicMaterial(); sphereMaterial.map = THREE.ImageUtils.loadTexture(<path to above image>); var sphereMesh = new THREE.Mesh(sphere, sphereMaterial);

How can I give some clickable points in VR panorama image view in Android?

被刻印的时光 ゝ 提交于 2019-12-09 07:39:47
问题 I insert a 360 degree image in VrPanoramaView then image is showing and rotating successfully but and in this library only one click event which is panoramaView.setEventListener(new VrPanoramaEventListener() . I want to give some points in that image. So I want to know how I can give some selected points in Google VR View in android ? 回答1: Don't use panoview - just use gvrview and add a renderbox module. Use the transform class to make panoview, and then simply add anything you want. I

import panoramaGL on Android Studio

旧时模样 提交于 2019-12-07 17:27:54
问题 I've a problem importing PanoramaGL library in my project. this is the library https://github.com/zarelaky/panoramagl-android/tree/master/PanoramaGL there are instructions for importing on Eclipse but i cant import on Android Studio. I've tryied import from source or from .jar files but without success. Anyone can explain me step by step how to import this library? thank you! 来源: https://stackoverflow.com/questions/39026638/import-panoramagl-on-android-studio

import panoramaGL on Android Studio

烂漫一生 提交于 2019-12-06 04:18:27
I've a problem importing PanoramaGL library in my project. this is the library https://github.com/zarelaky/panoramagl-android/tree/master/PanoramaGL there are instructions for importing on Eclipse but i cant import on Android Studio. I've tryied import from source or from .jar files but without success. Anyone can explain me step by step how to import this library? thank you! 来源: https://stackoverflow.com/questions/39026638/import-panoramagl-on-android-studio

How to navigate in Google VR view?

拈花ヽ惹草 提交于 2019-12-01 08:52:41
I am writing an android app using VrPanoramaView I know there are two ways to navigate in VR apps Use the single button on the cardboard as a click Treat looking at something for a long period of time as a click How can i implement navigation using one of these so that if user clicks button panoview will skip to the next picture? Below is the sample Vr PanoramaView code ** * A basic PanoWidget Activity to load panorama images from disk. It will load a test image by * default. It can also load an arbitrary image from disk using: * adb shell am start -a "android.intent.action.VIEW" \ * -n "com

How to navigate in Google VR view?

一世执手 提交于 2019-12-01 06:36:08
问题 I am writing an android app using VrPanoramaView I know there are two ways to navigate in VR apps Use the single button on the cardboard as a click Treat looking at something for a long period of time as a click How can i implement navigation using one of these so that if user clicks button panoview will skip to the next picture? Below is the sample Vr PanoramaView code ** * A basic PanoWidget Activity to load panorama images from disk. It will load a test image by * default. It can also load