-
Notifications
You must be signed in to change notification settings - Fork 58
Panorama viewer #43
Comments
From @setnes on August 29, 2015 14:15 I was thinking about this when we worked on the image preview size logic that was based on the monitor size. Even without a fancy VR viewer, panoramas might be better viewed if they could simply be zoomed and scrolled. Right now we decide the longest image edge for the preview size based on the longest monitor edge plus a normalization fudge of 100. For a panorama, requesting a larger image (make the shortest image edge match the longest monitor edge) might have an advantage... but it could end up being a very large file served. It seems like it should be a second download. The ratio between image length and width could drive this. If it was over a certain threshold (maybe one edge has to be more than twice as long as the other), we could treat it as a panorama. I don't think we have the image dimensions at the time we are requesting the preview though. Just thoughts... |
If we automatically download the HD pictures when zooming in (owncloud/gallery#193). We could keep things as-is and users would get the full res image as soon as they zoom-in and could then pan left-right. Would that be good enough? |
From @jospoortvliet on August 31, 2015 9:12 @oparoz for panorama's - I think it's fine... Sure, the whole parallax thing is fancy but not really crucial. |
I would like to view pictures from my Galaxy Gear 360 in the owncloud gallery. Because those are real 360 Photoshpere pictures it get's distorted when zooming in. I found three javascript viewers for such photos: http://photo-sphere-viewer.js.org/ Could any of those viewers be implemented in the owncloud gallery? |
👍 that would be awesome! |
What's it going to take to get photosphere support? Or for 360 videos? I have photos from events I've taken and I really do need to be able to check them out in nextCloud! |
Somebody will have to do the work of implementing one of the javascript viewers into the Nextcloud Gallery... 'somebody' -> can be anyone who feels like doing it... Alternatively, a company could decide to pay somebody to do it. |
I've got some experience with web applications, but I'm unfamiliar with nextcloud addons. The Pannellum viewer is very easy to integrate because the images do not have to be pre processed in some form. A better integration would be to use Marzipano, but that library requires pre processed tiles. Maybe I would be able to implement a viewer if someone could tell me where to start. For instance I would have to know how to identify which pictures are panorama pictures. Is it possible to get the exif information from the current picture in the gallery code? |
This is a component which is missing from our core product and which prevents quite a few features from being delivered. |
So, any chance we could see this added? I love taking photospheres at events I go to, and I really want to explore them in Gallery. Please? :) |
QNAP just integrated a 360 viewer into their webinterface. But I would love to have this in OwnCloud so I don't have to share all my files. |
Hey guys, i've made a little Nextcloud-App for integrating photo-sphere-viewer.js. So actually the app will be opened by clicking on a .jpg-file, which has a prefix "PANO". Check it out. Looking forward to hear your feedback :-) https://github.com/R0Wi/Nextcloud-PhotoSphereViewer |
I've just testet this and it works very well with my Samsung Photosphere photos if I rename them. The only thing I'm missing is that I can't quickly switch to the next and previous photo in the current folder. I have to go back to the file viewer and click the next photo to view it as a Photosphere. Also when viewing the photos in the gallery app the Photosphere viewer does not start and the photo is displayed like a normal photo. |
Works a treat. Thanks, @R0Wi 😺 Edit: Looks like it only works from the file list, and not the gallery. Shame, but a good workaround nonetheless :-) |
Any chance we can get this into the Gallery part? And perhaps mainlined? :) |
Fully integrating the viewer into the gallery app would be the next step, but this requires more investigation. Especially i would have to touch some parts of the gallery app code. @BloodyIron Of course i keep on working towards mainline dev, it was just a first approach for the moment :-) |
It's a fantastic first step and workaround, @R0Wi :D |
Thx. It is working fine with pictures from Gear 360. |
Superseded by #540 and nextcloud/files_photospheres#27 |
From @oparoz on July 26, 2015 14:58
User requested
Some people would like to be able to view panorama or photo sphere images such as the ones taken by a mobile phone.
I know bigshot supports VR images. Not sure what it would take to implement...
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Copied from original issue: owncloud/gallery#234
The text was updated successfully, but these errors were encountered: