panoramas

Create spherical camera app like google camera

删除回忆录丶 提交于 2019-12-07 07:37:38
I am trying to create spherical camera application using ndk to capture spherical image like Google camera. I tried so many github samples but some of them are showing errors related to jni files and some of them are slow processing. Some of the Links i tried are: CameraFocal So can any one please give me idea or suggest anything to create spherical camera application OR at least give me idea to capture image like Panorama 360 camera : FB Share application. 来源: https://stackoverflow.com/questions/38439762/create-spherical-camera-app-like-google-camera

How does street view publish API judge the panorama connection that which direction should it linked to if multiple target set on one panorama?

∥☆過路亽.° 提交于 2019-12-06 16:25:59
I have an issue with the connection request in google street view publish API. Both with single and multiple target. If i create single target from source photo { "updatePhotoRequests": [ { "updateMask": "connections", " photo": { "photoId": { "id": "pano_3" }, "connections": [ { "target": { "id": "pano_4" } }, ] } } ] } How the above JSON request set Panorama connection to specific direction of the target panorama. For e.g if i set a connection from pano_1 north position to pano_2 south position its not set properly. the link arrow show to right direction rather than forward or backward

Can a panorama viewer effect be done with TranslateAnimation?

梦想的初衷 提交于 2019-12-06 12:25:16
问题 I made an Image Viewer with TouchImageView that I forked to my needs. In particular, you can fit the image vertically in the screen, and then drag the image from left to right. This is nice for a panorama, for example, that you can drag and see it all. Now I want to do exactly this with panoramas without touching the screen, that is, an automatic constant drag. I tried to implement this through a TranslateAnimation, but failed miserably: TranslateAnimation "moves the view", and the image is

Panorama stitching for text

两盒软妹~` 提交于 2019-12-06 10:50:42
问题 I'm looking for a good panorama stitching library for text. I tried OpenCV and OpenPano. They both work good on regular photos, but fail on text. For example I need to stitch the following 3 images: The images have about 45% overlapping between each other. If there's an option to make one of the mentioned libraries work good on text images, instead of finding another library, that would be great. I need the library to work on linux arm. 回答1: OpenPano fails at stitching text because it cannot

Taking panorama image using the Cordova plugin?

江枫思渺然 提交于 2019-12-05 21:27:09
Is possible to take panorama image using the some cordova plugin (in X and Y axiss) ? Thanks for any advice. The camera plugin starts the device's camera app, so I guess that on a phone with a camera app that does panorama you can take panorama from a cordova app (the user would have to select the function manually). Otherwise you would have to either build a plugin in native code to start a different app that does panorama or build a plugin with it's own camera view and you would have to code yourself the panorama function or try to use the HTML5 api that allow access to the camera to do the

Is stitching module of OpenCV able to stitch images taken from a parallel motion camera?

拜拜、爱过 提交于 2019-12-05 12:02:00
I was wondering if the stitching( http://docs.opencv.org/modules/stitching/doc/stitching.html ) module of OpenCV is able to stitch the images taken from a camera that is in parallel motion to the plane which is being photographed ? I know that generally all the panoramic stitching tools assume that the center of the camera is fixed and that the camera only experiences motion such as pan or pitch. I was thinking if I can use this module to stitch the image taken from a camera which moves parallel to the plane. The idea is to create a panoramic map of the ground. Regards Just for the record. The

Capture panorama image from iPhone camera in ios6

我只是一个虾纸丫 提交于 2019-12-05 02:54:35
问题 Is there any way to programatically create a panorama image using iPhone camera ? like in iOS 6 capture panorama image feature. Any idea how it's work or API on it, which is help me.Thanks in advance 回答1: It is not possible. Apple has not made the APIs available to developers. Only the camera app has this feature. And yes, this is a duplicate. Cheers! 回答2: As mentioned above Apple doesn't have an API for this, but there are open source panorama projects, check out this question: 360° panorama

Panorama stitching with Android camera source code

心不动则不痛 提交于 2019-12-05 02:00:18
问题 I'm trying to create a panorama image by stitching a set of bitmaps. For this task I'm using the source code from the android stock camera, which has a Panorama (mosaic) set of classes. This code can be found in many repositories, but in any case here is the official one: https://android.googlesource.com/platform/packages/apps/Camera2/+/android-4.4.3_r1 For users that are familiar with the stock android camera, the panorama option works by panning/moving the camera which automatically

How to project a spherical map onto a sphere / cube: “Equirectangular to cubic”

主宰稳场 提交于 2019-12-04 22:33:41
问题 UPDATE: I found that, http://os.ivrpa.org/panosalado/wiki , has an implementation in java. Anyone who has something similar in c or c++? I have this panorama, an spherical map from google streetview, and want to map this on a sphere/cube. Below are some examples and illustrations, what i seek is a library that can do it, or some implementation guides. I tried http://krpano.com/docu/tutorials/quickstart/#top that gives the results listed at the bottom. It illustrates what i want, but the

Can a panorama viewer effect be done with TranslateAnimation?

只愿长相守 提交于 2019-12-04 18:22:41
I made an Image Viewer with TouchImageView that I forked to my needs. In particular, you can fit the image vertically in the screen, and then drag the image from left to right. This is nice for a panorama, for example, that you can drag and see it all. Now I want to do exactly this with panoramas without touching the screen, that is, an automatic constant drag. I tried to implement this through a TranslateAnimation, but failed miserably: TranslateAnimation "moves the view", and the image is slowly being replaced with a growing black strip instead of more image. Of course I can move the image 1