Search found 2585 matches

by thomas
Fri Apr 22, 2022 4:23 pm
Forum: Pano2VR general
Topic: P2VR7 Bug Report (7.0 beta 3a - 19375)
Replies: 2
Views: 11084

Re: P2VR7 Bug Report (7.0 beta 3a - 19375)

It looks like the "load" event would still work for our purpose, so we can change this in the next version. We will look into the menu bug.
by thomas
Mon Feb 07, 2022 9:31 pm
Forum: Pano2VR general
Topic: VR not working on Oculus: Pano2VR 7
Replies: 6
Views: 3458

Re: VR not working on Oculus: Pano2VR 7

You need to serve the page with https, otherwise, the "immersive" mode can not be activated. This is a restriction of the oculus browser.
by thomas
Thu Nov 18, 2021 2:50 pm
Forum: Unterstützung für Pano2VR
Topic: Wechsel zum nächsten Pano mit identischer Ansicht
Replies: 1
Views: 14081

Re: Wechsel zum nächsten Pano mit identischer Ansicht

Du kannst bei der Aktion einfach "Aktuelle Ansicht" auswählen, um die Blickrichtung beizubehalten.
Screen Shot 2021-11-18 at 14.47.47.png
Screen Shot 2021-11-18 at 14.47.47.png (116.3 KiB) Viewed 14049 times
by thomas
Wed Jun 30, 2021 1:47 pm
Forum: Pano2VR general
Topic: adding HTML code
Replies: 6
Views: 5456

Re: adding HTML code

You can just add javascript by starting the text with javascript: and the textbox value. So you can start with javascript:""; and just enter your code after that.

Code: Select all

javascript:"";
console.log("Hi!");

See: https://ggnome.com/doc/javascript-api/
by thomas
Tue May 25, 2021 12:08 pm
Forum: Pano2VR general
Topic: PackageViewer (iOS) & GoogleMap HTTP referrer ?
Replies: 6
Views: 5220

Re: PackageViewer (iOS) & GoogleMap HTTP referrer ?

Sorry, I made a small mistake. The URL should be __file_url__/* (the original post had a missing "/"). I fixed the original post, to make it easier for people to find the solution. You literally put __file_url__/* into the URL field as shown in the screenshot, as the actual path on your de...
by thomas
Sun May 16, 2021 1:38 pm
Forum: Pano2VR general
Topic: Problem with connecting Google account
Replies: 2
Views: 2816

Re: Problem with connecting Google account

This looks like, if Google has currently a problem. Maybe try again in a few hours. The trial version is not restricted in this way. It only adds watermarks to uploaded images.
by thomas
Wed May 12, 2021 4:30 pm
Forum: Pano2VR general
Topic: Crash on startup
Replies: 3
Views: 3087

Re: Crash on startup

Please try to open the attached .reg file. This will reset the registry for Pano2VR and hopefully, it will start up again.
by thomas
Tue May 04, 2021 3:56 pm
Forum: Pano2VR general
Topic: PackageViewer (iOS) & GoogleMap HTTP referrer ?
Replies: 6
Views: 5220

Re: PackageViewer (iOS) & GoogleMap HTTP referrer ?

The files in the package viewer are opened with the "file:" protocol. In the Google API key restrictions you need to use the macro __file_url__ to make the work. So with __file_url__/* you can allow Google Maps in the package, and also prevent others from using your key on their website. S...
by thomas
Wed Apr 14, 2021 5:01 pm
Forum: Pano2VR general
Topic: Which framework is being used for the package viewers?
Replies: 2
Views: 3019

Re: Which framework is being used for the package viewers?

The desktop app is based on Electron, the mobile app on Flutter. At the moment we don't use any special update mechanisms for the app, and packages are stored locally anyway, and don't run thru the update process.
by thomas
Fri Mar 19, 2021 12:06 pm
Forum: Pano2VR general
Topic: Apple M1 chip
Replies: 2
Views: 2754

Re: Apple M1 chip

Pano2VR runs fine on M1 Macs with the Rosetta 2 emulation layer (I am working with one right now ;)). It runs faster on my M1 Mac Book Pro with 8 cores (4 of them are high-performance cores...) than on my 18 Core Intel iMac Pro, so the new M1 Macs are the fastest Macs you can get for Pano2VR... and ...
by thomas
Mon Feb 08, 2021 12:34 pm
Forum: Pano2VR general
Topic: Patching Embedding Video 3D Render Issue
Replies: 12
Views: 130097

Re: Patching Embedding Video 3D Render Issue

The problem I am seeing is because of the way the patch node is being exported from the equirectangular view inside of Pano2VR in the viewport. The mask and video I have created is still in a equirectangular "Flat" view. So there is a little distortion difference from Pano2VR to trying to...
by thomas
Wed Nov 25, 2020 5:23 pm
Forum: CMS Plugins
Topic: error code w/latest WordPress
Replies: 2
Views: 16486

Re: error code w/latest WordPress

This warning is now fixed in version 2.2.3 of the plugin.
by thomas
Thu Sep 24, 2020 5:55 pm
Forum: Pano2VR general
Topic: Is there a maximum to number of panoramas in one project?
Replies: 7
Views: 5941

Re: Is there a maximum to number of panoramas in one project?

Hello Dennis, we have a customer that regularly creates projects with > 10.000 panoramas, so there is no real limit. We also processed Jeffrey Martins 450 GPixel Prague panorama without any problems, so also in this direction, there is no real limit. You just have to make sure, that the cache file c...
by thomas
Mon Aug 31, 2020 5:34 pm
Forum: CMS Plugins
Topic: Issue with activation
Replies: 3
Views: 17702

Re: Issue with activation

I guess you didn't activate the zip extension in php. You can check the status with phpinfo, like in this plugin:

https://wordpress.org/plugins/php-info-wp/
by thomas
Mon Aug 31, 2020 2:04 pm
Forum: CMS Plugins
Topic: Issue with activation
Replies: 3
Views: 17702

Re: Issue with activation

Can you please share the exact error message, so that I can investigate?