Hi,

I am looking for a script that would build a panoramic image without
user input. This is for an automated webcam system. I cobbled together
something today, but maybe I am duplicating something that already
exists. Here's what I came up with so far:

----------------------------------
SIZE=600
PREFIX=pano

autopano-complete -o out.pto -s ${SIZE} *.JPG
cat out.pto | autooptimiser -als -p -n -o out.pto -
pto2mk -o Makefile -p ${PREFIX} out.pto
make all clean
rm out.pto Makefile
rm *.key.gz

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to