Elphel panorama preview generator.
This tool creates preview panoramas from images created by the Elphel Eyesis 4π camera.
http://wiki.elphel.com/index.php?title=Movie2dng
sudo apt-get install imagemagick dcraw
Usage: ./preview_generator.py [OPTIONS]
[Required arguments]
-i --input Input JP4 folder
-o --output Output JPEG folder
[Optional arguments]
-h --help Prints this
-p --parallel Use GNU parallel
-g --grayscale Write grayscale images (without debayer)
./preview_generator.py -i data/footage/run1/0 -o /data/footage/run1/previews
Copyright (c) 2014 FOXEL SA - http://foxel.ch
This program is part of the FOXEL project <http://foxel.ch>.
Please read the COPYRIGHT.md file for more information.
This program is licensed under the terms of the GNU Affero General Public License v3 (GNU AGPL), with two additional terms. The content is licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA) license.
Please read <http://foxel.ch/license> for more information.