Commit 4e4390eb authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

Update README.md

parent 2e0a7227
# elphel-tools-x393
Scripts for working with 10393 camera systems from a host PC
Scripts for working with 10393 camera systems from a host PC.
What they do:
* Download footage from camera's internal storage over eSATA cable. Camera needs to be turned on. See **ext_ssd_download.py**.
* Download footage from external SSD (connected to PC with eSATA docking box or just SATA). See **int_ssd_download.py**.
* Split footage files (movs or imgs) into separate images - tiffs (**extract_images_tiff.php**) or jp4s/jpegs (**extract_images.php**).
* Combine/filter separate images (with different 'channels' but similar timestamps) into groups for post-processing (**footage_filte_lwir_visible.py** and **eyesis4py393/***).
* Batch convert tiffs to jpegs (**lwir/LWIR_tiff_to_jpeg.sh**).
* Annotate jpegs with their file names which are noramlly timestamps
* Join jpegs (annotated or not) into mov clips - good for previewing and selecting image sets for processing
## Requirements
* python 2 and 3
* php
* imagemagick
* ffmpeg
## Details
* **ext_ssd_download.py**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment