Search found 2578 matches

by thomas
Thu May 21, 2020 2:51 pm
Forum: Pano2VR general
Topic: Save User Country
Replies: 3
Views: 2582

Re: Save User Country

Yes, you can do this for example with https://ip-api.io/ Just put the following into a textbox, and add a text variable "country". You will also need an API key from ip-api.io. Then replace "{your api key}" with your key. javascript:""; var xhttp = new XMLHttpRequest();...
by thomas
Thu May 14, 2020 3:55 pm
Forum: Pano2VR general
Topic: Oculus Go Browser / no VR display after update
Replies: 5
Views: 4077

Re: Oculus Go Browser / no VR display after update

You need to server the project over https, otherwise webxr is not available.
by thomas
Wed May 13, 2020 2:39 pm
Forum: Pano2VR general
Topic: What about WebXR?
Replies: 3
Views: 3613

Re: What about WebXR?

This issue is now fixed with Pano2VR 6.1.6.

We use the WebXR polyfill so, in theory, it should also work with browsers that only support WebVR.
by thomas
Wed May 13, 2020 2:37 pm
Forum: Pano2VR general
Topic: Oculus Go Browser / no VR display after update
Replies: 5
Views: 4077

Re: Oculus Go Browser / no VR display after update

This issue is now fixed with Pano2VR 6.1.6.
by thomas
Wed May 13, 2020 2:36 pm
Forum: Pano2VR general
Topic: Oculus Go / no VR display
Replies: 5
Views: 3689

Re: Oculus Go / no VR display

This issue is now fixed with Pano2VR 6.1.6.
by thomas
Mon May 11, 2020 6:57 pm
Forum: Pano2VR general
Topic: Scratch disc calculation
Replies: 3
Views: 3382

Re: Scratch disc calculation

I forgot to add: If the image is 16bit, then the size is times 2... and for HDR it is times 4.
by thomas
Sat May 09, 2020 2:26 pm
Forum: Pano2VR general
Topic: Scratch disc calculation
Replies: 3
Views: 3382

Re: Scratch disc calculation

Hello Bostjan, you don't need to keep all panos in the scratch file, if you check "unload images" and disable "load all images" in the advanced settings. Screenshot 2020-05-09 14.18.43.png If you still want to do it, the calculation goes like this: width(px) × high(px) × 4 (color...
by thomas
Mon May 04, 2020 6:32 pm
Forum: Pano2VR general
Topic: What about WebXR?
Replies: 3
Views: 3613

Re: What about WebXR?

We are currently working on it. I was hoping, that they keep WebVR around for longer, as they only implemented WebXR with their previous version, and WebXR is still changing and not very stable. WebXR had some breaking changes and I always try to ship something that "works". I avoided it t...
by thomas
Wed Apr 08, 2020 12:55 pm
Forum: Pano2VR general
Topic: Feature request: Multiple windows
Replies: 2
Views: 2375

Re: Feature request: Multiple windows

Hi, just go to the Menu "File" - "New Window" to open as many windows as you like.
by thomas
Wed Mar 04, 2020 11:21 am
Forum: Pano2VR general
Topic: Seams in Panorama using Strip VR
Replies: 2
Views: 3027

Re: Seams in Panorama using Strip VR

What is your image format for the input? Can you please post the image (or send me a PM)?
by thomas
Wed Feb 19, 2020 2:06 pm
Forum: Pano2VR general
Topic: AWS S3 httpS wont display
Replies: 3
Views: 3401

Re: AWS S3 httpS wont display

... or you use the "old" url format with the bucket name supplied as directory, as this will still work:

https://s3-us-west-2.amazonaws.com/gree ... index.html
by thomas
Mon Jan 20, 2020 1:09 pm
Forum: Pano2VR general
Topic: Output to offline HTML5
Replies: 2
Views: 3145

Re: Output to offline HTML5

The problem is not the output, but the security settings of the browser. If you turn off the security restrictions it would just play fine. You can find the instructions and other possible solutions here https://github.com/daoshengmu/three.js/ ... gs-locally .
by thomas
Fri Jan 17, 2020 1:10 pm
Forum: Pano2VR - Google Street View Export
Topic: Ongoing Street vIew issues
Replies: 79
Views: 105580

Re: Ongoing Street vIew issues

jimsalabim wrote: Fri Jan 17, 2020 1:00 pm Hi Hopki,

the link to the Local Guides Connect Forum doesnt work, I can also not find the thread in the forum. Can you help please?
You need to be a Google trusted photographer to see this forum, but Hopki already posted the content.
by thomas
Tue Dec 17, 2019 4:46 pm
Forum: Pano2VR general
Topic: Oculus Go / Oculus Browser HTTPS Test
Replies: 6
Views: 5319

Re: Oculus Go / Oculus Browser HTTPS Test

Hmmm... works for me. Did you clear the cache on the Oculus?
by thomas
Mon Dec 16, 2019 2:38 pm
Forum: Pano2VR general
Topic: Oculus Go / Oculus Browser HTTPS Test
Replies: 6
Views: 5319

Re: Oculus Go / Oculus Browser HTTPS Test

The problem is the "old" three.js library, that uses the previous WebXR draft and crashes. Browsers only expose the WebXR API on https and that is why is still working with a http connection. A quick solution is to replace the three.min.js with the attached patched version that ignores the...