testing insta360 photospheres

Good technical review

insta360 lenses

48 megapixel, 1/2", quad-bayer sensors behind 6.7mm (35mm equivalent) lenses

Open questions


conventional equirectangular photosphere using photo-sphere-viewer 5.8.0 from npm

insta360 picture using photo-sphere-viewer and DualFisheyeAdapter

Scaled

Video experiments

const viewer = new PhotoSphereViewer.Viewer({
    adapter: PhotoSphereViewer.EquirectangularVideoAdapter,
    panorama: {
        source: 'path/video.mp4',
    },
    plugins: [PhotoSphereViewer.VideoPlugin],
});
#