Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Thu, 06/09/2022 - 16:17
Bryce Hepner (45e246f4) at 09 Jun 22:17 Works, used to test all the files ... and 3 more commits

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Thu, 06/09/2022 - 14:30
Bryce Hepner (89fbb7f5) at 09 Jun 20:30 various tests

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Wed, 06/08/2022 - 16:31
Bryce Hepner (4286c54a) at 08 Jun 22:31 bin work ... and 1 more commit

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Wed, 06/08/2022 - 14:09
Bryce Hepner (96e7a95d) at 08 Jun 20:09 midday_check

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Tue, 06/07/2022 - 17:09
Bryce Hepner (c6dfe9f2) at 07 Jun 23:09 new compression

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Tue, 06/07/2022 - 14:49
Bryce Hepner (c14dbb54) at 07 Jun 20:49 that was scary

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Mon, 06/06/2022 - 16:13
Bryce Hepner (3774fe5d) at 06 Jun 22:13 major issues

Andrey Filippov pushed to project branch warrior at Elphel / elphel-web-393

Elphel GIT logs - Mon, 06/06/2022 - 06:44
Andrey Filippov (10412f81) at 06 Jun 12:44 working on LWIR16 control

Andrey Filippov pushed to project branch warrior at Elphel / elphel-web-393

Elphel GIT logs - Mon, 06/06/2022 - 06:43
Andrey Filippov (2c148fb3) at 06 Jun 12:43 added reboot.html

Andrey Filippov pushed to project branch rocko at Elphel / elphel-apps-imgsrv

Elphel GIT logs - Mon, 06/06/2022 - 06:42
Andrey Filippov (7b0fd0dd) at 06 Jun 12:42 added reboot command

Andrey Filippov pushed to project branch rocko at Elphel / elphel-apps-autoca...

Elphel GIT logs - Mon, 06/06/2022 - 06:41
Andrey Filippov (9913842a) at 06 Jun 12:41 added Access-Control-Allow-Origin

Andrey Filippov pushed to project branch tiff at Elphel / elphel-apps-camogm

Elphel GIT logs - Mon, 06/06/2022 - 06:40
Andrey Filippov (8ec453e8) at 06 Jun 12:40 changes before TE

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Fri, 06/03/2022 - 16:59
Bryce Hepner (59865f02) at 03 Jun 22:59 Made function to create same dictionary ... and 1 more commit

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Thu, 06/02/2022 - 17:06
Bryce Hepner (02f1db61) at 02 Jun 23:06 Tested out large amount. Works well will same dict ... and 2 more commits

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Wed, 06/01/2022 - 17:37
Bryce Hepner (76fd64f3) at 01 Jun 23:37 Just testbench changes ... and 2 more commits

Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393

Elphel GIT logs - Wed, 06/01/2022 - 13:50
Andrey Filippov (e986ef6f) at 01 Jun 19:50 fixing bug related to the new security features in Git. Some reques...

Poky manual

Wiki Recent Changes - Wed, 06/01/2022 - 13:22

‎Setup

← Older revision Revision as of 19:22, 1 June 2022 (2 intermediate revisions by the same user not shown)Line 91: Line 91:  * Before building * Before building  Installing some dependencies: Installing some dependencies: −  sudo apt install git build-essential chrpath diffstat gawk makeinfo zlib1g-dev python3-numpy+  sudo apt install git build-essential chrpath diffstat gawk texinfo zlib1g-dev python3-numpy libssl-dev  Installing old python2.7 (bitbake snapshot that we used has problem with python3.8): Installing old python2.7 (bitbake snapshot that we used has problem with python3.8):    sudo apt install python2.7   sudo apt install python2.7 Line 123: Line 123:     * Notes (required actions are already listed above): When trying to run bitbake on a new install got problems with older bitbake version (current build uses specific snapshot) and python3.8. So I install old python2.7 and linked it: * Notes (required actions are already listed above): When trying to run bitbake on a new install got problems with older bitbake version (current build uses specific snapshot) and python3.8. So I install old python2.7 and linked it: −  sudo apt install python2.7+  sudo apt install python2.7 python-numpy    sudo ln -s python2.7 python2   sudo ln -s python2.7 python2    sudo ln -s python2.7 python   sudo ln -s python2.7 python Andrey.filippov

Poky manual

Wiki Recent Changes - Wed, 06/01/2022 - 11:18

‎Setup

← Older revision Revision as of 17:18, 1 June 2022 (One intermediate revision by the same user not shown)Line 91: Line 91:  * Before building * Before building  Installing some dependencies: Installing some dependencies: −  sudo apt install git build-essential chrpath diffstat gawk makeinfo zlib1g-dev python3-numpy+  sudo apt install git build-essential chrpath diffstat gawk texinfo zlib1g-dev python3-numpy  Installing old python2.7 (bitbake snapshot that we used has problem with python3.8): Installing old python2.7 (bitbake snapshot that we used has problem with python3.8):    sudo apt install python2.7   sudo apt install python2.7 Line 123: Line 123:     * Notes (required actions are already listed above): When trying to run bitbake on a new install got problems with older bitbake version (current build uses specific snapshot) and python3.8. So I install old python2.7 and linked it: * Notes (required actions are already listed above): When trying to run bitbake on a new install got problems with older bitbake version (current build uses specific snapshot) and python3.8. So I install old python2.7 and linked it: −  sudo apt install python2.7+  sudo apt install python2.7 python-numpy    sudo ln -s python2.7 python2   sudo ln -s python2.7 python2    sudo ln -s python2.7 python   sudo ln -s python2.7 python Andrey.filippov

Bryce Hepner pushed to project branch master at Elphel / image-compression

Elphel GIT logs - Tue, 05/31/2022 - 14:53
Bryce Hepner (a9bf04b8) at 31 May 20:53 Modified in running, tests successful ... and 2 more commits

Andrey Filippov pushed to project branch warrior at Elphel / elphel-web-393

Elphel GIT logs - Sun, 05/29/2022 - 16:19
Andrey Filippov (eff38d20) at 29 May 22:19 Started multicam2 files for lwir16

Pages

Subscribe to www3.elphel.com aggregator