You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

141

Wednesday, February 5th 2020, 11:51am

Logkey

Hi Klaus

I work with the german keyboard layout. The logkey is on my layout the circumflex ^ key.
When I show the log window in the browser with the ^ key, and switch back to my code editor start coding it brings my always a ^ at the beginning.
I have to manually delete this circumflexes. Sometimes I forget and that brings me errors im my conde.
Its possible to change the logkey to somewhrere else?


Beste regards
Peter

Posts: 1,082

Location: Russia, Kaliningrad

  • Send private message

142

Wednesday, February 5th 2020, 12:51pm

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)
VRAP - desktop VR content player based on krpano.
Common tasks in one place in one click! Discussion thread
DOWNLOAD for MAC
DOWNLOAD for WIN

Sergey74

Intermediate

Posts: 193

Location: Russia, Chelyabinsk

Occupation: professional noob

  • Send private message

143

Wednesday, February 5th 2020, 1:01pm

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



I also wrote about this here and here .
translation difficulties *huh*

144

Wednesday, February 5th 2020, 1:40pm

Ok, I’ll repeat my question again: is this a normal hotspot behavior?
https://panosphera.ru/gallery/bhub7rk/
XML https://panosphera.ru/gallery/bhub7rk/krpano.xml

ok... you see it clearer if you put the hotspots close to the north/south pole

i also see strange hotspot deformations in your lensflares :
https://panosphera.ru/gallery/zuratkul/?…150,-40,130,0,0

... klaus?

145

Wednesday, February 5th 2020, 9:12pm

Hi,

I have one more question. Now my plugin "lensflare" has become strangely behaving in a stereographic projection. If I set a css3d rendering (for hotspots), this does not happen.
Link example https://panosphera.ru/gallery/zuratkul/?…150,-40,130,0,0);
This is unfortunately a known limitation since 1.20 and was necessary to be able to support the non-distorted hotspots also in 'depthmap mode'. That will be changed in one of the next releases. Then there will be internally a special renderer/shader especially for non-distorted hotspots (currently non-distorted hotspots are also just distorted hotspots but automatically rotated toward the 'camera center'). That special render will then also provide other features like pixel-grid-fitting for a sharper rendering and more control about the 2d screen position.

Its possible to change the logkey to somewhrere else?
Changing the logkey is not possible (it wasn't even easy to support that one key across all systems and browsers), but you could disable the default logkey and use a keyboard event and a custom key - e.g. here using the SPACE key (keycode 32):

Source code

1
<events name="my_custom_logkey" keep="true" onkeyup="if(keycode == 32, showlog());" />


Best regards,
Klaus

146

Thursday, February 6th 2020, 8:14am

Is it possible to tar & gz the Linux package and not just tar them (or so it appears from the file header)? With every new version I have to gzip the archive as our component heavily relies on extensions. So it expects a zipped tar file by the extension .tar.gz but in reality it is just a tar file with the wrong extension.
When you look in the latest krpano-1.20.4-linux64.tar.gz file you can clearly see that it is not zipped but just tarred (it is a .tar-file). Hope this make sense.

Just check the difference between

tar cvfz FILENAME.tar.gz DIRECTORY/

and

tar cvf FILENAME.tar DIRECTORY/

the first call creates a correct (g)zipped tar file, the second call just a tar-file.

147

Thursday, February 6th 2020, 9:40am

Hi,

Is it possible to tar & gz the Linux package and not just tar them

What browser did you use to download the files?

The files itself are actually tar-packed AND zipped, but the Chrome browser has a bug, it is unzipping the files automatically during download. Every other browser should be fine.

Here the Chrome bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=83292

Update: the problem should be fixed now (by a by server setting, here for more information).

Best regards,
Klaus

148

Monday, February 10th 2020, 11:39am

Thank you for your help.

Now another problems seems to rise with iOS 13.4 (currently in beta). It seems like the gyroscope mode is no longer working correctly (it is just kind of wobbling the image but no real motion) and the VR mode ist no longer working as well. With the latest 13.3.x everything seems to be fine.


I don't know if this will still be a problem with the official 13.4 version but right now it does not seem to be too great :/

149

Monday, February 10th 2020, 2:25pm

Thank you for your help.

Now another problems seems to rise with iOS 13.4 (currently in beta). It seems like the gyroscope mode is no longer working correctly (it is just kind of wobbling the image but no real motion) and the VR mode ist no longer working as well. With the latest 13.3.x everything seems to be fine.


I don't know if this will still be a problem with the official 13.4 version but right now it does not seem to be too great :/

Hi,

I can confirm this is a bug in iOS 13.4 beta 1.
The acceleration and rotationRate properties of the DeviceMotionEvent are null there.

I have made a minimal example and sent it to Apple (hopefully someone will read it there):
https://krpano.com/ios/bugs/ios13-4-b1-gyro/

Btw - PLEASE reports such bugs also to Apple yourself, the more reports the better!

But if not getting fixed by Apple, a workaround would be possible - krpano can alternatively also use the DeviceOrientationEvent instead of the DeviceMotionEvent, and that one is still working - see here for more:
https://krpano.com/plugins/gyro2/#sensor
https://krpano.com/plugins/webvr/#mobilevr_sensor

Best regards,
Klaus

150

Tuesday, February 11th 2020, 11:26pm

Issues in VR after update

Hello after the upgrade, i'm experiencing some unexpected behavior in Android devices. When accessing a tour, the screen loads with the a huge Enter VR button in the middle of screen, when clicked, loads the VR view but with one side of the screen totally black. I'm following the demotour-apartment example.

Here's some of the screenshots:

Source code

1
https://imgur.com/a/7aulLcE


Source code

1
https://imgur.com/a/suZegVo


I thought it might be the device database, but demotour-apartment works perfectly in this same device...

Tested in Galaxy S6 and Moto E

In iOS devices work as expected... Did someone encountered similar problem and know how to fix?

This post has been edited 3 times, last edit by "insideplaces" (Feb 12th 2020, 8:36pm) with the following reason: Fixed the reticle, but got unexpected behavior in Android. New edit: Had to remove the example link as I need to rollback to a more stable version.


Taurus

Trainee

Posts: 140

Location: Belarus

Occupation: photographer & virtual tour developer

  • Send private message

151

Wednesday, February 19th 2020, 1:37pm

Issues with smoothed drag mode - mouse=follow

Klaus, thank you for your great work!
But there is a problem with the smooth panorama drag mode - mouse=follow
When quickly dragging a panorama, after several repetitions, sometimes an unexpected additional accelerated scrolling of the image occurs - http://vhsystem.ru/moscovsky_inter_no/

Moreover, in my case, this is observed in panoramas obtained from the equidistant 8000*4000 and absent in panoramas of 20000*10000
--
in order to comply the word with the affairs, you need to keep quiet and do nothing!

Virtual tour Gomel
Virtual tour
Virtual tour
Elbrus
...

Windows 10x64 & krpano 1.20

152

Saturday, February 22nd 2020, 7:29pm

Hi,
But there is a problem with the smooth panorama drag mode - mouse=follow
When quickly dragging a panorama, after several repetitions, sometimes an unexpected additional accelerated scrolling of the image occurs

Thanks for reporting, but that's not a bug in krpano.

In your code you have somewhere a 'onviewchange' event that calls 'adjusthlookat(0)' - and that constantly changes the view.hlookat value to be in the range -180 to +180. And that's the main problem, when dragging across the 360 degree around boundary the continuous hlookat changes gets interrupted and e.g. a value like +200 jumps to -160 (=200-360).

Try to remove that adjusthlookat(0) call to fix the problem.

Best regards,
Klaus

Taurus

Trainee

Posts: 140

Location: Belarus

Occupation: photographer & virtual tour developer

  • Send private message

153

Monday, February 24th 2020, 2:11pm

Try to remove that adjusthlookat(0) call to fix the problem.
Klaus, thanks, this completely solved the problem ! *rolleyes*
--
in order to comply the word with the affairs, you need to keep quiet and do nothing!

Virtual tour Gomel
Virtual tour
Virtual tour
Elbrus
...

Windows 10x64 & krpano 1.20

154

Thursday, March 5th 2020, 3:58pm

krpano 1.20.5

Hi,

there is another minor update with improvements and fixes:
krpano 1.20.5

For all details please have a look here:
Release Notes 1.20.5

Best regards,
Klaus

jeromebg

Professional

Posts: 1,120

Location: Angers - France

Occupation: 360 experiences creator

  • Send private message

155

Thursday, March 5th 2020, 4:01pm

Thanx Klaus !

Tuur

Sage

Posts: 3,822

Location: Netherlands

Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer

  • Send private message

156

Thursday, March 5th 2020, 4:47pm

Thank you!

Source code

1
&#09;


Tuur *thumbsup*

This post has been edited 1 times, last edit by "Tuur" (Mar 5th 2020, 6:03pm)


157

Friday, March 20th 2020, 12:14pm

With this latest version, the 'Enter VR' layer button doesn't appear when tours are accessed in an Oculus GO headset? Is anyone else experiencing this problem?

158

Thursday, March 26th 2020, 6:36pm

Dynamic parameters in the URL

In versions 1.19 and earlier, the browser URL included parameters (for example ... / index.htm? Startscene = 11 & startactions = lookat (37.07, -0.65,80,0,0);) that were updated when the panorama was interacting. This was very useful for sending someone a specific position within a scene, including zoom and all sorts of data.
In version 1.20 this no longer works. It supports the parameters, but not the dynamic interactivity of seeing the panorama position in the URL.
I acknowledge my ignorance and that is why I am a beginner ;-( but how could I include this utility in version 1.2?
Thank you.

159

Thursday, March 26th 2020, 8:39pm

Quoted

In version 1.20 this no longer works.

Sorry, but that's not true, there were no changes and there is no reason why url parameters shouldn't work anymore...

Please post your example (in a separate thread), maybe you haven't enabled the parameter passing or the deeplinking setting.

160

Sunday, March 29th 2020, 2:08pm

Explanatory links

Thank you Klaus for your response and interest.
I pass two links to you:

1: http://www.imaginartejuegos.com/descarga….53,79.54,0,0);
In this link you can see that, when moving the paonrama, the URL changes accordingly.

2: http://imaginartejuegos.com/descargas/vt….53,79.54,0,0);
Instead in this other link, the parameters of the URL remain fixed even if the panorama moves.

I hope I have explained myself.
Regards

Similar threads