Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
4answers
4k views

360° panorama librarys for ios

are there any libraries or classes out there to show a 360 degree panorama on the iphone? i found this here: http://code.google.com/p/panoramagl/ but its not up to date and only for old versions of ...
6
votes
4answers
486 views

Photo stitching/panorama API/DLL/Library anyone?

For a special project, I need to find an API/DLL/Library to help me create a big image using parts of this image. For example, if someone take 4 pictures representing the 360 degres around him, he ...
5
votes
3answers
543 views

Creating Windows Phone 7 Panorama Control Screenshots

The Microsoft panorama control is a common method for performing layout and navigation in Windows Phone 7 applications. In many blogs and reviews you will find screenshots that show the entire ...
4
votes
3answers
423 views

Can ScrollWheel be disabled in a custom street view?

I am building a site and I have a page which takes an address and uses it to generate a 2D roadmap style google-map and then next to it, the street view for that address. My problem is that these two ...
3
votes
1answer
339 views

How can you distribute the color intensity of two images using its gradients?

I am working on an automatic image stitching algorithm using MATLAB. So far, I have downloaded a source code much like the one that I had in mind and so, I'm currently studying how the code work. ...
3
votes
0answers
151 views

Are there any Autopano Server alternative or automated panorama stitching/video panorama open source?

I haven't found any server side panorama making from stitching images or a video. I would like an open source alternative, but found any. I just don't want to go trough the hassle of developing all ...
2
votes
1answer
86 views

How to load data fast on listboxes in Panorama View?

I'm here because I'm stuck on this very annoying problem. I will try to explain as clear as I can. I have a Panorama control on my Windows Phone xaml page, with several PanoramaItems. Inside each ...
2
votes
1answer
312 views

Windows Phone 7, Panoramas and Arrays of Images

So I have a coding problem I need help with, and simply put I have no idea what I am doing with this. FYI, I am not using the toolkit with the gesture listeners. I have a panorama page with 3 ...
2
votes
0answers
301 views

How to project Lat/Lon coordinates on a panorama image?

I have two sets of Latitude/Longitude coordinates. The first one is the coordinates of an equirectangular panorama picture. The second one of a point in sight. So it is on the picture. I need the ...
2
votes
2answers
1k views

How can I programatically stitch many images into one?

I am looking for a way to write a script that will take around 400 png images and merge/combine/stitch them into one. I have spent days playing and failing with image processing libraries for Python ...
1
vote
2answers
71 views

Spherical Panoramas?

I have created a Spherical Panoramas in Photoshop that I can drag around and see a complete 360 view but I must be in Photoshop. How do I take that and transfer it to the web so a user can click and ...
1
vote
1answer
156 views

WP7 Panorama View

I have a Windows Phone 7 application that is in Panorama view. It has a menu (let's say item 0) and 4 other "pages", known as items. The entire panorama is considered one page, so each view are called ...
1
vote
0answers
214 views

Tutorial for building a safari HTML5 panorama?

Is there a tutorial out there for building a HTML5 based VR panorama like the one presented in Apple's technology demo? I'm asking because there's very little search results or tutorials on ...
1
vote
2answers
243 views

Assign WritableBitmap to an ImageBrush.ImageSource property

I want to have an animated panorama control background in Windows Phone application. I have an algorithm that constantly draws onto the WritableBitmap the desired image. I have bound the Panoramas' ...
1
vote
0answers
254 views

trying to render an equirectangular panorama

I have an equirectangular panorama source image which is 360 degrees of longitude and 120 degrees of latitude. I want to write a function which can render this, given width and height of the viewport ...
1
vote
1answer
515 views

Show and Navigate the user to a different PanoramaItem

I am developing a Panorama application. In one of the Panorama item, I have a list of categories. On Selecting one of the list item, I have display all the feeds under that category in a new Panorama ...
1
vote
1answer
202 views

Problems with MediaElement showing Video inside a Panorama

This script sets up a Panorama Control with 5 items, then loads up a video inside a MediaElement in the second Panorama item. If I reduce this down to 2 items then no video shows (the media element ...
1
vote
2answers
616 views

A 360 degree Sphere panorama into Cube panorama transformations algorithm (pseudocode or at least full logic wanted)

So we can take such image from wikipedia And try to map it for future cube or something like cube And than distort for top and bottom like Some one may think that doing disturtion only for half ...
1
vote
6answers
1k views

How do Google Maps do their panoramas?

How do Google Maps do their panoramas in Street View? Yeah, I know its Flash, but how do they skew bitmaps with Correct Texture Mapping? Are they doing it on the pixel-level like most Flash 3D ...
0
votes
0answers
19 views

Video Panorama: Where to start

I have a client that is asking me for an estimate to create and app for the iPad to show 360 video panoramas movies. First I begin googling for some libraries (paid and free) and I found ...
0
votes
1answer
34 views

Creating walkable N-E-S-W world from photos

I have a set of 100 photos from a 40x40m area outside in the woods. The 40x40 area was divided up into 10m sections so there are 25 locations where pictures were taken. At each location, a picture ...
0
votes
0answers
34 views

Panorama hotspot implementation

I've recently developed an application that view a panorama 360 image, using Panoramagl library for iPhone, and i wanna enhance it and make more features like hotspot. I've tried to look at a ...
0
votes
2answers
91 views

Embeded google street view

Is it possible to have a google map embeded street view panorama of a given address in your page? All the codes I have came across work with coordination, I'm looking for "address", since if you just ...
0
votes
0answers
63 views

Java Applet: Panorama/Virtual Tour - How to make a button moving/panning?

I intend to use Java applet in constructing a panorama/virtual tour just like in this virtual panorama. I'm able to pan the image but I have a problem in making the button (navigation to the next ...
0
votes
1answer
195 views

How to convert this source code from AS3 to AS2

Please i need help in converting the below code from Actionscript 3.0 to Actionscript 2.0. The below code is a simple panorama viewer programmed with AS3. var loader:Loader = new Loader(); ...
0
votes
1answer
104 views

WP7 Interface to have transition when button is pressed

i used the solution from Setting focus to a PanoramaItem and i managed to get the result - when a button is click, it jumps to a panorama item/page. However the transition is just a disappear/appear, ...
0
votes
1answer
140 views

Cubic panorama projection with Core Animation. Is it possible?

I'm trying to build a native viewer for cubic panoramas. Here is a web version of what I would like to achieve: http://www.apple.com/html5/showcase/vr/ This type of projection works as follows: The ...
0
votes
0answers
104 views

openGL ES - how to change view of a cube from outside to inside of cube, to make it look like a panorama

I am using panoramaGL library available here. Basically it as designed for iOS3 but after a three days time killing i got succeeded in running it with iOS4. Though for me it only works with Cubic ...
0
votes
1answer
301 views

How do I dynamically add a control within a PanoramaItem in WP7?

I am using Visual Studios 2010 to make a Windows Phone 7 app, and I'm trying to understand how to dynamically create a CheckBox within the grid of a PanoramaItem when the user pushes a specific ...
0
votes
0answers
107 views

PanoramaGL missing file

So I've been trying to run the HelloPanorama file created by Javier Baez (already asked him with no answer) and I looked for the instructions to use the code without any luck. I think I read all the ...
0
votes
0answers
137 views

Creating equirectangular panorama from 3d world

I have a 3d landscape that I'd like to convert into an equirectangular panorama image (more specifically, one that I can plug into google maps like this: ...
0
votes
2answers
108 views

Is there a way to pre-render a virtual panoramic scene?

I would like to put a photorealistic virtual scene on a tablet so when the user rotates the tablet, it shows as if the tablet is a window to an virtual world. Pre-rendered scenes can be rendered ...
0
votes
1answer
242 views

Problem with .draggable() and changing images in different sizes

I'm trying to do somewhat of a "zoom"-funktion (loads bigger images) in jQuery while being able to drag around in the images (.draggable) in a smaller div. But I've hit a slight problem. When I reach ...
0
votes
3answers
752 views

how to go back in a specific panorama/pivot item?

i would like to know if is it possible when a user press "back button" to go in a specific pivot or panorama item on WP7 sdk.
0
votes
2answers
997 views

Resize image from url for panorama background

I'm working on my first WP7 app and now I'm exploring the world of the panorama control. I've loaded an object from a REST service and I've set the background of the panorama to the image url in that ...
0
votes
1answer
203 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
440 views

Setting Panorama Background for user control in Panorama page in wp7

How set the Panorama page Background for User control which is inside the PanoramaItem ? I had put one user control in Panorama Item. I expect that the same panoroma background is applied to user ...
0
votes
1answer
109 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
1answer
513 views

Panorama viewer for website

Is there a panorama viewer for a website which is not Flash/Silverlight/Plugin base? I have the image which is exactly 360, but I don't want the viewer to need flash or any other plugin.
0
votes
3answers
327 views

Adding transparent filter to Panorama background like Market place in windows phone 7

I am trying to add a transparent layer to my panorama background to dim the background image so the content can be displayed regardless of the colours in the images. Just like in the WP7 Market Place ...
0
votes
1answer
1k views

WP7 Add items to panorama through code

I have problems adding panorama items through code. Here is test xaml that works. <controls:Panorama x:Name="pano"> <controls:Panorama.Title>...</controls:Panorama.Title> ...
0
votes
1answer
574 views

Help with OpenGL ES — Improving PanoramaGL's spherical resolution?

I started playing around with PanoramaGL the other night. After finagling with the downloaded project (there were some minor issues that prevented it from compiling right out the gate), I got it to ...
0
votes
1answer
1k views

PanoramaGL on iOS 4.0

Has anybody used the panoramaGL from http://code.google.com/p/panoramagl/ ? How did you setup the project? I have changed the base sdk to 4.0 but I am getting 75 errors. If not is there any free ...
0
votes
1answer
1k views

is there a panorama lib to use for ipad?

recently I've been given a project which need to display a spherical panorama view. Normally on iphone i've been using panoramaGL for some time but for ipad, i dont have any luck to use it any more. ...
0
votes
1answer
454 views

javascript: lat/lon, lat1/lon1, bearing, distance to x,y screen coordinates?

how to project a lat/lon hotspot onto an 360x180 degree panorama image? Using javascript? Real data: lat/lon in decimal degrees and altitude in meters: Camera coordinates: 49.994249, 8.66539, 2 ...
0
votes
2answers
474 views

Generate “spherical” panorama in 3D software

Lets say I have a 3D model of room in some format. How can I programmatically render "spherical" panorama from some point of room (kind of like the "Google street view" uses)? I suppose it can be ...
0
votes
2answers
352 views

Looking for an alternative to PTViewer for 360 Panorama

I've been using PTViewer but it is causing some issues with looking for the ptdefault.html everytime and I'm wondering what other options are out there? Thanks, Denis
0
votes
2answers
509 views

Set flashvars of a SWF in Flex before loadComplete

I have a Flash applet which I want to embed in a Flex file this loads a panorama file inside a SWF player (Immervision's PurePlayer)- I am using the following code: <mx:SWFLoader id="mapLoader" ...
0
votes
1answer
288 views

PTViewer newPanoFromList() problem

I tried to switch between 2 virtual tour images and each time when I switch, it will move to a position I want. But When I call moveTo() following newPanoFromList(), it will do the startAutoPan(), and ...
-1
votes
1answer
123 views

A tutorial for building a simple Panorama Viewer in AS2

Please I am searching for a tutorial that teaches how to build a simple panorama viewer in AS2. Any comments, ideas or suggestions are highly appreciated! Thanks in advance for your help.

1 2