The panoramic tag has no wiki summary.
3
votes
2answers
267 views
Why does the WP7 Panoramic page jump back when updating?
I am building a GPS-related application that displays the coordinates amongst other calculations. My demo code is setup to fire the events every second.
Whenever I update the main page UI (say, a ...
2
votes
0answers
124 views
Android: Making a Looping HorizontalScrollView of a Panoramic Image with Javascript
I want to make a panoramic image scrollable, and to loop back and 'stitch' its front to its back after the user has reached the end of the image.
The effect I'm trying to recreate is congruent to the ...
1
vote
3answers
101 views
How to create panoramic image using a set of images
I am a newbie in image processing and I have taken a project of creating a panoramic image from a set of images and I don't know how to get started on this .What all things I have to learn ?
Thank You ...
1
vote
1answer
944 views
Setting focus to a PanoramaItem
Is there a way to set focus to a PanoramaItem in Silverlight for Windows Phone 7?
I've tried:
piResults.Focus();
Where piResults is the name of a PanoramaItem.
I've also tried to give focus to one ...
1
vote
3answers
615 views
HTML5 panoramic
I am using this Flash panoramic viewer (http://flashpanoramas.com/player/). But for devices without Flash support are there any good HTML alternatives? It needs to support proper 3d panoramics such as ...
0
votes
1answer
215 views
Panoramic Image Viewer
Is there an open source Panoramic Image Viewer that supports Pan and Zoom that can be put in a web page?
0
votes
1answer
111 views
How to compute a realistic morphology between panoramic photos?
I had an idea today, but not sure how to implement it.
A 360 degree panoramic photo is a photo whch allows you to rotate and view in all directions as I'm sure you know. ie:
...
0
votes
2answers
130 views
Is there any free web technology for 360 virtual tours in Iphone/Ipad?
I have a website which has a "360 virtual tours" section, it works with flash. I tried loading it on an iphone and it looks like crap, so I was wondering if there's something free that would allow me ...
0
votes
0answers
298 views
Combining two jQuery plugins and using them as one!
I am a newbie to jQuery and stuff. But I have been using some of the plugins for a while. I had
used two very good plugins earlier.
Demo of the plugins:
plugin 1
plugin 2
I was trying to ...
0
votes
0answers
390 views
How to center viewport at center of the sphere
I want to create panorama view with opengl in Android. Is it possible using spherical view and centering viewpoint at the sphere center to show bounded image on screen? Will this be a good aproach? I ...