Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

User:Clemmie9401

Wiki Recent Changes - Sat, 03/18/2017 - 14:01

User account Clemmie9401 was created

Clemmie9401

03/17/17 [eyesis4pi-393-gui][master] by Oleg Dzhimiev: Merge branch 'master' of https://github.com/Elphel/eyesis4pi_gui_393

Elphel GIT logs - Fri, 03/17/2017 - 20:02
Oleg Dzhimiev committed changes to the Elphel git project :
Merge branch 'master' of https://github.com/Elphel/eyesis4pi_gui_393

03/17/17 [eyesis4pi-393-gui][master] by Oleg Dzhimiev: download logs and camogm log enable

Elphel GIT logs - Fri, 03/17/2017 - 20:02
Oleg Dzhimiev committed changes to the Elphel git project :
download logs and camogm log enable

03/17/17 [elphel-web-393][master] by Oleg Dzhimiev: commands to download logs and kill camogm

Elphel GIT logs - Fri, 03/17/2017 - 20:00
Oleg Dzhimiev committed changes to the Elphel git project :
commands to download logs and kill camogm

03/17/17 [elphel-web-393][] by Oleg Dzhimiev: commands to download logs and kill camogm

Elphel GIT logs - Fri, 03/17/2017 - 20:00
Oleg Dzhimiev committed changes to the Elphel git project :
commands to download logs and kill camogm

User:GabrieleOfficer

Wiki Recent Changes - Fri, 03/17/2017 - 18:36

User account GabrieleOfficer was created

GabrieleOfficer

03/17/17 [x393_sata][master] by Oleg Dzhimiev: merged eyesis4pi to regular script

Elphel GIT logs - Fri, 03/17/2017 - 14:09
Oleg Dzhimiev committed changes to the Elphel git project :
merged eyesis4pi to regular script

03/17/17 [x393_sata][] by Oleg Dzhimiev: merged eyesis4pi to regular script

Elphel GIT logs - Fri, 03/17/2017 - 14:09
Oleg Dzhimiev committed changes to the Elphel git project :
merged eyesis4pi to regular script

User:GracieMajor06

Wiki Recent Changes - Fri, 03/17/2017 - 11:54

User account GracieMajor06 was created

GracieMajor06

Eyesis4Pi 393 User Guide - Download

Wiki Recent Changes - Fri, 03/17/2017 - 11:53

← Older revision Revision as of 17:53, 17 March 2017 Line 3: Line 3:  ==Internal SSDs== ==Internal SSDs==    # int_ssd_download.py will connect to the cameras over ssh a few times   # int_ssd_download.py will connect to the cameras over ssh a few times −   +  # generate ssh keys if they don't exist  +     ssh-copy-id root@192.168.0.161   ssh-copy-id root@192.168.0.161    ssh-copy-id root@192.168.0.162   ssh-copy-id root@192.168.0.162 Oleg

User:JuanaDowie1

Wiki Recent Changes - Fri, 03/17/2017 - 09:04

User account JuanaDowie1 was created

JuanaDowie1

Eyesis4Pi 393 User Guide - Download

Wiki Recent Changes - Thu, 03/16/2017 - 19:42

← Older revision Revision as of 01:42, 17 March 2017 Line 10: Line 10:    # for 161 and 162: skip '''12x'''10GB from beginning, download '''3x'''10GB, change cables   # for 161 and 162: skip '''12x'''10GB from beginning, download '''3x'''10GB, change cables          −  ./int_ssd_download.py -c root@192.168.0.161 -p /dev/sdb2 /data/footage/test_20170308a/ -s 12 -n 3+  ./int_ssd_download.py -c root@192.168.0.161 -s 12 -n 3 /data/footage/test_20170308a/ −  ./int_ssd_download.py -c root@192.168.0.162 -p /dev/sdb2 /data/footage/test_20170308a/ -s 12 -n 3+  ./int_ssd_download.py -c root@192.168.0.162 -s 12 -n 3 /data/footage/test_20170308a/             # for 163: since it's roughly 1/6 of 161 (=162) data, skip '''2x'''10GB from beginning, download '''1x'''10GB   # for 163: since it's roughly 1/6 of 161 (=162) data, skip '''2x'''10GB from beginning, download '''1x'''10GB          −  ./int_ssd_download.py -c root@192.168.0.163 -p /dev/sdb2 /data/footage/test_20170308a/ -s 2 -n 1+  ./int_ssd_download.py -c root@192.168.0.163 -s 2 -n 1 /data/footage/test_20170308a/       # Extract images   # Extract images Oleg

Eyesis4Pi 393 User Guide - Download

Wiki Recent Changes - Thu, 03/16/2017 - 19:42

← Older revision Revision as of 01:42, 17 March 2017 (7 intermediate revisions by the same user not shown)Line 1: Line 1: −===Internal SSDs===+==Scripts==  +[https://github.com/Elphel/elphel-tools-x393 elphel-tools-x393]  +==Internal SSDs==    # int_ssd_download.py will connect to the cameras over ssh a few times   # int_ssd_download.py will connect to the cameras over ssh a few times  +    ssh-copy-id root@192.168.0.161   ssh-copy-id root@192.168.0.161    ssh-copy-id root@192.168.0.162   ssh-copy-id root@192.168.0.162    ssh-copy-id root@192.168.0.163   ssh-copy-id root@192.168.0.163 −  # skip ''12x''10GB from beginning, download ''3x''10GB+ −  ./int_ssd_download.py -m eyesis4pi /data/footage/test_20170308a/ -s 12 -n 3+  # for 161 and 162: skip '''12x'''10GB from beginning, download '''3x'''10GB, change cables −  # change cables if there's only one eSATA port in PC otherwise modify the script.+  +  ./int_ssd_download.py -c root@192.168.0.161 -s 12 -n 3 /data/footage/test_20170308a/  + ./int_ssd_download.py -c root@192.168.0.162 -s 12 -n 3 /data/footage/test_20170308a/  +  +  # for 163: since it's roughly 1/6 of 161 (=162) data, skip '''2x'''10GB from beginning, download '''1x'''10GB  +  + ./int_ssd_download.py -c root@192.168.0.163 -s 2 -n 1 /data/footage/test_20170308a/  +   + # Extract images  + ./extract_images.php path=/data/footage/test_20170308a dest_path=0  +   +==External SSDs==  + # use dd or ext_ssd_download.py Oleg

Eyesis4Pi 393 User Guide - Download

Wiki Recent Changes - Thu, 03/16/2017 - 17:39

← Older revision Revision as of 23:39, 16 March 2017 (6 intermediate revisions by the same user not shown)Line 1: Line 1: −===Internal SSDs===+==Scripts==  +[https://github.com/Elphel/elphel-tools-x393 elphel-tools-x393]  +==Internal SSDs==    # int_ssd_download.py will connect to the cameras over ssh a few times   # int_ssd_download.py will connect to the cameras over ssh a few times  +    ssh-copy-id root@192.168.0.161   ssh-copy-id root@192.168.0.161    ssh-copy-id root@192.168.0.162   ssh-copy-id root@192.168.0.162    ssh-copy-id root@192.168.0.163   ssh-copy-id root@192.168.0.163 −  # skip ''12x''10GB from beginning, download ''3x''10GB+ −  ./int_ssd_download.py -m eyesis4pi /data/footage/test_20170308a/ -s 12 -n 3+  # for 161 and 162: skip '''12x'''10GB from beginning, download '''3x'''10GB, change cables −  # change cables if there's only one eSATA port in PC otherwise modify the script.+  +  ./int_ssd_download.py -c root@192.168.0.161 -p /dev/sdb2 /data/footage/test_20170308a/ -s 12 -n 3  + ./int_ssd_download.py -c root@192.168.0.162 -p /dev/sdb2 /data/footage/test_20170308a/ -s 12 -n 3  +  +  # for 163: since it's roughly 1/6 of 161 (=162) data, skip '''2x'''10GB from beginning, download '''1x'''10GB  +  + ./int_ssd_download.py -c root@192.168.0.163 -p /dev/sdb2 /data/footage/test_20170308a/ -s 2 -n 1  +   + # Extract images  + ./extract_images.php path=/data/footage/test_20170308a dest_path=0  +   +==External SSDs==  + # use dd or ext_ssd_download.py Oleg

Eyesis4Pi 393 User Guide - Download

Wiki Recent Changes - Thu, 03/16/2017 - 16:55

← Older revision Revision as of 22:55, 16 March 2017 (One intermediate revision by the same user not shown)Line 1: Line 1:  ===Internal SSDs=== ===Internal SSDs===    # int_ssd_download.py will connect to the cameras over ssh a few times   # int_ssd_download.py will connect to the cameras over ssh a few times  +    ssh-copy-id root@192.168.0.161   ssh-copy-id root@192.168.0.161    ssh-copy-id root@192.168.0.162   ssh-copy-id root@192.168.0.162    ssh-copy-id root@192.168.0.163   ssh-copy-id root@192.168.0.163 −  # skip ''12x''10GB from beginning, download ''3x''10GB+  +  # skip '''12x'''10GB from beginning, download '''3x'''10GB  +    ./int_ssd_download.py -m eyesis4pi /data/footage/test_20170308a/ -s 12 -n 3   ./int_ssd_download.py -m eyesis4pi /data/footage/test_20170308a/ -s 12 -n 3  +    # change cables if there's only one eSATA port in PC otherwise modify the script.   # change cables if there's only one eSATA port in PC otherwise modify the script. Oleg

Eyesis4Pi 393 User Guide - Download

Wiki Recent Changes - Thu, 03/16/2017 - 16:54

Created page with "===Internal SSDs=== # int_ssd_download.py will connect to the cameras over ssh a few times ssh-copy-id root@192.168.0.161 ssh-copy-id root@192.168.0.162 ssh-copy-id root@1..."

New page

===Internal SSDs===
# int_ssd_download.py will connect to the cameras over ssh a few times
ssh-copy-id root@192.168.0.161
ssh-copy-id root@192.168.0.162
ssh-copy-id root@192.168.0.163
# skip ''12x''10GB from beginning, download ''3x''10GB
./int_ssd_download.py -m eyesis4pi /data/footage/test_20170308a/ -s 12 -n 3
# change cables if there's only one eSATA port in PC otherwise modify the script. Oleg

03/16/17 [imagej-elphel][dct] by AndreyFilippov: minor cleanup

Elphel GIT logs - Thu, 03/16/2017 - 16:52
AndreyFilippov committed changes to the Elphel git project :
minor cleanup

03/16/17 [imagej-elphel][master] by AndreyFilippov: minor cleanup

Elphel GIT logs - Thu, 03/16/2017 - 16:52
AndreyFilippov committed changes to the Elphel git project :
minor cleanup

Eyesis4Pi 393

Wiki Recent Changes - Thu, 03/16/2017 - 15:50

← Older revision Revision as of 21:50, 16 March 2017 Line 110: Line 110:  * Post-processing tools * Post-processing tools  * Calibration data * Calibration data  +  +==Workflow and user guides==  +[[Eyesis4Pi_393_workflow|'''More info''']]     ==3D Model== ==3D Model== Oleg

Pages

Subscribe to www3.elphel.com aggregator