Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MaroDonato committed Mar 1, 2024
2 parents 7f174e0 + e304ae5 commit 7113531
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# VU virtual lab
This is a template for creating a virtual lab environment using 360º panoramic images and the open source panorama viewer [Pannellum](https://pannellum.org).
## Image capture and pre-processing
The 360º panoramic images are expected to be in [equirectangular](https://en.wikipedia.org/wiki/Equirectangular_projection) format. Below an equirectangular image taken using the Insta360 X3 camera in the 72MP mode is shown.
![equirectangular](https://github.com/vu-ih2ls/vu-virtual-lab/assets/63956556/09f2f9f0-4798-4d18-9c0d-bda2e7575783)

First, the image should be as an equirectangular image using the software provided with the camera (in this case Insta360 Studio).
![insta360studio](https://github.com/vu-ih2ls/vu-virtual-lab/assets/63956556/11c8df1c-d4de-4e8c-bd5b-0196c0b1196f)

The resulting image is likely large (~30-40 MB), so compression is necessary. This can be done using any image editing software (in this case Pixelmator Pro). The quality is set to 80% and the WebP format is used, as this is most space-efficient.
![pixelmatorpro](https://github.com/vu-ih2ls/vu-virtual-lab/assets/63956556/d522ca15-afc3-46cf-adeb-1948cd0c485d)

0 comments on commit 7113531

Please sign in to comment.