Lukasz Goralczyk
Lukasz Goralczyk
I just noticed - you should select "Circular Fisheye" not "Fullframe".
Hi, This looks like the video you are trying to stitch is not 3840x1920 as this is the only supported size (I could swear I added this into the README...
I'll try to reproduce this on my side. For creating the gallery... if nothing fancy the easiest is to use static gallery with links like this: `http://cdn.pannellum.org/2.3/pannellum.htm#panorama=http%3A//example.com/dummy.jpeg` You'd have to...
I couldn't reproduce the issue on Linux, I'll try later on my Windows machine. I just did a commit with a poorman's gallery, see ```html``` directory. You just need to...
It's possible to have click&drag with the current solution, in ```index.html``` change this: $('.valiantContainer').Valiant360(); To: // Edit: corrected from false to true $('.valiantContainer').Valiant360({clickAndDrag: true}); As described here: https://github.com/flimshaw/Valiant360 (there are...
Hi, My mistake in the example I gave, you should have this in the code: $('.valiantContainer').Valiant360({clickAndDrag: true}); You have currently this in your ```index.html``` (```false``` and no semicolon): $('.valiantContainer').Valiant360({clickAndDrag: false})...
@ftoledo could you please upload a sample somewhere so I could test it on my machine? Thanks.
```HTTP request sent, awaiting response... 403 Forbidden```
Got it, you can remove/disable the link. Thanks.
Hi! Hm... if I remember correctly MacOS has old (read: missing various options) tools that gear360pano is using which causes problems. I remember trying to fix it but I failed....