Take panoramic photos with ESP32-Cam and Python
- Install Docker
- Build docker container:
docker build -t espcam .
This step must run inside proyect folder.
docker run -it --rm -v PATH:/app espcam python panoramic.py
PATH is the proyect's folder.
The output images will be in output folder.
Example:
docker run -it --rm -v C:/Proyects/PanoramicCam:/app espcam python panoramic.py
Read the article about the software on my blog
and the article about the harware blog
Download 3d model [Thingiverse] (https://www.thingiverse.com/thing:4270344)
Youtube video with more details