You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2012-04-20 15:03:56

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6436
Website

start doesn´t use the set fov

Hi!

I generated a pano with a given fov of 25%. But when it starts it´s at 90°.
I looked into the xml - and there it has 30%. nevertheless it starts with 90%.

When i set it in the xml to fov 25% it neverthless starts with 90° . . Setting the hor. to "0" in autorotation works - but still it doesn´t start with 25% but with 90° . .

i added the xml here and also a screenshot.

best, Klaus


xml:

Code:

<?xml version="1.0" encoding="UTF-8"?>
<!-- for xml compliance -->
<krpano version="1.0.8.14">
    <!-- Während des Ladens auszuführende Aktionen -->
    <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
        if(autorotate.enabled==false,set(plugin[autorotationOFF].visible,false); set(plugin[autorotationON].visible,true);,set(plugin[autorotationOFF].visible,true); set(plugin[autorotationON].visible,false););
        firstloadcompleteaction();
    </action>
    <action name="playpanosounds">
        playbackgroundsound(none);
    </action>
    <action name="stoppanosounds">
        stopbackgroundsound();
    </action>
    <action name="closepanoobjects">
    </action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="Bar_Kaiserteich0.xml" @PanoName="Bar2_5k" @FilePath="/Users/webmaster/Desktop/Bar_Kaiser_19_04/Bar2_5k.jpg" -->
    <panoview h="-155.08" v="14.84" fov="25"/>
    <!-- Parameter anzeigen -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="90" fov="25" hlookat="-155.08" vlookat="14.84"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="14.84" tofov="90" waittime="1" speed="-3"/>
    <!-- Bildvorschau -->
    <preview url="Bar_Kaiserteichdata/Bar_Kaiserteich0/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- Pano selbst -->
    <image type="CUBE" multires="true" tilesize="196" baseindex="0">
        <level tiledimagewidth="1568" tiledimageheight="1568">
            <left url="Bar_Kaiserteichdata/Bar_Kaiserteich0/3/3/%v_%u.jpg"/>
            <front url="Bar_Kaiserteichdata/Bar_Kaiserteich0/0/3/%v_%u.jpg"/>
            <right url="Bar_Kaiserteichdata/Bar_Kaiserteich0/1/3/%v_%u.jpg"/>
            <back url="Bar_Kaiserteichdata/Bar_Kaiserteich0/2/3/%v_%u.jpg"/>
            <up url="Bar_Kaiserteichdata/Bar_Kaiserteich0/4/3/%v_%u.jpg"/>
            <down url="Bar_Kaiserteichdata/Bar_Kaiserteich0/5/3/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="784" tiledimageheight="784">
            <left url="Bar_Kaiserteichdata/Bar_Kaiserteich0/3/2/%v_%u.jpg"/>
            <front url="Bar_Kaiserteichdata/Bar_Kaiserteich0/0/2/%v_%u.jpg"/>
            <right url="Bar_Kaiserteichdata/Bar_Kaiserteich0/1/2/%v_%u.jpg"/>
            <back url="Bar_Kaiserteichdata/Bar_Kaiserteich0/2/2/%v_%u.jpg"/>
            <up url="Bar_Kaiserteichdata/Bar_Kaiserteich0/4/2/%v_%u.jpg"/>
            <down url="Bar_Kaiserteichdata/Bar_Kaiserteich0/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="392" tiledimageheight="392">
            <left url="Bar_Kaiserteichdata/Bar_Kaiserteich0/3/1/%v_%u.jpg"/>
            <front url="Bar_Kaiserteichdata/Bar_Kaiserteich0/0/1/%v_%u.jpg"/>
            <right url="Bar_Kaiserteichdata/Bar_Kaiserteich0/1/1/%v_%u.jpg"/>
            <back url="Bar_Kaiserteichdata/Bar_Kaiserteich0/2/1/%v_%u.jpg"/>
            <up url="Bar_Kaiserteichdata/Bar_Kaiserteich0/4/1/%v_%u.jpg"/>
            <down url="Bar_Kaiserteichdata/Bar_Kaiserteich0/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="196" tiledimageheight="196">
            <left url="Bar_Kaiserteichdata/Bar_Kaiserteich0/3/0/%v_%u.jpg"/>
            <front url="Bar_Kaiserteichdata/Bar_Kaiserteich0/0/0/%v_%u.jpg"/>
            <right url="Bar_Kaiserteichdata/Bar_Kaiserteich0/1/0/%v_%u.jpg"/>
            <back url="Bar_Kaiserteichdata/Bar_Kaiserteich0/2/0/%v_%u.jpg"/>
            <up url="Bar_Kaiserteichdata/Bar_Kaiserteich0/4/0/%v_%u.jpg"/>
            <down url="Bar_Kaiserteichdata/Bar_Kaiserteich0/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="Bar_Kaiserteichdata/Bar_Kaiserteich0/3/mobile_face.jpg"/>
            <front url="Bar_Kaiserteichdata/Bar_Kaiserteich0/0/mobile_face.jpg"/>
            <right url="Bar_Kaiserteichdata/Bar_Kaiserteich0/1/mobile_face.jpg"/>
            <back url="Bar_Kaiserteichdata/Bar_Kaiserteich0/2/mobile_face.jpg"/>
            <up url="Bar_Kaiserteichdata/Bar_Kaiserteich0/4/mobile_face.jpg"/>
            <down url="Bar_Kaiserteichdata/Bar_Kaiserteich0/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="Bar_Kaiserteichdata/Bar_Kaiserteich0/3/tablet_face.jpg"/>
            <front url="Bar_Kaiserteichdata/Bar_Kaiserteich0/0/tablet_face.jpg"/>
            <right url="Bar_Kaiserteichdata/Bar_Kaiserteich0/1/tablet_face.jpg"/>
            <back url="Bar_Kaiserteichdata/Bar_Kaiserteich0/2/tablet_face.jpg"/>
            <up url="Bar_Kaiserteichdata/Bar_Kaiserteich0/4/tablet_face.jpg"/>
            <down url="Bar_Kaiserteichdata/Bar_Kaiserteich0/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspots und Lensflares ****************************************************-->
    <action name="hidepanospotsaction">
    </action>
    <action name="showpanospotsaction">
    </action>
    <!-- Alle Hotspots schließen -->
</krpano>

P.S.: this is how it should look - this is the actual version which i´d like to replace by the edited one:
http://www.360impressions.de/Bar_Kaiserteich.html

The screenshot shows the start view. That should be @25% and not @90°


Uploaded Images

Last edited by klausesser (2012-04-20 15:21:52)


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#2 2012-04-20 15:19:12

bdd
Administrator
Registered: 2011-01-18
Posts: 622
Website

Re: start doesn´t use the set fov

Hello Klaus,

You checked the checkbox that forbid a zoom greater than the image resolution.

And a fov of 25° with a such wide browser screen, would exceed the image resolution.

You can either :
  1 - uncheck the zoom limitation in Panotour
  2 - test with a less wide screen

Gérald

Offline

 

#3 2012-04-20 15:29:25

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6436
Website

Re: start doesn´t use the set fov

bdd wrote:

Hello Klaus,

You checked the checkbox that forbid a zoom greater than the image resolution.

And a fov of 25° with a such wide browser screen, would exceed the image resolution.

You can either :
  1 - uncheck the zoom limitation in Panotour
  2 - test with a less wide screen

Gérald

Hi Gérald!

Thank you!

I always have the zoom limited to max.pixel zoom 1.0 as you can see in the xml. Definitely don´t want to change it - it works fine usually. See the linked version.
It needs to run on a wide screen - otherwise it´s useless.

best, Klaus

P.S.:

"And a fov of 25° with a such wide browser screen, would exceed the image resolution."

I set it to 50% in the xml - doesn´t work. It keeps 90° - regardless what i set in the xml.

P.S.2:
Funny: on iPad it starts with 50% . . . But not on the desktop . . . (other panos do).

Last edited by klausesser (2012-04-20 15:32:42)


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#4 2012-04-20 16:39:14

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6436
Website

Re: start doesn´t use the set fov

Checked it all over again: PTP 1.8 gives me a faulty result. Every setting is correct - nevertheless the pano starts with 90° instead of 30°. I used 30° before as start-setting - no problem:
http://www.360impressions.de/Bar_Kaiserteich.html Make it fullscreen.

best, Klaus

Last edited by klausesser (2012-04-20 16:42:32)


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#5 2012-04-20 16:50:29

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6436
Website

Re: start doesn´t use the set fov

here´s the complete PTP folder cotaining the equi-image.

www.klausesser.de/Barproblem.zip


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#6 2012-04-20 17:27:28

gkaefer
Member
From: Salzburg
Registered: 2009-06-09
Posts: 2678
Website

Re: start doesn´t use the set fov

klausesser wrote:

Checked it all over again: PTP 1.8 gives me a faulty result. Every setting is correct - nevertheless the pano starts with 90° instead of 30°. I used 30° before as start-setting - no problem:
http://www.360impressions.de/Bar_Kaiserteich.html Make it fullscreen.

best, Klaus

Hi Klaus,

IE9: the fullscreen does not work for me.
Safari 5.5 works for me...

Georg

Offline

 

#7 2012-04-20 17:28:16

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6436
Website

Re: start doesn´t use the set fov

I checked it again. Compared it to the version i did some years ago . .

The image-quality in the new version is bad - though i used the very same equirectangular image as years ago . .
I used jpg 12 in PTP. Didn´t help.

BUT: on my MacBook Pro the fov-setting works. I can edit it in the xml and it does what i expect.
On my MacPro it doesn´t work - the pano always starts with 90° . . doen´t care what i type in te xml . .

But simulating an iPad in Safari the start-angle is how i typed in the xml.

Strange . . .

The fact is after all: i can´t use this pano the way PTP creates it. The image-quality is worse than it was in the pano i made years ago: www.360impressions.de/bar_kaiserteich.html
And now i have a problem . .

best, Klaus


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#8 2012-04-20 17:32:47

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6436
Website

Re: start doesn´t use the set fov

gkaefer wrote:

klausesser wrote:

Checked it all over again: PTP 1.8 gives me a faulty result. Every setting is correct - nevertheless the pano starts with 90° instead of 30°. I used 30° before as start-setting - no problem:
http://www.360impressions.de/Bar_Kaiserteich.html Make it fullscreen.

best, Klaus

Hi Klaus,

IE9: the fullscreen does not work for me.
Safari 5.5 works for me...

Georg

Hi Georg!

Coud you explain a bit more? WHAT works for you and what doesn´t?

Fullscreen works of course. But which angle when it starts? Narrow or wide?

The problem is: the version i made years ago not only works better - but it looks better. It´s sharper, has a better resolution.
Though i used jpg 12 in the actual version and jpg 8 in the earlier version.

best, KLaus


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#9 2012-04-20 17:34:03

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6436
Website

Re: start doesn´t use the set fov

gkaefer wrote:

klausesser wrote:

Checked it all over again: PTP 1.8 gives me a faulty result. Every setting is correct - nevertheless the pano starts with 90° instead of 30°. I used 30° before as start-setting - no problem:
http://www.360impressions.de/Bar_Kaiserteich.html Make it fullscreen.

best, Klaus

Hi Klaus,

IE9: the fullscreen does not work for me.
Safari 5.5 works for me...

Georg

Do you mean the /bar_kaiserteich.html? This is a version i made 4-5 years ago.


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#10 2012-04-20 19:55:27

gkaefer
Member
From: Salzburg
Registered: 2009-06-09
Posts: 2678
Website

Re: start doesn´t use the set fov

Hi Klaus,

in posting #4 you suggest we should go fullscreen.
If I do this with the pano (link in #4) and if I click on the fullscreen button of the navbar in the pano it does
- not go fullscreen when I use IE9. clicking in the fullscreenbutton has no effect.
- open to fullscreen when I use Safari browser

Georg

Last edited by gkaefer (2012-04-20 19:59:02)

Offline

 

#11 2012-04-20 22:22:07

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6436
Website

Re: start doesn´t use the set fov

gkaefer wrote:

Hi Klaus,

in posting #4 you suggest we should go fullscreen.
If I do this with the pano (link in #4) and if I click on the fullscreen button of the navbar in the pano it does
- not go fullscreen when I use IE9. clicking in the fullscreenbutton has no effect.
- open to fullscreen when I use Safari browser

Georg

Hi Georg!

Sorry - was a bit confused . . much work - suddenly the deadline is there and everybody goes crazy . . cool

Ok - I did the pano again. Took another version of the equi-image - suddenly it worked . .

I´m afraid the Photoshop CS6 Beta produced the problems when the pictures are saved . . doing the same pictures in CS5 they do well . . Same with the size in my other post.
CS6 Beta saved 11GB, CS5 saved 6,5GB . .

here´s the actual version - running on desktop and iDevices:

www.360impressions.de/Bar

The previous version didn´t run on iDevices.

best and thanks for testing, Klaus


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson