laurb9 / PanoController-Firmware

Platform for high-resolution panoramic photography, supporting 3D-printed PanoController board, Gigapan EPIC 100, Nodal Ninja Mecha E1 and other platforms.
MIT License
16 stars 3 forks source link

Pano log #48

Open laurb9 opened 8 years ago

laurb9 commented 8 years ago

Record information for each panoramas taken in EEPROM. Dump the EEPROM over serial when connected to PC, for identifying the photo sets and settings easier.

Defragster commented 8 years ago

The $8 PJRC prop shield has 8MB Flash and a HID software transfer app.

But an ESP8266 could save them to onboard 3MB SPIFFS and also post them in real time to the control web page to cut and paste to a file - or save the file for FTP transfer when done.

Recording the camera IMAGE number will make it easier to associate the notes - even if using a fresh flash card for each set.

laurb9 commented 8 years ago

Yes, recording more detail such as image numbers with timestamps for each photo is a good idea, thanks. Maybe elevation and azimuth also, if I add a compass could help with prealignment.

These aren't needed in real time though, since all the stitching happens at home base anyway.

laurb9 commented 6 years ago

May not need to be in EEPROM at all if it can be transferred to the app immediately. Logging the position, timestamps and other known metadata for each photo is still useful.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.