How to create a 360 panorama in Android

Panorama 360 View might be possible on IOS, is it possible on Android too? can someone let me know how to create a Panorama 360 view in android.

+3


source to share


1 answer


You should see PanaromaGl library for Android Supported functions in 0.2 beta version:



  • SDK 2.0 - 4.2.2.

  • ARM, x86 and MIPS architectures.

  • OpenGL ES 1.0 and 1.1.
  • Support for spherical, cubic and cylindrical panoramic images.
  • Scrolling and continuous scrolling.
  • Inertia to stop continuous scrolling.
  • Zoom in and out (move two fingers on the screen).
  • Reset (placing three fingers on the screen or shaking the device).
  • Scroll from left to right and top to bottom using the accelerometer.
  • Touch rotation (only for devices with a gyroscope or accelerometer and magnetometer).
  • Full camera control including field of view, zoom, rotation, rotation range, animations, etc.
  • Hot spots with teams.
  • Simple JSON protocol.
  • Creation of virtual tours using the JSON protocol or using programming.
  • Transitions between panoramas.
  • Event support.
+7


source







All Articles