Posts by climber5

    Hello,

    I try as well to execute krpanottols on a FreeBSD server.
    It's not my own server, but my webhoster is using FreeBSD.

    If I try to execute krpanotools I get the following:

    $ ./krpanotools
    ELF binary type "0" not known.
    bash: ./krpanotools: cannot execute binary file: Exec format error

    Is this something others have solved already?

    Thanks and best regards
    Christoph

    Hi Piotr,

    Since today I have a strange issue. My index.html is redirecting me always within part of a second to tour_editor.html.

    If I open the folder / then it will change the URL to /tour_editor.html, if I open /index.html I will end up with /index.htmltour_editor.html

    I have added a few more panos to my existing tour, and now I can not see my pano with the regular view any more.

    Do you have an idea why this happens?

    Thanks

    Christoph

    Hi Piotr,

    I'm looking for a direct link to a scene inside the virtual tour.
    For this I've tried to follow one of the instructions in the forum, e.g.
    https://krpano.com/forum/wbb/inde…d&threadID=9759

    However, if I load my panorama like

    http://mydomain.tld/pano/index.html?scene=scene_2

    where "scene_2" is the name of my scene I want to load, I get a strange behaviour:

    the page get's constantly reloaded and and is adding in the back of the URL in loops several times "tour_editor.html"

    within seconds I end up with an URL like
    http://mydomain.tld/pano/index.html?scene=scene_2tour_editor.htmltour_editor.htmltour_editor.htmltour_editor.htmltour_editor.htmltour_editor.htmltour_editor.htmltour_editor.html

    How can I generate a direct link to a scene within the panorama tour when I'm using your files?

    Thanks!

    Christoph

    I have a simialr issue, I can't get the snow plugin work within a single panorama of my virtual tour.

    within the scene of my virtual tour, I've tried to enable the snow plugin like this:

    I have made sure, that plugins/snow.swf and plugins/snow.js are copied to this folder.

    any help is appreciated.

    Best Regards
    Christoph

    Hi Pior,

    great work, I like VT Builder a lot!

    Is there a manual how the settings.xml work?

    As by the attached print screen, I would like to hide the buttons/symbols 1) and 2) and to define an initial location with coordinates for the (+) plus button 3).

    and is there a possibility to disable the preview when clicking on a POI?

    Is there any solution for this?

    Thanks for your support.

    Christoph

    Hi Zephyr,

    Thanks for your reply, I will think about this!
    I'm not yet sure, if I would like to have this functionality just for me to automate the panorama creation, or if I would like to open this for a small community or for the public. At the moment, my webspace has 100GB... enough for a first test...

    Tours were not in my first focus, just pano's in jpeg with around 10-20MB for each file or not much more...

    I did some test's to execute the droplet on the FreeBSD Server, it's not yet working... but I will try to re-configure the server for this.

    But where is the benefit of the offline system? If I create such a solution, the best way is to have it online anyway, or not?

    Thanks

    Christoph

    Was ich bis jetzt mit dieser Lösung getestet habe, können die einzelnen Bild Dateien trotzdem aus dem Cache des Browsers geholt werden. Daher macht das Packen aller Bilddaten keinen Sinn.

    Ich habe für mich eine domain beschränkte krpano.swf datei erstellt, die nur auf meinen Domains läuft. Nun ist die Lizenz geschützt... Aber richtigen Datenschutz im Web habe ich noch nicht gefunden, Der Browser cacht alles... daher lohnt sich der Aufwand auch nicht...

    Hi Castillonisindex.php?page=User&userID=57,

    I've played around a bit with Facebook in the last days.

    • I was able to create a new application with which a new tab in yor profile could be made
    • Was integrating the Like button into my website

    But I'm still got no answer from facebook about my withe list request to try the direct embedding of movies.

    Which is the solution you would like now?

    • A new tab with integrated videos like this ?
    • posting pano's to your wall which can be executed directly in facebook?
    • adding social plugins to your website?

    Bye

    Christoph

    Hi Community,

    I'm still looking for a solution to automate the creation of the pano's.

    Now I'm thinking about a solution to create a web page with integrated panorama creator. I would like to upload the equirectangular image with a webform, and the droplet will create the pano initiated by CGI.

    Has someone experiance in such a solution?

    Thanks for a short hit how to start.

    Best Regards

    Christoph

    Dear Community,

    I would like to automate the generation of new panoramas as much as possible.
    I would like to modify the droplet to get asked for some more parameters.

    • Title of the new Panorama to be added into the header of the generated html file.
    • To add all individual facebook headers as described in this thread , especially the path to the preview image

    This values should be added each time into the hml file. I've already updated my standard HTML file with this values, but I've to modify them each time. Is there a way to get the questions from the droplet?

    Thanks


    Christoph

    Hello,

    I've read now the whole thread to this topic, but I'm still struggeling with the beginnings.

    I've created a page for my pano's inside facebook which is working:
    http://apps.facebook.com/pano-rama/

    But if I try to make a tab for the same application in my Profile, I get the follwoing error messages:

    The goal is to create a page like this example from Birdseye which I realy like!

    Your help is much appreciated. Thanks in advance.

    Christoph

    Hi Joe,

    I'm also a newbie, but I will try to help you! I like the combobox plugin as it allows you to navigate thru your pano with either hot spots or a dropdown menue.
    First basics for HTML and XHTML: a tag <> has to be closed every time, either e.g. <krpano version="1.0.8"></krpano> or with the slash in the initial tag, e.g.

    I had for my virtual tour Göschenen the following workflow:

    • 1) Creating each pano with the droplet "MAKE PANO (SINGLE-SWF-MULTIRES) droplet.app" (on a Mac, if you are using Windows, use the same Programm in the Windows enviroment)
    • 2) Open the XML file of the first created Pano and the XML file out of the examples folder "krpano-1.0.8-beta9-2010-03-07/examples/scenes-with-combobox"
    • 3) adjust your xml file with the lines from the scenes-with-combobox.xml:
    1. replace the initial tag with <krpano version="1.0.8" onstart="action(start)">
    2. add the action and plugin tags:
    3. add the scene tag by the start of your pano just before the view tag
    4. close the scene above the </krpano> tag with </scene>
    5. copy the part between the <view> tag and the </image> tag of yor seccond panorama in the same way as above descibd into your first pano-xml, but of course replace the name of the scene with the new one to avoid problems, each scene needs her own name!
    6. add the hotspot's as described in the editor plugin to your panorama, see here the code of a hotspot out of my above mentioned example:
      Code
      <hotspot name="spot2" url="panorama.gif" ath=" 94.6844" atv="  0.3681" scale="0.6" zoom="true"
      		     	alpha="0.3"
      		     	onover="tween(alpha,1);tween(scale,1);"
      		     	onout="tween(alpha,0.3);tween(scale,0.6);"
      		     	onclick="looktohotspot(spot2); loadscene(scene3, null, MERGE, BLEND(1));"
      		     	/>


    • 4) go ahed and try to adjust your XML following the rules described in scenes-with-combobox.xml

    CU

    Christoph

    Hi Greg,

    The tool looks prety good! But I've some questions:
    How are the System requirements? Is the tool running in Java or do you have the tool for Windows, Linux and OS X avaiable?
    Is the tool stable, or still in a Beta mode? Could you send us some more details, e.g. do yo have a framework with generic brick arrays to have standard values coded in a fast way? Are there more values available then with the editor plugin?

    Thanks for your feedback.

    Christoph

    Hi,

    I'm trying to create a hotspot on a building in my panorama and after click on it it will open a photo of the front of the building.
    I was not able to find an example in the krpano viewer examples. I was working with the "flyout-hotspots" and "introimage" example but I got no working xml which fit's my requirements.

    I've no problems to create the hotspots, I only need help to create the "action"-tag in the xml and the" onclick=" - attribute in the hotspot.

    Thanks for your help.

    Regards

    Christoph