Search results
Search results 1-20 of 260.
Hello, Alexey has done a much better job with his extension. Mine only does syntax color and snippets, and it's not up-to-date. I think it's possible that VSCode and Sublimetext extensions can share the same markup syntax & snippet files. This would be very handy keep both of them updated. Unfortunately I don't have the time nor the knowledge to do this on my own. Cheers, Rafael
Hello, When I use 'Krpanotools makepano' in command line, Krpano leaves a residual folder named 'kmem/' (with the back slash included in the name) This only happens when the panoramic image is in an external disk. I presume Krpano needs to make this folder in order to create the tiles. That's OK, but I think it should be removed at the end of the process. OS: macOS Catalina 10.15.5 Krpano version: 1.20.7 This is the command I run: Source code 1 /my-path/krpanotools makepano -config=/my-path/my-c...
Hello Klauss, The URL inside the CUBE tags, used in new syntax for the multi-resolution panoramas doesn't work correctly with placeholders. Let's take the following line as an example: Source code 1 <cube url="%ROOT%/files/scenes/scene1/%s/l%l/%0v/l%l_%s_%0v_%0h.jpg" multires="512,768,1536,3072,6144" /> The placeholder %ROOT% is expanded as 2OOT% Source code 1 ......tour/2OOT%/files/scenes/scene1/b/l1/02/l1_b_02_02.jpg The placeholder %SWFPATH% is expanded as bWFPATH% Source code 1 ......tour/bW...
Thank you very much for your help Klaus. Very much appreciate it.
Hello everyone, One of my clients have complained that the touch control on his touchscreen DELL Inspiron 5000 Series doesn't work anymore.It used to work OK, but now he can't move around using his finger.He has the same problem in a big Kiosk display. Here is the link The console traces all the control settings, and it confirms that all the settings have the default values. INFO:krpano 1.19-pr16 (build 2018-04-04) INFO: HTML5/Desktop - Chrome 70.0 - WebGL INFO: Registered to: Rafael Guerra Paz ...
Hello Klaus, I'm working on an Extension for the VS Code editor , for editing XML files with the Krpano markup language. The first step is to enable syntax highlighting to help reading the code better. This is what I get so far. Luckily, there is a similar project in Github to do the same thing for the SublimeText editor, and I was able to use its tmLanguage file to cover some ground. Although the person writing that extension did an amazing job creating the regular expressions to find all the e...
Hello, Try using the following code: Source code 1 get(xml.view.hlookat) Cheers
Hello, Use the following code: Source code 1 get(xml.view.hlookat) Cheers
Thank you Klauss! That did the trick and now it's working OK.
Hello, i didn't move the 'krpano tools' application: I also tried dragging a pano on 'MAKE PANO (MULTIRES) Droplet' and got the following error: Just to let you know, the directory "/private/var/folders/mj/lvmzp2cj7675nwm9fy9qv4vh0000gn/T/AppTranslocation" is empty. Sorry. I moved from windows to Mac and this is the first time I'm using Krpano Tools on it. Cheers
Hello, I just downloaded the Mac version and I get this error when I open krpanotools: I tried to download it again and got the same error. Cheers.
Thank you for the link Sergey! In that threat Klaus gives some clues pointing in the right direction (probably using view.tx) but there isn't a code to apply that effect to a hotspot. I'll play around with that parameter today, but if someone has already an written an action, would you mind to share it? Thanks
Hello everyone, I hope you can help me with this one. I always liked the way Google Street View loads a new panorama when the user moves forward. There is something about it that truly gives the feeling of diving into the next position. Is it possible to achieve the same effect in Krpano? At the moment we use a lookto action (See this example ) Source code 1 lookto(10,0,50,smooth(100,20,50)); activatepano(%1); But some how it doesn't look the same as the Google Street View effect. Any ideas? Tha...
Hello everyone, I just uploaded an article to my blog with a deeper view into what's new in Krpano 1.19-pr11 I hope you find it useful. Cheers
Thanks for your help. At the end I decided to use your distorted hotspot technique, which wasn't that hard at all. Cheers
Thanks for your quick reply Klaus I was afraid you were going to point to the method explained in that post :-) You're correct. The way I do it is a waste, but It was done long time ago. The client has requested to update the virtual tour to make it work 100% in HTML5 and I was hoping that I could do that without re-writing the way it works. It seems that I don't have any other choice though. Thanks, Rafael
Hello, Thank you very much in advance for helping. I've got the following virtual tour: Find the hazards Basically you need to click in the hazards and after that the hazard is either fixed or removed. You can test this by clicking the hose on the floor, next to the big box filled with metal bits. In order to achieve this I add several distorted hotspots. In the case of the hose, I add 3 images: http://clients.tourvista.co.uk/vt/mintra…rds/safe_46.png http://clients.tourvista.co.uk/vt/mintra…ds/...
Hello everyone, Thank you very much in advance for helping. I've got the following 360 video: Car interior When I open it in my laptop, I can tell by using Chrome's' Developer Tool that once the whole video is played once, next time I open it Chrome uses a cached version of the video, which is nice. I tried the same thing on my mobile but the video doesn't seem to be cached at all :-( Does anybody now if there is a work around for this? Thanks, Rafael
Hello everyone and Klaus in particular, I was very pleased to see that krpano 1.19-pr4 finally supports 360 video in VR Mode. The virtual tour I'm working at the moment starts with a 'regular panorama'. Then the user loads a 360 video and after that the sequence repeats: normal pano, 360 video, normal pano, 360 video, etc... So for some reason the 360 video only loads he first time. The second time I try to load the same 360 video, Krpano doesn't show it. It's loaded because I can listen the sou...
Hello everyone! I'd like to know if anyone knows a way to make a virtual tour work when all the files are stored locally in the mobile. I'm aware of the Javascrip/localusage limitations, but I wonder if there is a work around for for mobiles. Thanks!