Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

05/24/16 [x393][master] by Oleg Dzhimiev: one bitstrem name

Elphel GIT logs - Tue, 05/24/2016 - 20:09
Oleg Dzhimiev committed changes to the Elphel git project :
one bitstrem name

05/24/16 [x393][master] by Andrey Filippov: Merge branch 'master' of github.com:Elphel/x393

Elphel GIT logs - Tue, 05/24/2016 - 19:56
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'master' of github.com:Elphel/x393

05/24/16 [x393][framepars] by Andrey Filippov: testing/updating DDR3 training algorithms

Elphel GIT logs - Tue, 05/24/2016 - 19:55
Andrey Filippov committed changes to the Elphel git project :
testing/updating DDR3 training algorithms

Main Page

Wiki Recent Changes - Tue, 05/24/2016 - 19:54

← Older revision Revision as of 01:54, 25 May 2016 (One intermediate revision not shown)Line 9: Line 9: |- |- | '''[[353|Latest Model: 353/363 Cameras]]'''<br>Released Spring 2008   | '''[[353|Latest Model: 353/363 Cameras]]'''<br>Released Spring 2008   -| '''[[Previous Models]]'''<br> discontinued products  +| '''[[Previous Models]]'''<br> old products   | '''[[Camera Timeline]]'''<br>overview of all camera models and release dates   | '''[[Camera Timeline]]'''<br>overview of all camera models and release dates   | '''[[Wishlist|Camera Wishlist]]'''<br>for future models | '''[[Wishlist|Camera Wishlist]]'''<br>for future models Line 45: Line 45: |- |- | '''[[UserProjects|User Projects]]'''<br>using Elphel Cameras   | '''[[UserProjects|User Projects]]'''<br>using Elphel Cameras   -| '''[[HD cinema camera Development FAQ|Apertus - open source cinema]]'''<br> +| | '''[[Roadmap]]'''<br>   | '''[[Roadmap]]'''<br>   | '''[[Tutorials]]'''<br> for Developers | '''[[Tutorials]]'''<br> for Developers Oleg

Main Page

Wiki Recent Changes - Tue, 05/24/2016 - 19:30

← Older revision Revision as of 01:30, 25 May 2016 Line 45: Line 45: |- |- | '''[[UserProjects|User Projects]]'''<br>using Elphel Cameras   | '''[[UserProjects|User Projects]]'''<br>using Elphel Cameras   -| '''[[HD cinema camera Development FAQ|Apertus - open source cinema]]'''<br> +| | '''[[Roadmap]]'''<br>   | '''[[Roadmap]]'''<br>   | '''[[Tutorials]]'''<br> for Developers | '''[[Tutorials]]'''<br> for Developers Oleg

Tmp manual

Wiki Recent Changes - Tue, 05/24/2016 - 13:25

← Older revision Revision as of 19:25, 24 May 2016 Line 70: Line 70: ==Firmware image== ==Firmware image== * [http://community.elphel.com/files/393/20160519/ 20160519] * [http://community.elphel.com/files/393/20160519/ 20160519]  +* [http://community.elphel.com/files/393/20160524/ 20160524] ==Known problems== ==Known problems== Oleg

05/24/16 [x393][master] by Oleg Dzhimiev: new initial phase

Elphel GIT logs - Tue, 05/24/2016 - 13:19
Oleg Dzhimiev committed changes to the Elphel git project :
new initial phase

05/24/16 [x393][master] by Oleg Dzhimiev: initial phase set

Elphel GIT logs - Tue, 05/24/2016 - 12:32
Oleg Dzhimiev committed changes to the Elphel git project :
initial phase set

Elphel camera parts 0393-10

Wiki Recent Changes - Mon, 05/23/2016 - 13:33

0393-10-02 - NC393 camera frame:

← Older revision Revision as of 19:33, 23 May 2016 Line 9: Line 9: Machined from 0393-60-06 extrusion, Aluminum 6061T6 Machined from 0393-60-06 extrusion, Aluminum 6061T6 {{Cad4a|0393-10-02}} {{Cad4a|0393-10-02}}  +----  +=== 0393-10-02A - NC393 camera frame ===  +Machined from 0393-60-06 extrusion, Aluminum 6061T6  +{{Cad4a|0393-10-02A}} ---- ---- Mikhail

05/23/16 [mechanical-parts][master] by Mikhail Karpenko: Production

Elphel GIT logs - Mon, 05/23/2016 - 13:31
Mikhail Karpenko committed changes to the Elphel git project :
Production

05/23/16 [mechanical-parts][master] by Mikhail Karpenko: Add camera body split into two halfs

Elphel GIT logs - Mon, 05/23/2016 - 13:29
Mikhail Karpenko committed changes to the Elphel git project :
Add camera body split into two halfs

05/22/16 [x393][master] by Andrey Filippov: updated both bitstreams with corrected sensors memory buffer interfacing

Elphel GIT logs - Sun, 05/22/2016 - 19:17
Andrey Filippov committed changes to the Elphel git project :
updated both bitstreams with corrected sensors memory buffer interfacing

Tutorial 02: Eclipse-based FPGA development environment for Elphel cameras

Elphel Development Blog - Sun, 05/22/2016 - 16:20

Elphel cameras offer unique capabilities – they are high performance systems out of the box and have all the firmware and FPGA code distributed under GNU General Public Licenses making it possible for users to modify any part of the code. The project does not use any “black boxes” or encrypted modules, so it is simulated with the free software tools and user has access to every net in the design. We are trying to do our best to make this ‘hackability’ not just a theoretical possibility, but a practical one.

Current camera FPGA project contains over 400 files under version control and almost 100K lines of HDL (Verilog) code, there are also constraints files, tool configurations, so we need to provide means for convenient navigation and modification of the project by the users.

We are starting a series of tutorials to facilitate acquaintance with this project, and here is the first one that shows how to install and configure the software. This tutorial is made with a fresh Kubuntu 16.04 LTS distribution installed on a virtual machine – this flavor of GNU/Linux we use ourselves and so it is easier for us to help others in the case of problems, but it should be also easy to install it on other GNU/Linux systems.

Later we plan to show how to navigate code and view/modify tool parameters with VDT plugin, run simulation and implementation tools. Next will be a “Hello world” module added to the camera code base, then some simple module that accesses the video memory.

Video resolution is 1600×900 pixels, so full screen view is recommended.

Download links for: video and captions.

Running this software does not require to have an actual camera, so it may help our potential users to evaluate software capabilities and see if it matches their requirements before purchasing an actual hardware. We will also be able to provide remote access to the cameras in our office for experimenting with them.

05/21/16 [x393][framepars] by Andrey Filippov: Merge branch 'master' of github.com:Elphel/x393

Elphel GIT logs - Sat, 05/21/2016 - 16:24
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'master' of github.com:Elphel/x393

05/21/16 [x393][framepars] by Andrey Filippov: debugging recover from corrupted image acquisition (i.e. wrong serial port setup)

Elphel GIT logs - Sat, 05/21/2016 - 16:24
Andrey Filippov committed changes to the Elphel git project :
debugging recover from corrupted image acquisition (i.e. wrong serial port setup)

05/20/16 [x393][framepars] by Oleg Dzhimiev: added default phases - might change later

Elphel GIT logs - Fri, 05/20/2016 - 19:51
Oleg Dzhimiev committed changes to the Elphel git project :
added default phases - might change later

05/20/16 [meta-elphel393][master-next] by Oleg Dzhimiev: changed addr for 10389 temp sensor

Elphel GIT logs - Fri, 05/20/2016 - 17:27
Oleg Dzhimiev committed changes to the Elphel git project :
changed addr for 10389 temp sensor

05/20/16 [meta-elphel393][master] by Oleg Dzhimiev: fixed scale 2

Elphel GIT logs - Fri, 05/20/2016 - 16:25
Oleg Dzhimiev committed changes to the Elphel git project :
fixed scale 2

05/20/16 [meta-elphel393][framepars] by Oleg Dzhimiev: fixed scale

Elphel GIT logs - Fri, 05/20/2016 - 16:14
Oleg Dzhimiev committed changes to the Elphel git project :
fixed scale

05/20/16 [meta-elphel393][framepars] by Mikhail Karpenko: Set default quality for cirbcuf in init script

Elphel GIT logs - Fri, 05/20/2016 - 12:24
Mikhail Karpenko committed changes to the Elphel git project :
Set default quality for cirbcuf in init script

Pages

Subscribe to www3.elphel.com aggregator