Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2.13 KB

README.md

File metadata and controls

72 lines (49 loc) · 2.13 KB

elphel-preview-generator
Elphel panorama preview generator.

Elphel panorama preview generator.

Description

This tool creates preview panoramas from images created by the Elphel Eyesis 4π camera.

Table of Contents

Dependencies

Details

  1. Movie2dng
  2. imagemagick
  3. dcraw

Installation

Movie2dng

http://wiki.elphel.com/index.php?title=Movie2dng

imagemagick & dcraw
sudo apt-get install imagemagick dcraw

Usage

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)

Example usage scenarios

./preview_generator.py -i data/footage/run1/0 -o /data/footage/run1/previews

Copyright

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.

License

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.