There were already many topics about batch stitching of multiple panoramas.
Almost all of them required programming skills.
Photographers are a different species than programmers. We don't understand these numeric values. We think with images, not with numbers.
I use also Bimostitch on Android (the last working version 2.13). It allows to load even a hundred of photos, it detects when a new panorama begins (sometimes with errors, but usually it does the work correctly).
Not aligned photos are automatically discarded.
The user previews all panoramas before stitching, sets projection, color and exposure correction, blending mode and strength. Then the user presses "go" button and the app does its work.
Sounds improbably?
Yes, because the app does not store filenames!
Every panorama is saved with a current date, ignoring the original filenames and even EXiF data.
So, after a hour of the app work, the user spends a few hours to find photos, copy and paste filenames.
The developer is deaf for that.
For Hugin automatic processing, the initial work belongs to the user.
User:
Move all partial photos to one folder
Add words "end" "split" to filenames.
"End" means that this is the last image, that is included to load.
"Split" means that the image is not loaded - I always take a photo of my hand, of the ground or sky, to separate panoramas.
Hugin will not detect a hand in a photo, we don't even want it.
This is why the filenames contain commands, where the panorama ends.
Some filenames may already contain such words as "end" or "split", not related to the commands. (the end of the splitting road, for example).
So, the commands should be unique strings that are not commonly used in (at least English) language.
Any suggestions? !e! !s! - commands: end or split. May it be this way?
The filenames may also contain other commands: projection for example (the user has to read the document, and learn what commands and parameters are used in Hugin).
Hugin batch processor:
Reads the filenames. If a command to split found,
load image set, align,
+ auto discard unaligned images
save .pto, save panorama
Loop, process the next image set.
Can we make it possible?
This is an example folder containing images ending with commands !e! - the last image for a panorama.
The folder contains also single unrelated images, cars, cats, but
- the user should move them from this folder
or / and
- hugin automatically discards unaligned images