Search found 41 matches

by LondonLight.org
Tue May 27, 2014 8:06 pm
Forum: Pano2VR general
Topic: 4.5.0 Linux - $n and $p not updated on change
Replies: 1
Views: 1596

4.5.0 Linux - $n and $p not updated on change

Bug: In HTML5 Output > Output > Output File: I use "$p/$p.xml" or "$n/$n.xml" Then I just need to make one .p2vr file and replace the input image to quickly make a bunch of panos. I would expect that those placeholders immediately pick up the change in input image when I change i...
by LondonLight.org
Wed May 21, 2014 12:38 pm
Forum: Pano2VR general
Topic: New version for Linux
Replies: 4
Views: 2590

Re: New version for Linux

Yay! Thank you :)
by LondonLight.org
Mon Apr 28, 2014 10:08 am
Forum: Pano2VR general
Topic: New version for Linux
Replies: 4
Views: 2590

Re: New version for Linux

Bump!

As a paying customer is really sucks how Linux users have been left to use an outdated version without multiresolution support.
by LondonLight.org
Sat Apr 26, 2014 1:24 pm
Forum: Pano2VR general
Topic: fix for scroll bars on webkit & Mac OS X Lion
Replies: 0
Views: 5745

fix for scroll bars on webkit & Mac OS X Lion

Hi The HTML file generated by Pano2VR includes this in the CSS: /* fix for scroll bars on webkit & Mac OS X Lion */ ::-webkit-scrollbar { background-color: rgba(0,0,0,0.5); width: 0.75em; } ::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,0.5); } Can't find any info on this. What i...
by LondonLight.org
Mon Apr 14, 2014 8:09 am
Forum: Pano2VR general
Topic: New version for Linux
Replies: 4
Views: 2590

Re: New version for Linux

Bump
by LondonLight.org
Sun Apr 06, 2014 9:59 pm
Forum: Pano2VR general
Topic: New version for Linux
Replies: 4
Views: 2590

New version for Linux

When will there be a new release for Linux?
by LondonLight.org
Thu Feb 27, 2014 5:22 pm
Forum: Pano2VR general
Topic: Optimal multi-resolution size
Replies: 4
Views: 3165

Re: Optimal multi-resolution size

Thank you. One of the things written there is Keep adding new levels until you are around 400 to 600 to accommodate the smallest screens zoomed all the way out. but the wiki says So far, the best cube face size that seems to be working without causing mobile Safari to crash is 416px. If using a comp...
by LondonLight.org
Wed Feb 26, 2014 8:08 pm
Forum: Pano2VR general
Topic: Optimal multi-resolution size
Replies: 4
Views: 3165

Optimal multi-resolution size

Regarding Pano2VR-4.5: What are the optimal sizes for an equirectangular multi-resolution pano? How do we calculate that for ourselves? What is the smallest size of the multi-resolution we should have for older smartphones (not just iPhones)? References: HTML5 Cube Face Size for Apple Devices HTML5 ...
by LondonLight.org
Fri May 17, 2013 9:15 pm
Forum: Pano2VR general
Topic: Pano2VR 4.* segmentation fault or aborted when run as user
Replies: 3
Views: 3617

Re: Pano2VR 4.* segmentation fault or aborted when run as us

The pano2vr.sh file shipped with 4.1.0 is, to my understanding, quite silly and unsafe (lacks quoting). Here is a correction. I give you all required permission to use it in your program. #!/bin/sh appname=`basename $0 | sed 's/.sh//'` dirname="`dirname $0`" unset QT_PLUGIN_PATH export LD_...
by LondonLight.org
Fri May 17, 2013 8:54 pm
Forum: Pano2VR general
Topic: Pano2VR 4.* segmentation fault or aborted when run as user
Replies: 3
Views: 3617

Re: Pano2VR 4.* segmentation fault or aborted when run as us

If I unset QT_PLUGIN_PATH then running pano2vr.sh works:

Code: Select all

londonlight ~ $ set | grep QT_PLUGIN_PATH && unset QT_PLUGIN_PATH && ~/programs/pano2vr_linux64_4_1_0/pano2vr.sh
QT_PLUGIN_PATH=/usr/lib64/kde4/plugins
by LondonLight.org
Fri May 17, 2013 8:48 pm
Forum: Pano2VR general
Topic: Pano2VR 4.* segmentation fault or aborted when run as user
Replies: 3
Views: 3617

Pano2VR 4.* segmentation fault or aborted when run as user

I get a segmentation fault or aborted when I try to run pano2vr_linux64_4_1_0 as user. londonlight $ ~/programs/pano2vr_linux64_4_1_0/bin $ ./pano2vr Segmentation fault londonlight $ ./pano2vr.sh ./pano2vr.sh: line 12: 11383 Aborted $dirname/bin/$appname "$@" londonlight $ LD_LIBRARY_PATH=...