Search found 240 matches

by CBosch
Thu Feb 18, 2016 8:07 pm
Forum: Pano2VR general
Topic: Logo in context menu
Replies: 15
Views: 7703

Re: Logo in context menu

Hi Dave, why do make a svg from a pixel-file?????? You loose quality and the svg has the pixel-image saved inside to use. So any transformation is no real transformation. :wink: And I don't understand why you want to set the image-border to 0 or transparent. The blue "border" ist no border...
by CBosch
Thu Feb 18, 2016 10:06 am
Forum: Pano2VR general
Topic: Logo in context menu
Replies: 15
Views: 7703

Re: Logo in context menu

Hi, without giving height/width the size of the image is 1:1 used. Your image is too small to fit the entire space. So make your image larger or, what will cost sharpness, resize it by adding width and height in the image-tag. For test you can add the info in the tag to find the best value and then ...
by CBosch
Thu Feb 18, 2016 5:47 am
Forum: Pano2VR general
Topic: output - animation
Replies: 17
Views: 7357

Re: output - animation

Hi Martin, yes that file works ok. And later I tried the new one again, used the original zip and found, that in the folder are three files (ffmpeg, ffprobe and ffserver). I moved all in the directory and had the problems. So yesterday I copied only the ffmpeg in the application-folder and the new w...
by CBosch
Wed Feb 17, 2016 7:07 pm
Forum: Pano2VR general
Topic: Logo in context menu
Replies: 15
Views: 7703

Re: Logo in context menu

Hi, does your image-tag contains the exact size of your image? <img src="/path/to/your/Image.jpg" alt="my company" height="auto" width="120"> One value for the dimensions should be exact as your image is and the other could be "auto". Make sure that ...
by CBosch
Wed Feb 17, 2016 1:41 pm
Forum: Pano2VR general
Topic: output - animation
Replies: 17
Views: 7357

Re: output - animation

Hi Martin,

you can stop your developer! With your old ffmpeg the output was 100% ok. Seems there is something in the new version which won't be 100% compatible with my iMac...
by CBosch
Wed Feb 17, 2016 12:01 pm
Forum: Pano2VR general
Topic: How is default pan/tilt/fov calculated?
Replies: 8
Views: 4528

Re: How is default pan/tilt/fov calculated?

This are settings you found in the xml, right? First - you did not have a 360 x 180 pano. The math is right - due to you aspect ratio of 1:4,4848.... you have only a "horizontal" stripe. Your height is 3539px The height corresponding to your width (is equal 360°) is 15872px. The "virt...
by CBosch
Tue Feb 16, 2016 9:40 pm
Forum: Pano2VR general
Topic: output - animation
Replies: 17
Views: 7357

Re: output - animation

Hi Martin, thanks for testing. I made a screen-video from my work. Due to my screen as 5K the size is large - and PS is rendering the next hours to make a "sendable" video :-) But same result - 10 sec. total. But when cutting the video I saw that the model for generating the film works til...
by CBosch
Tue Feb 16, 2016 7:31 pm
Forum: Pano2VR/Object2VR Skins
Topic: How to load a different skin for a mobile device (smartphone)?
Replies: 6
Views: 4595

Re: How to load a different skin for a mobile device (smartphone)?

You can add any kind of HTTP_USER_AGENT. With google you find all possible user-agents for Android, windows, Apple and you can select what you want if ((strpos($_SERVER['HTTP_USER_AGENT'],"iPhone")) || (strpos($_SERVER['HTTP_USER_AGENT'],"iPod"))) can be adapted with: || (strpos(...
by CBosch
Tue Feb 16, 2016 7:23 pm
Forum: Pano2VR general
Topic: Change path
Replies: 1
Views: 1652

Re: Change path

Yes.

Open the p2vr-file or the skin.js and use find/replace. Which one you need depends on what you want to change. For the working with p2vr use the p2ver-file if you changed the path of a ready tour on your server for example you have to update the js-file.
by CBosch
Tue Feb 16, 2016 7:16 pm
Forum: Pano2VR general
Topic: How is default pan/tilt/fov calculated?
Replies: 8
Views: 4528

Re: How is default pan/tilt/fov calculated?

From this... it looks complicated as you would need to know how to convert image width and height in pixels to degrees. Beyond my math skill set. Hey Dave, I'm quiet sure you have the math skills.... height in px is ½ of width in px. And width covers 360°, height covers 180°. That results in magic ...
by CBosch
Sat Feb 13, 2016 4:54 am
Forum: Pano2VR general
Topic: Facebook
Replies: 40
Views: 19709

Re: Facebook

Hi Marco,

no problem - next time we are around Firenze you invite us for a delicious Cappuccino :mrgreen:
by CBosch
Fri Feb 12, 2016 11:33 pm
Forum: Pano2VR general
Topic: Facebook
Replies: 40
Views: 19709

Re: Facebook

Hi Marco, the important thing to do is change the url. If you try the http://marcolodovichi.s3.amazonaws.com/VR/360/social/niccolini360_social/pano.html in your browser you don't start your pano. If you change in your html-file the tag to this http <meta property="og:url" content="htt...
by CBosch
Fri Feb 12, 2016 10:11 pm
Forum: Pano2VR general
Topic: How is default pan/tilt/fov calculated?
Replies: 8
Views: 4528

Re: How is default pan/tilt/fov calculated?

Hi,

are they calculated? In p2vr you can change them and save as template or standard.
by CBosch
Fri Feb 12, 2016 3:53 pm
Forum: Pano2VR general
Topic: Facebook
Replies: 40
Views: 19709

Re: Facebook

AND: if I follow your link, the pano is https://marcolodovichi.s3.amazonaws.com/VR/360/social/niccolini360_social/index.html as you see named index.html In the meta-Tag you have <meta property="og:url" content="http://marcolodovichi.s3.amazonaws.com/VR/360/social/niccolini360_social/p...
by CBosch
Fri Feb 12, 2016 3:43 pm
Forum: Pano2VR general
Topic: Facebook
Replies: 40
Views: 19709

Re: Facebook

Hi, please read all: I wrote in the tag without "s" -> you made it correct. And the in the developer tool with "s". This will mean in the "Input URL-field the address with https://.... and I saw in your head is another issue: Bildschirmfoto 2016-02-12 um 15.31.21.png Correct...