Hello!
Bug report!
Xiaomi 13 chrome
panoramic video black screen (any example), video image appear blinking then disapear and black screen, image visible if paused playback.
Urgent needed solation.
regards, Andrey
Hello!
Bug report!
Xiaomi 13 chrome
panoramic video black screen (any example), video image appear blinking then disapear and black screen, image visible if paused playback.
Urgent needed solation.
regards, Andrey
Hi! Klaus.
IMPORTANT
i was wonder that hotspots with destorted="false" become strange (like distorted) in stereoscopic and fisheye projections
Can not find which settings should i change to solve this issue
Thanks in advance!
Andrey
Normal projection (distorted=false)
Fisheye projection (distorted=false)
Here an updated bingmaps.js with that workaround: bingmaps.zip (will be included also in the next krpano release of course).
Hello!
Thank you! it's working now.
Sorry for such late replay.
Andrey
And the radar drawing code is very simple and independent of any browser or system stuff, so not sure what there could go wrong there...
Yep, that's what i thought too, and was really wander about this :))
It's on my Mac
But here is the test on Windows (Win10 64) system
Andrey
Sorry, you are right, it depends on browsers some of browsers has a bug with bingmaps rotation
In my case it's Safari - bug, Mozzila - ok, Chrome - bug
screenshot http://prntscr.com/j6081r
Andrey
Do you have a link to your example?
Well, it's in examples from krpano package (googlemaps example)
just replace googlemaps to bingmaps and that's it, we will see wrong radar direction.
I have tested pr13, pr14, pr16 krpano versions with bingmaps html5 radars, all versions has same bug
Andrey
IMPORTANT!
Bug report
bingmaps radar html5 version working wrong, inverse rotating
Same bug in 13 14 krpano versions
Hi! All
unfortunately i got very low interest to application :(
it's a lot of downloads and almost zero feadbacks
so I've stoped developing and app delivered as it is
but as a small bonus now it's without annoying message about updates
I had i lot of plans on features and improvements, but in case i got nothing for such app I have to stop working on it.
Best regards
Andrey
PS - let me know if i'm mistaken ;)
Hello!
Why arcgis?
take a look at leaflet http://leafletjs.com much better (easier), my opinion...
Regards
Andrey
Well, i think html2canvas is better option, isn't it?
Add your watermarks to source image
Hi!
sure it should work.
But i didn't tested it on device.
i have tested it on desktop browser only with window size changing.
Andrey
Hi!
just want to share simple action code to embed iframe html with any src to your tour:
<action name="iframe_embed">
removelayer(%1);
addlayer(%1);
set(layer[%1].parent, %2);
set(layer[%1].align, lefttop);
set(layer[%1].width, 100%);
set(layer[%1].height, 100%);
if(device.html5,
txtadd(iframecode, '[iframe id="krpano_iframe_',%1,'" width="100%" height="100%" src="',%3,'" frameborder="0" allow-same-origin allowfullscreen][/iframe]');
copy(layer[%1].html, iframecode);
set(layer[%1].padding, 0);
set(layer[%1].url, 'textfield.swf');
set(layer[%1].interactivecontent, true);
set(layer[%1].onloaded, iframe_resize(%1); );
,
showlog();
trace(error,'Iframe is not working in flash mode!');
);
</action>
<action name="iframe_resize" type="Javascript" devices="html5"><![CDATA[
document.querySelector("#krpano_iframe_"+args[1]).parentNode.style.height="100%";
]]></action>
Display More
Usage:
iframe_embed(IFRAME_LAYER_NAME, TARGET_LAYER_NAME, IFRAME_SRC_URL );
action will add regular krpano layer with name IFRAME_LAYER_NAME as a child to parent layer TARGET_LAYER_NAME
Working in HTML5 only (no flash) the size of iframe will be same as a parent layer, it's possible to set size in %
iframe element has 100% width and height attributes so you can change parent layer size normally
Enjoy
Andrey
Hi!
well hope in about 1-1,5 month's first working version
Andrey
HI!
do you mean something like this?
https://youtu.be/ZhLA0nlGUZA
Andrey
Hi!
sorry for such delay, better to contact me directly if you need fast answer :) too much busy these days
well as i can see i have made mistake :) it was a bug and direct callback was not working
so now code is fixed and works properly and it possible to use direct callback and event callback actions too
enjoy
you can download fixed version from first post, i did update, and let me know is all works fine now or not
Also, when you start timer it starts and each time calling event with same name
time.start(mytimer,10);
will fire event with name mytimer each 10 sec's
so you shold add event, like
<events name="blabla" keep="true"
mytimer="trace(My timer cabb back! each 10 sec's)"
/>
that's how it is working
Hope now all clear :)
Best wishes
Andrey
And yes, you are right callback actions which is defined in start method is not fire by some reasons, hm.... strange.. i will take a look, not can not promise it will be in nearest future
Hello!
important update!
there was javascript error appear because of trial period limit was (31 January 2017)
but now no more errors at trial period end, reminder message only
Update is available, minor bug fixes and improves.
download page: http://www.airpano.com/vrap.php?set_language=2
direct download link Win: http://sudarchikov.com/downloads/Vrap…ion=Win32_trial
direct download link Mac: http://sudarchikov.com/downloads/Vrap.php?version=OSx_trial
Trial period prolonged till 30 April 2017
Player got version 0.3
(Player package folder name Vrap_OSx_trial_0.3 or Vrap_Win32_trial_0.3)
Hope you enjoy player.
Please leave here more feedbacks :)
Regards
Andrey
Hello!
It should work!
I just tested it (downloaded and try to run) all good
So dunno what is wrong
Please contact me via skype or email
and tell me what is the system, what kind of problem, i will try to help you and fix if it's bug
And try to kill all vrap rpocesses in task manager if you run it on Windows system.
and if it's not helps then try to go to
Users\USER\AppData\Roaming\Vrap folder and remove storage_data.json
Regards
Andrey