panellum_generator/README.md

35 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2023-02-01 11:10:08 +00:00
# panellum_generator
Configuration generator for Panellum Panorama Viewer.
2023-02-01 11:13:40 +00:00
https://pannellum.org/
## Usage
python panoconfig.py input.txt -o pannellum/index.htm
2023-02-01 11:13:40 +00:00
2023-02-01 11:16:08 +00:00
put index.htm in panellum folder together with images inside images/ folder.
## input config file format
FromFile,ToFile,Pitch,Yaw,TargetYaw|i
2023-02-01 11:16:08 +00:00
## overlay Pitch and Yaw
run overlaylatLong.sh with .jpg files in same directory.
This will create an "overlay" directory with the fotos and a lat long overlay.
2023-02-01 11:16:08 +00:00
## Workflow
2024-04-22 05:49:35 +00:00
* Add .jpg equirectengular 360 photos in a directory with overlayLatLong.sh and the Rasteroverlay.png.
* Run overlayLatLong.sh
* create a file (for example input.txt)
* Add clickable hotspots in every line
* Example: from kitchen.jpg to livingroom.jpg at pitch=0 and yaw=-30 (coordinats in from picture).
> kitchen,livingroom,0,-30,i
(i for autocalculate yaw viewpoint in target photo)
* Use images in overlay directory for pitch and yaw reference.
Every image in the "to" field has to exist at least once as "from".
Download pannellum and put pannellum folder in directory next to the python file.
Run "python panoconfig.py input.txt -o pannellum/index.htm" to create index.htm with config in it.
Run python -m http.server in pannellum folder.
Navigate to http://localhost:8000