You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, are there any alternative viewers that are good for viewing the output of xpano?
It seems that the latest Pixel phones may have removed the ability to create photo spheres as mentioned in this discussion but currently (one year later) the viewer can still display them. Example (from the linked discussion) https://photos.app.goo.gl/fyaBzA2cPyN34H1j7 (click to activate the viewer). The javascript viewer/library https://photo-sphere-viewer.js.org/playground.html also reads this metadata so it is still useful even if abandoned by Google.
The metadata can be read with magick <image.jpg> XMP:-
The example above has the following metadata:
A cylindrical panorama created with the Samsung camera app has the following metadata (note that google photos incorrectly displays as a sphere still, the docs do indicate that only equirectangular is supported):
A stitched panorama I created was not recognised by google photos as a panorama/photo sphere. It seems that the following metadata is required for it to recognise a panorama: https://developers.google.com/streetview/spherical-metadata
Would it be possible for xpano to include this metadata where applicable? The library used to write Exif data (Exiv2) also supports writing XMP https://exiv2.org/doc/xmpsample_8cpp-example.html
Also, are there any alternative viewers that are good for viewing the output of xpano?
It seems that the latest Pixel phones may have removed the ability to create photo spheres as mentioned in this discussion but currently (one year later) the viewer can still display them. Example (from the linked discussion) https://photos.app.goo.gl/fyaBzA2cPyN34H1j7 (click to activate the viewer). The javascript viewer/library https://photo-sphere-viewer.js.org/playground.html also reads this metadata so it is still useful even if abandoned by Google.
The metadata can be read with
magick <image.jpg> XMP:-
The example above has the following metadata:
A cylindrical panorama created with the Samsung camera app has the following metadata (note that google photos incorrectly displays as a sphere still, the docs do indicate that only
equirectangular
is supported):The text was updated successfully, but these errors were encountered: