Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

08/13/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff

Elphel GIT logs - Mon, 08/13/2018 - 11:24
Oleg Dzhimiev committed changes to the Elphel git project :
Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff

08/11/18 [python3-imagej-tiff][master] by AndreyFilippov: Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff

Elphel GIT logs - Sat, 08/11/2018 - 14:09
AndreyFilippov committed changes to the Elphel git project :
Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff

08/11/18 [python3-imagej-tiff][master] by AndreyFilippov: Testing with full image data

Elphel GIT logs - Sat, 08/11/2018 - 14:08
AndreyFilippov committed changes to the Elphel git project :
Testing with full image data

08/10/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: yellow border

Elphel GIT logs - Fri, 08/10/2018 - 18:50
Oleg Dzhimiev committed changes to the Elphel git project :
yellow border

08/10/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: testing

Elphel GIT logs - Fri, 08/10/2018 - 18:46
Oleg Dzhimiev committed changes to the Elphel git project :
testing

Multi camera system operation

Wiki Recent Changes - Fri, 08/10/2018 - 18:30

‎scripts for downloading from internal SSD (via eSATA)

← Older revision Revision as of 00:30, 11 August 2018 Line 43: Line 43:  * creates a UID (/path/UID) directory, where UID - ID of the SSD * creates a UID (/path/UID) directory, where UID - ID of the SSD  * switched the SSD to eSATA port * switched the SSD to eSATA port −Note: Essentially the script does ''dd''. If there is no eSATA cable it's possible to run dd over network.+Note: Essentially the script does ''dd''. If there is no eSATA cable it's possible to run dd over network. Something like:  + ssh root@192.168.0.39 "dd if=/dev/sda2 bs=20M count=10 | gzip -1 -" | dd of=image.bin.gz     ===scripts for extraction=== ===scripts for extraction=== Oleg

08/10/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: fixed slicing errors

Elphel GIT logs - Fri, 08/10/2018 - 18:23
Oleg Dzhimiev committed changes to the Elphel git project :
fixed slicing errors

08/10/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: display images of tiled weights for 1st layers of inter and sub

Elphel GIT logs - Fri, 08/10/2018 - 17:59
Oleg Dzhimiev committed changes to the Elphel git project :
display images of tiled weights for 1st layers of inter and sub

10393 manual

Wiki Recent Changes - Fri, 08/10/2018 - 17:49

‎Other info

← Older revision Revision as of 23:49, 10 August 2018 Line 399: Line 399:  ===Photo finish (linescan mode)=== ===Photo finish (linescan mode)===  [[Photo-finish|Photo Finish]] (works for JP4 image format) [[Photo-finish|Photo Finish]] (works for JP4 image format)  +  +===Controlling multiple cameras from single GUI===  +* [[Multi_camera_system_operation|Recording]]     ==<font color="blue">Known problems</font>== ==<font color="blue">Known problems</font>== Oleg

Multi camera system operation

Wiki Recent Changes - Fri, 08/10/2018 - 17:45

‎scripts for downloading from internal SSD (via eSATA)

← Older revision Revision as of 23:45, 10 August 2018 (4 intermediate revisions by the same user not shown)Line 2: Line 2:  Example for 2 cameras (2 X-Cams) - list comma-separated addresses in the GET line: Example for 2 cameras (2 X-Cams) - list comma-separated addresses in the GET line:    http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38   http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38  +* tests button to get some diagnostics  +* record button - starts recording on raw paritions (camera internal)  +* snapshot button - saves a zip archive to host pc  +  +===Howto===  +====Basic====  +# Power on  +# Refresh multicam gui to get camogm started  +# Record-button the recording will be started from the '''Current LBA''' (in /mnt/sda1/camogm.disk)  +  +====Start from the beginning of raw partition====  +# Power on  +# Remove /mnt/sda1/camogm.disk on each camera (a new one is created by camogm on recording start)  +# Refresh multicam gui to get camogm started  +# Record-button  +  +Note: Steps 2 and 3 can be swapped. Camogms will recreate camogm.disks on recording start. The free space in the multicam gui will also update to correct value on recording start.  +     ==Download footage== ==Download footage== Line 10: Line 28:    Device          Start LBA      Current LBA    End LBA     Device          Start LBA      Current LBA    End LBA      /dev/sda2      12500992        38196200        250068992   /dev/sda2      12500992        38196200        250068992 −===scripts for downloading===+   +How much is written:  + ''(Current - Start)*512/2^30'' GB  +   +===scripts for downloading from internal SSD (via eSATA)===  +* Get [https://git.elphel.com/Elphel/elphel-tools-x393 int_ssd_download.py]:  + ~$ ssh-copy-id root@192.168.0.39  + ~$ ssh-copy-id root@192.168.0.38  + ~$ python3 int_ssd_download.py -h  + # Download 100GB from each  + ~$ python3 int_ssd_download.py -c root@192.168.0.39 -n 10 /path  + ~$ python3 int_ssd_download.py -c root@192.168.0.38 -n 10 /path  +This script:  +* creates a UID (/path/UID) directory, where UID - ID of the SSD  +* switched the SSD to eSATA port  +Note: Essentially the script does ''dd''. If there is no eSATA cable it's possible to run dd over network.  +   +===scripts for extraction===  +* Get [https://git.elphel.com/Elphel/eyesis4pi-393-gui/blob/master/footage_downloader/split_mov_jp4.php split_mov_jp4.php]. It takes channel shift as argv[1] when splitting. Example:  + ~$ cd /path/UID-of-192.168.0.39  + ~$ /path-to-script/split_mov_jp4.php 0  + ~$ cd /path/UID-of-192.168.0.38  + ~$ /path-to-script/split_mov_jp4.php 4     [[Category:393]] [[Category:393]] Oleg

Extracting images from raw partition

Wiki Recent Changes - Fri, 08/10/2018 - 17:05

← Older revision Revision as of 23:05, 10 August 2018 Line 1: Line 1:  As it was mentioned in [[Camogmgui | camogmgui]], ''camogm'' can save images to a raw partition or disk in fast recording mode and you need to do one additional step to extract these images from such a partition. This short note describes how to get images from raw partition. As it was mentioned in [[Camogmgui | camogmgui]], ''camogm'' can save images to a raw partition or disk in fast recording mode and you need to do one additional step to extract these images from such a partition. This short note describes how to get images from raw partition.    −1. Download [[https://github.com/Elphel/elphel-tools-x393 these scripts]] to your PC.+1. Download [https://github.com/Elphel/elphel-tools-x393 these scripts] to your PC.     2. Connect camera to eSATA port, power it on and wait until it has loaded. 2. Connect camera to eSATA port, power it on and wait until it has loaded. Oleg

Multi camera system operation

Wiki Recent Changes - Fri, 08/10/2018 - 17:03

← Older revision Revision as of 23:03, 10 August 2018 Line 1: Line 1:  ==Recording== ==Recording== −Example for 2 cameras - list comma-separated addresses in the GET line:+Example for 2 cameras (2 X-Cams) - list comma-separated addresses in the GET line:    http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38   http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38     ==Download footage== ==Download footage== −...+* /dev/sda1 - ext4  +* /dev/sda2 - raw  +===raw partition write pointer position===  + root@elphel393:~# cat /mnt/sda1/camogm.disk     + Device          Start LBA      Current LBA    End LBA  + /dev/sda2      12500992        38196200        250068992  +===scripts for downloading===     [[Category:393]] [[Category:393]] Oleg

Multi camera system operation

Wiki Recent Changes - Fri, 08/10/2018 - 16:14

Created page with "==Recording== Example for 2 cameras - list comma-separated addresses in the GET line: http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38 ==Download footage== ... ..."

New page

==Recording==
Example for 2 cameras - list comma-separated addresses in the GET line:
http://192.168.0.39/multicam/?ip=192.168.0.39,192.168.0.38

==Download footage==
...

[[Category:393]] Oleg

08/10/18 [imagej-elphel][gpu] by AndreyFilippov: modified ML file names

Elphel GIT logs - Fri, 08/10/2018 - 12:41
AndreyFilippov committed changes to the Elphel git project :
modified ML file names

08/10/18 [imagej-elphel][gpu] by AndreyFilippov: Creating test data from main camera only, not relying on GT

Elphel GIT logs - Fri, 08/10/2018 - 12:32
AndreyFilippov committed changes to the Elphel git project :
Creating test data from main camera only, not relying on GT

08/10/18 [python3-imagej-tiff][master] by AndreyFilippov: Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff

Elphel GIT logs - Fri, 08/10/2018 - 09:57
AndreyFilippov committed changes to the Elphel git project :
Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff

08/10/18 [python3-imagej-tiff][master] by AndreyFilippov: combining low/high disparity cluster variance into the same batch

Elphel GIT logs - Fri, 08/10/2018 - 09:56
AndreyFilippov committed changes to the Elphel git project :
combining low/high disparity cluster variance into the same batch

08/09/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: added grid to 2d weights

Elphel GIT logs - Thu, 08/09/2018 - 19:20
Oleg Dzhimiev committed changes to the Elphel git project :
added grid to 2d weights

08/09/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff

Elphel GIT logs - Thu, 08/09/2018 - 19:11
Oleg Dzhimiev committed changes to the Elphel git project :
Merge branch 'master' of git.elphel.com:Elphel/python3-imagej-tiff

08/09/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: display weights

Elphel GIT logs - Thu, 08/09/2018 - 19:11
Oleg Dzhimiev committed changes to the Elphel git project :
display weights

Pages

Subscribe to www3.elphel.com aggregator