User:Clemmie9401
User account Clemmie9401 was created
Clemmie940103/17/17 [eyesis4pi-393-gui][master] by Oleg Dzhimiev: Merge branch 'master' of https://github.com/Elphel/eyesis4pi_gui_393
Oleg Dzhimiev committed changes to the Elphel git project :
Merge branch 'master' of https://github.com/Elphel/eyesis4pi_gui_393
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
Oleg Dzhimiev committed changes to the Elphel git project :
download logs and camogm log enable
download logs and camogm log enable
03/17/17 [elphel-web-393][master] by Oleg Dzhimiev: commands to download logs and kill camogm
Oleg Dzhimiev committed changes to the Elphel git project :
commands to download logs and kill camogm
commands to download logs and kill camogm
03/17/17 [elphel-web-393][] by Oleg Dzhimiev: commands to download logs and kill camogm
Oleg Dzhimiev committed changes to the Elphel git project :
commands to download logs and kill camogm
commands to download logs and kill camogm
User:GabrieleOfficer
User account GabrieleOfficer was created
GabrieleOfficer03/17/17 [x393_sata][master] by Oleg Dzhimiev: merged eyesis4pi to regular script
Oleg Dzhimiev committed changes to the Elphel git project :
merged eyesis4pi to regular script
merged eyesis4pi to regular script
03/17/17 [x393_sata][] by Oleg Dzhimiev: merged eyesis4pi to regular script
Oleg Dzhimiev committed changes to the Elphel git project :
merged eyesis4pi to regular script
merged eyesis4pi to regular script
User:GracieMajor06
User account GracieMajor06 was created
GracieMajor06Eyesis4Pi 393 User Guide - Download
← 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
User account JuanaDowie1 was created
JuanaDowie1Eyesis4Pi 393 User Guide - Download
← 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
← 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
← 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
← 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
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
AndreyFilippov committed changes to the Elphel git project :
minor cleanup
minor cleanup
03/16/17 [imagej-elphel][master] by AndreyFilippov: minor cleanup
AndreyFilippov committed changes to the Elphel git project :
minor cleanup
minor cleanup
Eyesis4Pi 393
← 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
