Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

05/16/16 [meta-elphel393][master-next] by Mikhail Karpenko: Add init script

Elphel GIT logs - Mon, 05/16/2016 - 17:04
Mikhail Karpenko committed changes to the Elphel git project :
Add init script

05/16/16 [x393][framepars] by Mikhail Karpenko: Merge branch 'master' of https://github.com/Elphel/x393

Elphel GIT logs - Mon, 05/16/2016 - 16:58
Mikhail Karpenko committed changes to the Elphel git project :
Merge branch 'master' of https://github.com/Elphel/x393

05/16/16 [x393][framepars] by Mikhail Karpenko: Add startup files

Elphel GIT logs - Mon, 05/16/2016 - 16:58
Mikhail Karpenko committed changes to the Elphel git project :
Add startup files

Eyesis4pi Post-Processing

Wiki Recent Changes - Mon, 05/16/2016 - 15:09

Requirements:

← Older revision Revision as of 21:09, 16 May 2016 Line 17: Line 17: * [http://www.imagemagick.org/script/index.php ImageMagick] - ''convert''. * [http://www.imagemagick.org/script/index.php ImageMagick] - ''convert''. * [http://php.net/ PHP] * [http://php.net/ PHP] -* Download calibration kernels for the current Eyesis4Pi. Example kernels and sensor files can be found [http://eyesisbox.elphel.com/post-processing/calibration/ here]('''~78GB''', download everything).+* Get calibration kernels for the current Eyesis4Pi (come on a HDD with a camera).<!--Example kernels and sensor files can be found [http://eyesisbox.elphel.com/post-processing/calibration/ here]('''~78GB''', download everything).--> -* Download default-config.corr-xml from the same [http://eyesisbox.elphel.com/post-processing/calibration/ location].+* Get default-config.corr-xml (HDD).<!--from the same [http://eyesisbox.elphel.com/post-processing/calibration/ location].--> -* Download footage samples from [http://eyesisbox.elphel.com/post-processing/post-processing/src/ here].+* Download footage from the camera.<!--Download footage samples from [http://eyesisbox.elphel.com/post-processing/post-processing/src/ here].--> * '''Processed''' files are available for downloading from [http://eyesisbox.elphel.com/post-processing/post-processing/imagej_processed/ here] (ready for the stitching step). * '''Processed''' files are available for downloading from [http://eyesisbox.elphel.com/post-processing/post-processing/imagej_processed/ here] (ready for the stitching step). * '''Stitched''' results are found [http://eyesisbox.elphel.com/post-processing/post-processing/results/ here]. * '''Stitched''' results are found [http://eyesisbox.elphel.com/post-processing/post-processing/results/ here]. Oleg

05/16/16 [meta-elphel393][master] by Mikhail Karpenko: Fix dependecy for camogm

Elphel GIT logs - Mon, 05/16/2016 - 11:55
Mikhail Karpenko committed changes to the Elphel git project :
Fix dependecy for camogm

05/15/16 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sun, 05/15/2016 - 12:51
Andrey Filippov committed changes to the Elphel git project :
Update README.md

05/15/16 [vdt-plugin][master] by Andrey Filippov: possibility to use full tcl in vivado constraints

Elphel GIT logs - Sun, 05/15/2016 - 12:36
Andrey Filippov committed changes to the Elphel git project :
possibility to use full tcl in vivado constraints

05/15/16 [vdt-plugin][master] by Andrey Filippov: possibility to use full tcl in vivado constraints

Elphel GIT logs - Sun, 05/15/2016 - 12:35
Andrey Filippov committed changes to the Elphel git project :
possibility to use full tcl in vivado constraints

05/15/16 [x393][framepars] by Andrey Filippov: improving sensor_i2c

Elphel GIT logs - Sun, 05/15/2016 - 11:33
Andrey Filippov committed changes to the Elphel git project :
improving sensor_i2c

05/15/16 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sun, 05/15/2016 - 11:10
Andrey Filippov committed changes to the Elphel git project :
Update README.md

05/15/16 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sun, 05/15/2016 - 11:08
Andrey Filippov committed changes to the Elphel git project :
Update README.md

05/15/16 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sun, 05/15/2016 - 11:04
Andrey Filippov committed changes to the Elphel git project :
Update README.md

05/15/16 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sun, 05/15/2016 - 10:59
Andrey Filippov committed changes to the Elphel git project :
Update README.md

05/15/16 [vdt-plugin][master] by Andrey Filippov: Update README.md

Elphel GIT logs - Sun, 05/15/2016 - 10:32
Andrey Filippov committed changes to the Elphel git project :
Update README.md

Using minicom to connect to Elphel393 camera

Wiki Recent Changes - Sat, 05/14/2016 - 16:41

Created page with "Elphel393 series cameras have built-in USB to serial converter which allows users to get access to serial console. You need microUSB-USB cable to connect a camera to your PC and ..."

New page

Elphel393 series cameras have built-in USB to serial converter which allows users to get access to serial console. You need microUSB-USB cable to connect a camera to your PC and a terminal software installed on the PC. We use minicom on Kubuntu for this purpose so this short note will describe how to connect to a camera using minicom.

First, you need to install minicom on the PC if have not done it before. Open a terminal on your PC and use the following command on Debian based systems like Ubuntu or Kubuntu:

~$sudo apt-get install minicom

or do the same with your preferred package manager.
minicom connects to a camera via /dev/ttyUSB0 device which is in ''dialout'' group by default:

~$ ls -l /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 May 14 14:26 /dev/ttyUSB0

You should add your user to ''dialout'' group to make it easier to connect to camera without root permissions:

~$ sudo adduser elphel dialout
[sudo] password for elphel:
Adding user `elphel' to group `dialout' ...
Adding user elphel to group dialout
Done.

Now user ''elphel'' is in group ''dialout'',

$ cat /etc/group | grep dialout
dialout:x:20:elphel

but new settings have not been applyed yet:

~$ groups
elphel adm sudo lpadmin sambashare libvirtd

You need to logout from the system and login again. Now your user is added to the group and new settings are applied:

~$ groups
elphel adm dialout sudo lpadmin sambashare libvirtd

The last step is minicom configuration. minicom tries to connect to a device which is specified in its configuration file /etc/minicom/minrc.dfl and this device is not what we are trying to connect to. If you start minicom with its default config file you will get an error:

~$ minicom -c on
minicom: cannot open /dev/tty8: Permission denied

It should be started in setup mode with root permissions:

~$ sudo minicom -s

Go to 'Serial port setup', change 'Serial Device' to /dev/ttyUSB0 and save configuration. Now you can start minicom

~$ minicom -c on

and it will connect to a camera. Mikhail

05/14/16 [linux-elphel][jtag] by Mikhail Karpenko: Merge testing branch 'cache'

Elphel GIT logs - Sat, 05/14/2016 - 14:33
Mikhail Karpenko committed changes to the Elphel git project :
Merge testing branch 'cache'

05/14/16 [linux-elphel][jtag] by Mikhail Karpenko: Add L1 flush to tasklet

Elphel GIT logs - Sat, 05/14/2016 - 14:32
Mikhail Karpenko committed changes to the Elphel git project :
Add L1 flush to tasklet

Poky 2.0 manual

Wiki Recent Changes - Fri, 05/13/2016 - 19:28

Other dependencies:

← Older revision Revision as of 01:28, 14 May 2016 (4 intermediate revisions not shown)Line 9: Line 9: ==<font color="blue">Required packages</font>== ==<font color="blue">Required packages</font>== -* Found in [http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html Yocto Project mega-manual]+* Found in [http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html Yocto Project mega-manual] :  +Ubuntu and Debian  +   +    sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \  +    build-essential chrpath socat libsdl1.2-dev xterm  +                         +   +Fedora  +   +    sudo dnf install gawk make wget tar bzip2 gzip python unzip perl patch \  +    diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \  +    ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat \  +    findutils which SDL-devel xterm  +                         +   +OpenSUSE  +   +    sudo zypper install python gcc gcc-c++ git chrpath make wget python-xml \  +    diffstat makeinfo python-curses patch socat libSDL-devel xterm  +                         +   +CentOS  +   +    sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \  +    diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \  +    perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue SDL-devel xterm  +   +==<font color="blue">Other dependencies</font>==  +   +  sudo apt-get install python-numpy ==<font color="blue">Output files</font>== ==<font color="blue">Output files</font>== Line 45: Line 74: *   *   <font size='2'> <font size='2'> -  $ git clone https://github.com/Elphel/elphel393.git+  git clone https://github.com/Elphel/elphel393.git -  $ cd elphel393+  cd elphel393 -  $ ./setup.sh+  ./setup.sh -  $ cd poky+  cd poky -  $ . ./oe-init-build-env+  . ./oe-init-build-env -  $ bitbake u-boot device-tree linux-xlnx core-image-elphel393+  bitbake u-boot device-tree linux-xlnx core-image-elphel393 </font> </font> Andrey.filippov

Elphel camera parts 0393-00

Wiki Recent Changes - Fri, 05/13/2016 - 18:30

0393-00-25 - 10385 rev B power supply PCB assembly with 48V Traco:

← Older revision Revision as of 00:30, 14 May 2016 (2 intermediate revisions not shown)Line 7: Line 7: {{Cad4a|0393-00-21B}} {{Cad4a|0393-00-21B}} ---- ---- -=== 0393-00-22B  - 10385 rev B power supply PCB assembly ===+=== 0393-00-22B  - 10385 rev B power supply PCB assembly with 12V Traco === {{Cad4a|0393-00-22B}} {{Cad4a|0393-00-22B}} ---- ----  + === 0393-00-23A  - 103891 rev A external synchronization and fan PCB assembly === === 0393-00-23A  - 103891 rev A external synchronization and fan PCB assembly === {{Cad4a|0393-00-23A}} {{Cad4a|0393-00-23A}} Line 15: Line 16: === 0393-00-24  - 103892 Fan connector adapter PCB assembly === === 0393-00-24  - 103892 Fan connector adapter PCB assembly === {{Cad4a|0393-00-24}} {{Cad4a|0393-00-24}}  +----  +  +=== 0393-00-25B  - 10385 rev B power supply PCB assembly with 48V Traco ===  +{{Cad4a|0393-00-22B}} ---- ---- Olga

05/13/16 [linux-elphel][master] by Mikhail Karpenko: Add command to change frame dimentions

Elphel GIT logs - Fri, 05/13/2016 - 12:25
Mikhail Karpenko committed changes to the Elphel git project :
Add command to change frame dimentions

Pages

Subscribe to www3.elphel.com aggregator