You are not logged in.

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


#1 2012-07-12 04:33:45

ericdeford
New member
Registered: 2012-07-12
Posts: 1

Mobile Tour Build not allowed...

I have a Pro license, and if I use any non panoramic images as part of my tour it will not allow me to export for mobile. When I only use panoramic images, I can build the tour for mobile just fine.

Also do I have to click the mobile option of the tour build for my tour to display on an iPad?

Offline

 

#2 2012-07-12 07:29:13

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 9739
Website

Re: Mobile Tour Build not allowed...

Welcome to the forum...

ericdeford wrote:

I have a Pro license, and if I use any non panoramic images as part of my tour it will not allow me to export for mobile. When I only use panoramic images, I can build the tour for mobile just fine.

In the current version of PTP, in order to be able to create a mobile-compatible tour all the pano images in the tour must have a HFOV of 360 degrees and a VFOV of at least 45 degrees.

Also do I have to click the mobile option of the tour build for my tour to display on an iPad?

Yes.

You can select to create both a Standard tour and a Mobile devices tour.

When selecting Mobile devices tour always select one of the HTML template options to create an HTML file to load the tour.

Last edited by mediavets (2012-07-12 07:30:52)


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm lenses, Nodal Ninja 5 Lite, Nodal Ninja 4 with R-D16, Agno's MrotatorTCS short.
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket, Agno's MrotatorA.
Merlin/Orion robotic pano head + Papywizard on Nokia 770/N800/N810 and Windows 8/XP/2K.

Offline

 

#3 2012-07-12 11:01:17

HansKeesom
Member
Registered: 2010-07-19
Posts: 1425
Website

Re: Mobile Tour Build not allowed...

i have these option on all the time to make my tours compatible as much as possible and having only one set of files.

What I am wondering about is whether selecting the iPad option has a negative effect on the viewingquality on the PC? I assume not but want to make sure. Anyone?

Last edited by HansKeesom (2012-07-12 11:01:36)


Regards,  Hans Keesom
I stitch and render for other photographers see http://tinyurl.com/brxvlhg for details

Offline

 

#4 2012-07-12 11:19:19

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

Re: Mobile Tour Build not allowed...

HansKeesom wrote:

i have these option on all the time to make my tours compatible as much as possible and having only one set of files.

What I am wondering about is whether selecting the iPad option has a negative effect on the viewingquality on the PC? I assume not but want to make sure. Anyone?

have a look at the sourcecode (the xml files). here you can see that there is a software crossing and if you visit the tour with a flash capabla PC than other images are taken than if you visit the tour with a mobile device.
So - no the quality of the PC tour is not less when a mobile tour is additional created...
Georg

Offline

 

#5 2012-07-16 20:25:06

HansKeesom
Member
Registered: 2010-07-19
Posts: 1425
Website

Re: Mobile Tour Build not allowed...

I did but did not find that code back. I know I have seen it in the past, in version 1.6 I belief, where it would send the control to seperate directories etc based on the device.

Which template should I use for the build to get that code.


Regards,  Hans Keesom
I stitch and render for other photographers see http://tinyurl.com/brxvlhg for details

Offline

 

#6 2012-07-16 21:57:10

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

Re: Mobile Tour Build not allowed...

HansKeesom wrote:

I did but did not find that code back. I know I have seen it in the past, in version 1.6 I belief, where it would send the control to seperate directories etc based on the device.

Which template should I use for the build to get that code.

asuming the default naming you get a build.xml file which does load the different panos of your tour by loading the build0.xml, build1.xml etc.
in the build[0...].xml files you can see a block of code like:

Code:

    <!--************** Panorama *******************************************************************-->
    <!-- @File="build0.xml" @PanoName="Mozartsteg - before renovation - May 2011" @FilePath="" -->
    <panoview h="168.51" v="5.27" fov="90"/>
    <!-- view parameters -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="90" fov="90" hlookat="168.51" vlookat="5.27"/>
    <autorotate horizon="5.27" tofov="90" waittime="1" speed="5"/>
    <!-- preview image -->
    <preview url="builddata/build0/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- the pano itself -->
    <image type="CUBE" multires="true" tilesize="745" baseindex="0">
        <level tiledimagewidth="2980" tiledimageheight="2980">
            <left url="builddata/build0/3/2/%v_%u.jpg"/>
            <front url="builddata/build0/0/2/%v_%u.jpg"/>
            <right url="builddata/build0/1/2/%v_%u.jpg"/>
            <back url="builddata/build0/2/2/%v_%u.jpg"/>
            <up url="builddata/build0/4/2/%v_%u.jpg"/>
            <down url="builddata/build0/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1490" tiledimageheight="1490">
            <left url="builddata/build0/3/1/%v_%u.jpg"/>
            <front url="builddata/build0/0/1/%v_%u.jpg"/>
            <right url="builddata/build0/1/1/%v_%u.jpg"/>
            <back url="builddata/build0/2/1/%v_%u.jpg"/>
            <up url="builddata/build0/4/1/%v_%u.jpg"/>
            <down url="builddata/build0/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="745" tiledimageheight="745">
            <left url="builddata/build0/3/0/%v_%u.jpg"/>
            <front url="builddata/build0/0/0/%v_%u.jpg"/>
            <right url="builddata/build0/1/0/%v_%u.jpg"/>
            <back url="builddata/build0/2/0/%v_%u.jpg"/>
            <up url="builddata/build0/4/0/%v_%u.jpg"/>
            <down url="builddata/build0/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build0/3/mobile_face.jpg"/>
            <front url="builddata/build0/0/mobile_face.jpg"/>
            <right url="builddata/build0/1/mobile_face.jpg"/>
            <back url="builddata/build0/2/mobile_face.jpg"/>
            <up url="builddata/build0/4/mobile_face.jpg"/>
            <down url="builddata/build0/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build0/3/tablet_face.jpg"/>
            <front url="builddata/build0/0/tablet_face.jpg"/>
            <right url="builddata/build0/1/tablet_face.jpg"/>
            <back url="builddata/build0/2/tablet_face.jpg"/>
            <up url="builddata/build0/4/tablet_face.jpg"/>
            <down url="builddata/build0/5/tablet_face.jpg"/>
        </tablet>

so krpano docu aout the <image> and in special than the multires subcommand:
http://www.krpano.com/docu/xml/#image
... in my example 3 levels are configured/automatically set by ptp:
I never did manually change these part, ptp is doing the calculation automaticall... so why should I ;-))

Liebe Gruesse,
Georg

Offline

 

#7 2012-07-20 17:59:22

HansKeesom
Member
Registered: 2010-07-19
Posts: 1425
Website

Re: Mobile Tour Build not allowed...

Hi Georg,

Found it and feels good. Since yesterday I have an Android 4.0 tablet and yes it runs fine on that also, online and offline. Perfect!!!

Have a nice weekend,


Regards,  Hans Keesom
I stitch and render for other photographers see http://tinyurl.com/brxvlhg for details

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson