Suchergebnisse
Suchergebnisse 1-20 von insgesamt 57.
I need to overlay a text layer on top of a distorted hotspot video but (with version 1.21 build 2023-04-30 and 2023-03-30) the video is no more visible below the text layer (video is playing but is transparent and I can hear its sound). Here the code I have used. Instead if the video is rendered as layer (not as hotspot) it is properly visible with the text layer in overlay. <hotspot name="hsvideo" url="plugins/videoplayer.js" videourl="video.mp4" posterurl="video.jpg" distorted="true" pausedons...
At this link the panorama shot with remote control button (JPG format) https://drive.google.com/file/d/1JLZ-81f…iew?usp=sharing When generating a makepano tour with config file set as below: parsegps=true prealignheading=true autolevel=prealign the scene is produced with empty LAT LNG ALTITUDE HEADING but are properly set the: <view hlookat="182.64".../> <image prealign="-0.00|182.64|-0.00"> Thanks Marco
Ricoh Theta Z1 have an embedded compass but do not have an embedded GPS (it uses the phone GPS data). For this reason if you shot using a remote control button (instead of the app in the mobile phone) no GPS data are recorded in the EXIF but the heading from the internal compass is recorded in EXIF. It seems that krpanotools.exe doesn't recognize the presence of the compass EXIF data if GPS EXIF data are missing. If I process with krpanotools a pano shooted with the mobile phone app, I get all L...
I am trying to use flowchildren=h with flowoverflow=true to organize child layers in a parent layer when parent layer is resized. It works but the child layers are always arranged with left alignment in the parent. I am unable to set center or right alignment of the child layers in the parent layer, it seems that the align attribute of child layers is ignored when flowchildren=h flowoverflow=true is set in the parent. Here below a sample of code i am using <layer name="myparent" type="container"...
Release Notes of version 1.21 states "Container layers can automatically resize their-self based on their children elements" but I am unable to make it working. I have a container layer with a child image layer but the container has no size (width=0 hieght=0). What is wrong in code here below? <layer name="TestLayerContainer" type="container" align="center" bgcolor="0xff0000" bgalpha="1" scalechildren="true" /> <layer name="TestLayer" type="image" parent="TestLayerContainer" url="%VIEWER%/Splash...
I am using krpano POPUP IFRAME example code to open a popup with an HTML page (from same domain) inserted as src of the iframe. That is ok, the popup open and src page is properly dispayed in the popup, BUT problem is that I need to call a jscript function in the src HTML page from the parent tour.xml code. I am able to do this when the iframe is not created using the POPUP IFRAME example code but is inserted by me in the parent HTML. To do this I use this code to call the jscrip function in the...
I am trying to use the command line version of tour_testingserver.exe with the URL made of the page name followed by a querystring, but the querystring is truncated after the first parameter. this is the commandline I am using: tour_testingserver.exe -root=C:\Test -url=mytour.html?logkey=true&startscene=1 -interface=127.0.0.1 -port=8090 -open=defaultbut the browser is loaded with a truncated URL, the parameter startscene (or any other parameter) after the & symbol is truncated: http://127.0.0.1:...
I have some strange behavior of soundinterface plugin when trying to use it on mobile (using last 1.20.7 krpano version) I generate a virtual tour using the MAKE VTOUR (MULTIRES) droplet I add to tour.xml the soundinterface plugin as follows: <plugin name="soundinterface" url.html5="%VIEWER%/plugins/soundinterface.js" url.flash="%VIEWER%/plugins/soundinterface.swf" preload="true" rootpath="" volume="1.0" mute="false" panningmodel="simple" worldscale="1.0" autopause="true" autounlock="true"/> Fin...
Using the "Soundinterface plugin" it is possible to know if a sound is playing or it is blocked by Autoplay Restrictions? I need to notify the visitor of the tour that a sound is available but it is blocked. I can't insert a splashscreen or similar to force the user to click inside the viewer to start the blocked sound. Thanks Marco
I am trying to have a text layer vertically rotated with a background color. I use XML like this: <layer name="verticaltext" keep="true" type="text" html="vertical text" css="color:#FFFFFF; transform: rotate(-90deg);" bgcolor="0xFF0000" bgalpha="1" /> The text is properly rotated but the background remain horizontal !! If I use HTML with the same css, like this: <div style="background-color:#FF0000; transform: rotate(-90deg);"> vertical text </div> both text and background are properly rotated. ...
To make room for a second row of buttons I need to increase the height of the controlbar of vtourskin.xml (last release) when, by resizing, the controlbar width becomes too small to show all the buttons in a single row. I have not been able to understand how to dinamically change the height of the controlbar (statically defined by the "skin_setting.controlbar_height" parameter) keeping all the functionality of controlbar scrolling when thumbs and map are open/closed. Any help will be really appr...
I am getting wrong result using krpano 1.20.2 to generate VTour from images with Google Photo Sphere metadata. I used the default MAKE VTOUR (MULTIRES) droplet passing an image that has following metadata: Cropped Area Image Height Pixels: 3000 Cropped Area Image Width Pixels : 6720 Cropped Area Left Pixels : 0 Cropped Area Top Pixels : 0 Full Pano Height Pixels : 3360 Full Pano Width Pixels : 6720 Initial Camera Dolly : 0.0 Initial Horizontal FOV Degrees : 90 Initial View Heading Degrees : 23 I...
Klaus, are you planning to attend at IVRPA conference in Belfast in June? It will be a great opportunity to present your new krpano release and, possibly, do a short trainig course about it to all of us. Please let us know!! Thanks Marco
Please help me to understand how to use placeholders for xmltemplate and how to change them in the command line. I use the command line: "krpanotools makepano -config=vtour-multires.config [options] inputfiles" and I can change the value of the [VIEW] placeholder with -xmltemplate_view=... in the [options] but I do not understand how to change the value for other placeholders in the xmltemplate file like, for instance, the [VIEWLIMITS] placeholder. What to do to change [VIEWLIMITS] placeholder f...
Thanks Klaus, a perfect solution already available!!
Any idea how to produce an projected image snapshot from a spherical pano file passing the hlookat, vlookat, fov parameters and the output image dimensions (like a screen snapshot but without displayng the pano in the browser)? Thanks Marco
Sorry Klaus but it is not working for me!! I am sure no other code is inserted in what is generated by dropping a tif file on "MAKE PANO (MULTIRES) v 1.19-pr5" tool except for the action "myOnStart" that is only tracing querystring parameters. I have also tested with a just downloaded 1.19-pr6 version of krpano to be sure nothing changed from your delivered sw and result is the same, h and f are not passed!! I have also tested with other single letter querystring parameters and all the alphabet ...