Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

03/27/17 [eyesis4pi-393-gui][master] by Oleg Dzhimiev: 1. +functions.js 2. filter out errors that are not actual errors

Elphel GIT logs - Mon, 03/27/2017 - 17:26
Oleg Dzhimiev committed changes to the Elphel git project :
1. +functions.js 2. filter out errors that are not actual errors

03/27/17 [elphel-apps-camogm][] by Mikhail Karpenko: Report full error statistic on each channel

Elphel GIT logs - Mon, 03/27/2017 - 14:59
Mikhail Karpenko committed changes to the Elphel git project :
Report full error statistic on each channel

03/27/17 [eyesis4pi-393-gui][master] by Oleg Dzhimiev: test page revived

Elphel GIT logs - Mon, 03/27/2017 - 12:51
Oleg Dzhimiev committed changes to the Elphel git project :
test page revived

03/27/17 [elphel-web-393][master] by Oleg Dzhimiev: imu check: not yet used

Elphel GIT logs - Mon, 03/27/2017 - 12:50
Oleg Dzhimiev committed changes to the Elphel git project :
imu check: not yet used

Eyesis4Pi 393 User Guide - Recording

Wiki Recent Changes - Mon, 03/27/2017 - 11:11

‎Power On

← Older revision Revision as of 17:11, 27 March 2017 (2 intermediate revisions by the same user not shown)Line 4: Line 4:  Terminal: Terminal:    cd <any-path>   cd <any-path> −  git clone https://github.com/Elphel/eyesis4pi-393-gui.git+  git clone https://git.elphel.com/Elphel/eyesis4pi-393-gui.git    git pull (repeat any time to get the latest)   git pull (repeat any time to get the latest)  GitHub.com: GitHub.com: Line 35: Line 35:  * Connect the camera's ethernet cables to the switch. * Connect the camera's ethernet cables to the switch.  * Power on: switch, SSD enclosure, Eyesis4Pi. Boot takes about 1 min. * Power on: switch, SSD enclosure, Eyesis4Pi. Boot takes about 1 min.  +* Setup PC IP  +* Refresh GUI after camera boots.  +  <b> <b>    Important Notice: Use a fan to cool the camera's pole when shooting indoors.   Important Notice: Use a fan to cool the camera's pole when shooting indoors. Oleg

Eyesis4Pi 393 User Guide - Recording

Wiki Recent Changes - Mon, 03/27/2017 - 11:10

‎Power On

← Older revision Revision as of 17:10, 27 March 2017 (One intermediate revision by the same user not shown)Line 4: Line 4:  Terminal: Terminal:    cd <any-path>   cd <any-path> −  git clone https://github.com/Elphel/eyesis4pi-393-gui.git+  git clone https://git.elphel.com/Elphel/eyesis4pi-393-gui.git    git pull (repeat any time to get the latest)   git pull (repeat any time to get the latest)  GitHub.com: GitHub.com: Line 38: Line 38:    Important Notice: Use a fan to cool the camera's pole when shooting indoors.   Important Notice: Use a fan to cool the camera's pole when shooting indoors.  </b> </b>  +* Refresh GUI after camera boots.  <br/><br/> <br/><br/>    Oleg

03/26/17 [imagej-elphel][master] by AndreyFilippov: debugging expansion

Elphel GIT logs - Sun, 03/26/2017 - 23:45
AndreyFilippov committed changes to the Elphel git project :
debugging expansion

03/25/17 [imagej-elphel][master] by AndreyFilippov: redid composite passes

Elphel GIT logs - Sat, 03/25/2017 - 22:54
AndreyFilippov committed changes to the Elphel git project :
redid composite passes

03/24/17 [elphel-apps-camogm][master] by Mikhail Karpenko: Fix port skiping if read pointer is overwritten

Elphel GIT logs - Fri, 03/24/2017 - 19:56
Mikhail Karpenko committed changes to the Elphel git project :
Fix port skiping if read pointer is overwritten

03/24/17 [elphel-apps-camogm][master] by Mikhail Karpenko: WIP: write JPEGs from separate thread in camogm

Elphel GIT logs - Fri, 03/24/2017 - 18:29
Mikhail Karpenko committed changes to the Elphel git project :
WIP: write JPEGs from separate thread in camogm

03/24/17 [eyesis4pi-393-gui][master] by Oleg Dzhimiev: display camogm errors

Elphel GIT logs - Fri, 03/24/2017 - 17:38
Oleg Dzhimiev committed changes to the Elphel git project :
display camogm errors

03/24/17 [elphel-web-393][master] by Oleg Dzhimiev: more logs

Elphel GIT logs - Fri, 03/24/2017 - 12:55
Oleg Dzhimiev committed changes to the Elphel git project :
more logs

03/24/17 [imagej-elphel][master] by AndreyFilippov: disparity expansion

Elphel GIT logs - Fri, 03/24/2017 - 00:22
AndreyFilippov committed changes to the Elphel git project :
disparity expansion

03/22/17 [elphel-apps-camogm][master] by Mikhail Karpenko: Check compressors' state and get disk parameters before recording starts

Elphel GIT logs - Wed, 03/22/2017 - 19:11
Mikhail Karpenko committed changes to the Elphel git project :
Check compressors' state and get disk parameters before recording starts

03/22/17 [elphel-web-393][master] by Oleg Dzhimiev: more logs

Elphel GIT logs - Wed, 03/22/2017 - 14:33
Oleg Dzhimiev committed changes to the Elphel git project :
more logs

03/22/17 [x393_sata][master] by Oleg Dzhimiev: corrected log name

Elphel GIT logs - Wed, 03/22/2017 - 14:27
Oleg Dzhimiev committed changes to the Elphel git project :
corrected log name

Poky 2.0 manual

Wiki Recent Changes - Wed, 03/22/2017 - 13:35

‎Notes

← Older revision Revision as of 19:35, 22 March 2017 Line 173: Line 173:    or   or    recipe-class-inside-task: <font size='2' color='green'><b>d.setVarFlag('do_compile', 'nostamp', '1')</b></font>   recipe-class-inside-task: <font size='2' color='green'><b>d.setVarFlag('do_compile', 'nostamp', '1')</b></font>  +  +* clone git repo over https in a recipe  + SRC_URI = "git://git.elphel.com/project.git;protocol=https;branch=master"     ==<font color="blue">Errors</font>== ==<font color="blue">Errors</font>== Oleg

03/22/17 [meta-elphel393][master] by Oleg Dzhimiev: +ELPHELGITHOST

Elphel GIT logs - Wed, 03/22/2017 - 13:26
Oleg Dzhimiev committed changes to the Elphel git project :
+ELPHELGITHOST

03/22/17 [elphel-apps-camogm][master] by Mikhail Karpenko: Write from separate thread in test program, test O_DIRECT flag

Elphel GIT logs - Wed, 03/22/2017 - 10:45
Mikhail Karpenko committed changes to the Elphel git project :
Write from separate thread in test program, test O_DIRECT flag

03/21/17 [imagej-elphel][master] by AndreyFilippov: multi-pas refinement

Elphel GIT logs - Tue, 03/21/2017 - 23:15
AndreyFilippov committed changes to the Elphel git project :
multi-pas refinement

Pages

Subscribe to www3.elphel.com aggregator