Commit 74ae6301 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

Update README.md

parent d08726d0
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
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: What they do:
* Download footage from camera's internal storage over eSATA cable. Camera needs to be turned on. See [ext_ssd_download.py](https://git.elphel.com/Elphel/elphel-tools-x393/blob/master/ext_ssd_download.py). * Download footage from camera's internal storage over eSATA cable. Camera needs to be turned on. See [ext_ssd_download.py](ext_ssd_download.py).
* Download footage from external SSD (connected to PC with eSATA docking box or just SATA). See [int_ssd_download.py](https://git.elphel.com/Elphel/elphel-tools-x393/blob/master/int_ssd_download.py). * Download footage from external SSD (connected to PC with eSATA docking box or just SATA). See [int_ssd_download.py](int_ssd_download.py).
* Split footage files (movs or imgs) into separate images - tiffs ([extract_images_tiff.php](https://git.elphel.com/Elphel/elphel-tools-x393/blob/master/extract_images_tiff.php)) or jp4s/jpegs ([extract_images.php](https://git.elphel.com/Elphel/elphel-tools-x393/blob/master/extract_images.php)). * Split footage files (movs or imgs) into separate images - tiffs ([extract_images_tiff.php](extract_images_tiff.php)) or jp4s/jpegs ([extract_images.php](extract_images.php)).
* To convert jp4s to jpegs use [python3-convert-jp4](https://git.elphel.com/Elphel/python3-convert-jp4) scripts. * To convert jp4s to jpegs use [**python3-convert-jp4**](https://git.elphel.com/Elphel/python3-convert-jp4) (separate repo) scripts.
* Combine/filter separate images (with different 'channels' but similar timestamps) into groups for post-processing (**footage_filte_lwir_visible.py** and **eyesis4py393/***). * Combine/filter separate images (with different 'channels' but similar timestamps) into groups for post-processing ([footage_filter_lwir_visible.py](footage_filter_lwir_visible.py) and [eyesis4pi393/*](eyesis4pi393)).
* Batch convert tiffs to jpegs (**lwir/LWIR_tiff_to_jpeg.sh**). * Batch convert tiffs to jpegs. See [lwir/LWIR_tiff_to_jpeg.sh](lwir/LWIR_tiff_to_jpeg.sh) - mogrify is aprt of imagemagick.
* Annotate any jpegs with their file names which are usually timestamps ([batch_timestamp-annotate_jpegs.by](https://git.elphel.com/Elphel/elphel-tools-x393/blob/master/batch_timestamp-annotate_jpegs.py)). * Annotate any jpegs with their file names which are usually timestamps ([batch_timestamp-annotate_jpegs.by](batch_timestamp-annotate_jpegs.py)).
* Join jpegs (annotated or not) into mov clips - good for previewing and selecting image sets for processing (see inside **lwir/VISIBLE_jpeg_to_mov.sh**). * Join jpegs (annotated or not) into mov clips - good for previewing and selecting image sets for processing (see inside [lwir/VISIBLE_jpeg_to_mov.sh](lwir/LWIR_jpeg_to_mov.sh)).
## Requirements ## Requirements
* python 2 and 3 * python 2 and 3
......
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