Questions tagged [panoramas]

A panoramic view is a wide view resolution view. Your device camera allows you to shoot a panoramic image. This you do by rotating your camera view-finder, placing it on a 360 degree rotating tripod stand. The image you get is of a wide-view resolution i.e its width is continuous.

A panorama is any wide-angle view or representation of a physical space, whether in painting, drawing, photography, film, or a three-dimensional model. A panoramic view is also proposed for multi-media, cross-scale applications to outline overview (from a distance) along and across repositories. This so called a cognitive panorama is a panoramic view over and a combination of cognitive spaces. For example: Your device camera allows you to shoot a panoramic image. This you do by rotating your camera view-finder, placing it on a 360 degree rotating tripod stand. The image you get is of a wide-view resolution i.e its width is continuous.

317 questions
45
votes
7 answers

360° panorama libraries 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 it's not up to date and only for old versions of ios. I'm thankfull for any link that helps me to…
choise
  • 24,636
  • 19
  • 75
  • 131
23
votes
1 answer

The algorithm behind Google's PhotoSphere on Android 4.3/4.4

The camera app on Android 4.3/4.4 under the 'Sphere mode' can stitch photos from varied directions into one spherical panorama, with very good quality. Results…
yang.gnay
  • 333
  • 2
  • 6
16
votes
3 answers

How to open camera directly in panorama/photosphere mode?

I am stuck in a problem in Android 4.2 Jelly Bean. How can I open camera from my application, by default in panorama/360 photosphere mode? I have searched a lot in grepcode and also Camera.Parameters, but nothing seems to help. Does anybody have any…
Akhil Jain
  • 13,872
  • 15
  • 57
  • 93
15
votes
5 answers

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 degrees around him, he will be able to create one big image (panorama) by…
Jean-François Côté
  • 4,200
  • 11
  • 52
  • 88
14
votes
1 answer

Add touch events to VrPanoramaView class of google cardboard SDK for android

I am working on a panorama app. I am using VrPanoramaView class of google cardboard SDK to view panorama in my app. VrPanoramaView class provides gyro navigation to view panorama. Is it possible to attach touch events along with gyro navigation to…
arkit
  • 392
  • 1
  • 12
14
votes
1 answer

libraries to CAPTURE panorama in iOS 6

There are a lot of ways and libraries to show panorama picture in iOS, Although there is a panorama feature in the built-in camera there is no way to use it within an app. Is there any library I can use to capture a panorama image? Thanks!
Idan
  • 9,880
  • 10
  • 47
  • 76
13
votes
3 answers

How to implement Camera functionality with extra options (like Panorama)?

I am mainly interested in panorama option. Is there a way to open the native Camera app (the enhanced version), so the user can switch between normal photo and panorama view? Is it possible at all or should I stop trying? Here is the code that I am…
Oleksiy
  • 37,477
  • 22
  • 74
  • 122
9
votes
1 answer

Is it possible to view panoramic image using google cardboard in iOS application?

I have been searching for ways to integrate Google Cardboard SDK in iOS. One way is using unity but i am looking for something through which i can directly integrate the cardboard sdk in ios and i want to view a panoramic image in that. Is there any…
9
votes
2 answers

Unity- Photosphere Photo Viewer for Google Cardboard

I am trying to build a Photosphere-like application with Unity3D and use it along with Google cardboard. I need to load different panoramic view photos and be able to view them stereoscopically, by using the Cardboard goggles. I am having problem…
9
votes
0 answers

Creating 360° panorama using OpenCV

I'm trying to create 360 panorama using OpenCV. I found Stitcher class and now I try to use it. It is working good with normal panorama like this: This panorama is created using 22 images. Stitcher class is good in that case. It's not fast but…
Jakub
  • 201
  • 3
  • 11
9
votes
2 answers

How to blend properly when stitching images in matlab?

I'm trying stitch images in matlab, but get ugly overlap lines. How can I blend images properly? Currently I'm using the code below, but it blends too much (especially building windows are blended with ghost artifacts, as is the black building).…
user3082220
  • 169
  • 1
  • 2
  • 6
8
votes
4 answers

Apk Upload error in playstore - 64 bit warning

I am using this implementation: 'com.google.vr:sdk-panowidget:1.160.0' in order to show 360 image, but I get the error below; while uploading app to play store: Error This release is not compliant with the Google Play 64-bit requirement The…
PPV
  • 107
  • 1
  • 1
  • 8
8
votes
1 answer

Using opencv to create a panoramic image from 3d points

I have a PointGrey Ladybug3 Camera. It's a panoramic (multi)camera (5 camera to do a 360º and 1 camera looking up). I've done all the calibration and rectification so what I end up is from all pixels of the 6 images I know it's 3d position wrt a…
Josep Bosch
  • 848
  • 1
  • 12
  • 29
7
votes
1 answer

THREE.CubeTextureLoader 1px edges bug

I create panorama cube using THREE.CubeTextureLoader: pano = [ 'scenes/4/2048/px.jpg', 'scenes/4/2048/nx.jpg', 'scenes/4/2048/py.jpg', 'scenes/4/2048/ny.jpg', 'scenes/4/2048/pz.jpg', 'scenes/4/2048/nz.jpg', ]; newCubeTexture =…
skywind
  • 892
  • 6
  • 22
  • 44
7
votes
0 answers

Opencv stitching planar images

I'm writing a program that stitches aerial images from a video in real time taken by a drone. In fact, what I'm doing is: get two consecutive frames find features between these two frames calculate homography calculate images offset and stitch them…
bjorn
  • 338
  • 6
  • 18
1
2 3
21 22