You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, November 15th 2016, 10:49am

Wrong view of a panorama only from phone

Hi, do you have any idea what could be the reason for this problem described here: when I load the scene from this image on my phone it looks that it's wrong stitched, but it's not, I know it because on my PC everything looks correct. Please see the images from the links below and give me suggestion, I will be very thankful.

Here is the original image: panorama image
Here are 2 screenshots how it looks like on my phone Sony Xperia Z3: screenshot 1
Screenshot 2 - it's a look at the bottom(0, 90)

Here is some code but I dont think there is something wrong there...
Any ideas, Klaus?

Source code

1
2
3
4
5
6
<scene name="scene_1" title="Room" onstart="" thumburl="thumb.jpg">
    <view hlookat="0" vlookat="0" fovmin="45" fov="96" fovmax="120" />
    <image>
        <sphere url="files4upload/upload_file1.jpg" />
    </image>
</scene>

2

Tuesday, November 15th 2016, 3:25pm

Hi,
I believe that sphere images give some problems with the VR mode.
I had the same problems with stereo-sphere images in SBS stereoformat (sinceriously I still can't figure what was wrong!!).
Anyway you should check for the image aspect ratio, is it an equirectangular image (aspect ratio 2:1, hfov 360 degree?).
I'm just a beginner I think someone else could give more info.

3

Tuesday, November 15th 2016, 5:07pm

Yes, it's equirectangular image . I'm not sure if this thread contains the answer: https://krpano.com/forum/wbb/index.php?p…&threadID=12176
Maybe my pano image is too large(7776x3888 px) 7.89 MB ? Other small images are shown perfect on mobile device.
I want to notice that the screenshot images are taken not in stereo mode(cardboard).
I tested with Google Chrome and for PC everything is ok. When I used it to see how it will look at the other mobile devices - only devices using iOS worked as expected.
Obviously Android devices have problem showing large images. What do you think - am I right - size is the reason or something else?

4

Tuesday, November 15th 2016, 5:44pm

Well,
it seems you were right, I resized your image to 20% and tested it, it works perfectly.
Thus I think that was the problem.
More details would really be usefull.

5

Tuesday, November 15th 2016, 9:35pm

Hi,

that's a Chrome bug! (on all systems)

I have reported it here:
https://bugs.chromium.org/p/chromium/issues/detail?id=664615

According to the Google developers (see in the link above) it should be fixed soon in Chrome 55.

The bug itself happens only when using very large single images (larger than the max. supported texture size of the device). When using cubical images (single or multires) that wouldn't happen, because then the single images wouldn't be that large.

Best regards,
Klaus

6

Wednesday, November 16th 2016, 1:29pm

Ok Klaus,
thanks a lot.
I experimented another issue, if I use large stereo images 8192*8192 stereoformat TB, in vr mode they are blurred, instead they are ok on desktop, is there anything I can do?
Thanks.