How to scroll panorama image horizontally/vertically in Android?


Francisco Dudin Garcia

I'm looking for some way to scroll or scan a panorama image in Android. I mean show part of the image to adjust the height (or vertical width) of the image and automatically jog the view to scroll all the images. E.g:

enter image description here

This image is so big that I can't try to see it in a 16:9 device (I mean a little bit of detail), so I wanted to do something like:

enter image description here

Just display the section on the screen and slowly move it to the right to the end of the image. Implements a "scroll" effect over the entire image.

I've been browsing websites and the internet the last few days, but I've just found PanoramicGL's library or some way of viewing 360º images.

Kishuhara

This is the scroll click here

You must use PanoramaClient (part of Google Play Services ) to open PhotoSpheres .

See the following Android developer blog post for an example of this in action:

// This listener will be called with information about the given panorama.
OnPanoramaInfoLoadedListener infoLoadedListener =
new OnPanoramaInfoLoadedListener() {
@Override
public void onPanoramaInfoLoaded(ConnectionResult result,
                                 Intent viewerIntent) {
    if (result.isSuccess()) {
        // If the intent is not null, the image can be shown as a
        // panorama.
        if (viewerIntent != null) {
            // Use the given intent to start the panorama viewer.
            startActivity(viewerIntent);
        }
    }

    // If viewerIntent is null, the image is not a viewable panorama.
 }
 };
 // Create client instance and connect to it.
 PanoramaClient client = ...
 ...
 // Once connected to the client, initiate the asynchronous check on whether
 //the image is a viewable panorama.
 client.loadPanoramaInfo(infoLoadedListener, panoramaUri);

Related


How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to convert panorama image to cube in PHP

mohan21 How can I convert the panorama image below to a cube in php? I used imagick, js code and... but no result. hand picture please help me thanks mohan21 After a lot of effort... I get the correct result My final code: # get x,y,z coords from out image pix

How to Create Panorama 360 Views in Android

Ajay Prasad Is it possible to use Panorama 360 View in iOS, also in Android? Can anyone let me know how to create Panorama 360 view in android. Harveys Rush Features that you must see supported in the 0.2 beta of the PanaromaGl library for Android include: SDK

How to Create Panorama 360 Views in Android

Ajay Prasad Is it possible to use Panorama 360 View in iOS, also in Android? Can anyone let me know how to create Panorama 360 view in android. Harveys Rush Features that you must see supported in the 0.2 beta of the PanaromaGl library for Android include: SDK

How to Create Panorama 360 Views in Android

Ajay Prasad Is it possible to use Panorama 360 View in iOS, also in Android? Can anyone let me know how to create Panorama 360 view in android. Harveys Rush Features that you must see supported in the 0.2 beta of the PanaromaGl library for Android include: SDK

scroll image in android

no more questions I have an image in my app. But for smaller screens, the image size gets bigger. So I tried by adding a scroll view for the image. Code: <ScrollView android:layout_width="wrap_content" android:layout_height="wrap_content" android:s

scroll image in android

no more questions I have an image in my app. But for smaller screens, the image size gets bigger. So I tried by adding a scroll view for the image. Code: <ScrollView android:layout_width="wrap_content" android:layout_height="wrap_content" android:s

How to Add a Background Image to the Windows Phone Panorama App

username I'm trying to add a background image to a Windows Phone Panorama app. When I add the image using XAML code, I can see the image in the preview. However, when I run the app, I can't see the image. The image size I use is 1536x1280 Here is the XAML code

How to Add a Background Image to the Windows Phone Panorama App

username I'm trying to add a background image to a Windows Phone Panorama app. When I add the image using XAML code, I can see the image in the preview. However, when I run the app, I can't see the image. The image size I use is 1536x1280 Here is the XAML code

How to use and open 360 degree *.pano panorama image files?

Jonathan Microsoft's Photosynth (upload via iOS app) website exports to *.pano. Facebook now natively supports 360-degree photos. What will I do with metadata and/or view these 360 photos? username To open *.pano on Linux, build the following code: https://git

How to use and open 360 degree *.pano panorama image files?

Jonathan Microsoft's Photosynth (upload via iOS app) website exports to *.pano. Facebook now natively supports 360-degree photos. What will I do with metadata and/or view these 360 photos? username To open *.pano on Linux, build the following code: https://git

How to Add a Background Image to the Windows Phone Panorama App

username I'm trying to add a background image to a Windows Phone Panorama app. When I add the image using XAML code, I can see the image in the preview. However, when I run the app, I can't see the image. The image size I use is 1536x1280 Here is the XAML code

How to create a 360 degree panorama image in Gatsby/React?

Wang Wang | I'm trying to understand how to create a basic 360 degree panorama image in react/gatsbyjs where the user can scroll the image horizontally infinitely. This is the result I want to achieve: sample I can easily achieve this result with the help of a

How to use and open 360 degree *.pano panorama image files?

Jonathan Microsoft's Photosynth (upload via iOS app) website exports to *.pano. Facebook now natively supports 360-degree photos. What will I do with metadata and/or view these 360 photos? username To open *.pano on Linux, build the following code: https://git

How to Add a Background Image to the Windows Phone Panorama App

username I'm trying to add a background image to a Windows Phone Panorama app. When I add the image using XAML code, I can see the image in the preview. However, when I run the app, I can't see the image. The image size I use is 1536x1280 Here is the XAML code

How to use and open 360 degree *.pano panorama image files?

Jonathan Microsoft's Photosynth (upload via iOS app) website exports to *.pano. Facebook now natively supports 360-degree photos. What will I do with metadata and/or view these 360 photos? username To open *.pano on Linux, build the following code: https://git

How to use and open 360 degree *.pano panorama image files?

Jonathan Microsoft's Photosynth (upload via iOS app) website exports to *.pano. Facebook now natively supports 360-degree photos. What will I do with metadata and/or view these 360 photos? username To open *.pano on Linux, build the following code: https://git

How to Add a Background Image to the Windows Phone Panorama App

username I'm trying to add a background image to a Windows Phone Panorama app. When I add the image using XAML code, I can see the image in the preview. However, when I run the app, I can't see the image. The image size I use is 1536x1280 Here is the XAML code

How to create a 360 degree panorama image in Gatsby/React?

Wang Wang | I'm trying to understand how to create a basic 360 degree panorama image in react/gatsbyjs where the user can scroll the image horizontally infinitely. This is the result I want to achieve: sample I can easily achieve this result with the help of a

FFMPEG zoom panorama image

Basin I'm trying to stitch multiple images to create a video using some scaling that happens on the images. Order:- ffmpeg -f lavfi -r 30 -t 10 -i \ color=#000000:1920x1080 \ -f lavfi \ -r 30 -t 10 \ -i aevalsrc=0 \ -i "image-1.png" \ -i "image-2.png" \ -y -fi