Hi!
So, any other ideas for a solution? :)
Hi!
So, any other ideas for a solution? :)
The browser is the latest Chrome. The hotspot was stuttering like this with accuracy set to 0 and without that too. So how to make it stand still, even when the view is slightly changing? Is that even possible?
Hi!
Thanks, unfortunately that didn't help. The rendered was already set to 'css3d' and now I added the accuracy setting, but it still is jerky. I added a short video clip showing the exact problem. Any ideas?
Hi!
So we have a bunch of hotspots with custom html designs, containing divs, texts, etc. Everthing appears fine but when the view is moved slightly the text seems to be stuttery, jumping around a tiny bit sometimes changing size. Again, it's a very minor change but noticeable.
Any idea on how to avoid this without making the hotspot distorted?
Thanks!
Hi!
I attached an example image please check it out. When there are areas similar to this in a panorama, it flickers when rotating the view. I vaguely remember some settings that were aimed to smooth this kind of effect out, but couldn't find anything in the documentation now or in the forums. Perhaps it was back in the old days of the flash-based player?
Anyway, is there an actual solution to this?
Thanks!
Lol. You're quite right actually
Thanks a lot!
You misunderstand. This is not anywhere in our code...
Meaning? :)
Dear Klaus!
Lately we've been getting a rather obscure error message in some of our tours:
ERROR: Invalid expression: webvr.isenabled or device.mobilevr
At first we thought it's something in our code, but it is actually coming from krpano.js so it isn't possible to debug. Still, obviously SOMETHING in our codebase is likely causing it. Do you have any idea what it might be?
Thank you very much! We'll look into that.
Hi!
So we've been trying to add some greenboxed video elements over the panorama. Following the tutorial available in these forums we have cut out a part of the panorama, and added it back as a distorted image hotspot. It's seamlessly integrated back, as expected.
However, when trying to use the same image as a background for a video, no matter what our video editing guys tried, the colors always seem to be ending up different, making it obvious where the edges are.
I've tried to search the forums for some solutions, and I saw that several ppl had trouble with this in the past, but couldn't really find any specific solutions to this.
Thing is, when we color-pick the video it seems to be ok, so is it just the way krpano plays the videos back? Any ideas on how to solve this?
Brilliant, thank you very much!
Dear Klaus!
Just recently started testing and developing tours for the Oculus Quest. We've built our tours from scratch, not using the official codebase.
One thing we've noticed is when changing panoramas, there is a slight jerkyness/shakiness of the view especially if there is head movement during the transition.
Using the KEEPMOVING flag has eliminated this, however we would like to be able to use initial view settings on each pano, and this flag as we know overrides those.
We don't need the flag otherwise, only used it to fix this issue, but is there perhaps a better fix, one that is more directed at the problem itself? What is causing this anyway?
Thanks!
Hello!
I know this is a very, very old thread, but hey, this is my question at the moment too, and the solution by nelk would not work since now we're all doing html5 :)
Actually, my problem is relatively simpler, I don't need a background image behind the panorama, just a simple color. I gave the canvas containing the panorama a border-radius and it shows, but can't change the color of the layer behind the corners no matter which div element I try to apply background-color to.
Klaus, is this possible somehow?
Hi!
This is very useful, but the ath/atv adjustments do not work properly, the hotspot is moving but by miniscule amounts, so one has to hold down the corresponding button for really long times to adjust the position. Can you fix this? Or perhaps share the source, then I'd fix it myself :)
Cheers!
Hi!
So I think I've found a bug - or perhaps it's my mistake. I'm using capturetouch: true in the embed parameters because we have html plugins we need to be able to scroll. This however prevents us from accessing the context-menu with a long tap, on Chrome/Android anyway. Seems to be working fine on iOS.
Is this a bug, or am I doing something wrong?
Selectable did it, thanks. Didn't realize that one had to be set aswell :)
Hi!
So I'm creating a couple of textfield plugins, and even though the interactivecontent is set to true, they are still not selectable. These are the exact attributes used when creating them:
type: 'text',
keep: true,
handcursor: false,
align: 'center',
width: 50,
height: 50,
bgcolor: 0,
bgalpha: 0.5,
bgroundedge: 50,
vcenter: true,
css: 'color:white;font-size:15px;font-weight:bold;text-align:center',
html: '0',
interactivecontent: true
Display More
What am I missing here? These are used as plugins btw, not hotspots. Krpano version is 1.2.
Boom, that was the solution. Thanks very much!