mukundmkale / panoramagl-android

Automatically exported from code.google.com/p/panoramagl-android
0 stars 0 forks source link

in any case view always start from centre of image #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load a PLsperical2panorama object in setPanorama()
2. run application
3. put the phone on a table faced-up

What is the expected output? What do you see instead?
Let's take as reference point of the phone the back-camera and a x-y grid 
centered in the centre of the picture ( so x-range: [-20,20] and 
y-range:[-10,10] ).. As camera is pointing the ground, the visualized image 
should start from the bottom-centre point of the image (so x=0, y= -10).
Or if back-camera is pointing to the right, the display should start shifted 
from the center (so x=20, y=0).
And so on..

What version of the product are you using? On what operating system?
I'm using 0.2 beta , in android 4.4.2

Please provide any additional information below.

Original issue reported on code.google.com by belardin...@gmail.com on 23 Jun 2014 at 2:31

GoogleCodeExporter commented 8 years ago
or if it possible to add a method that allows you to decide whether to start 
from the center or from a point got from sensors...

Original comment by belardin...@gmail.com on 23 Jun 2014 at 4:21