Main Page
Main Page
Tmp manual
Elphel camera parts 0393-10
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}} ---- ---- MikhailTmp manual
File:10393 controls.jpeg
uploaded "[[File:10393 controls.jpeg]]"
OlegTmp manual
Tmp manual
File:NC393-CS marked ports.jpeg
uploaded "[[File:NC393-CS marked ports.jpeg]]"
OlegFPC cables
Tmp manual
Tmp manual
FPC cables
File:Fpc cable conn 10393.jpeg
uploaded "[[File:Fpc cable conn 10393.jpeg]]"
OlegEyesis4pi Post-Processing
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]. OlegUsing minicom to connect to Elphel393 camera
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
Poky 2.0 manual
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.filippovElphel camera parts 0393-00
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}} ---- ---- OlgaElphel camera parts 0393-97
Created page with "Elphel NC393 series camera parts === 0393-97-01 - Flat head slotted screw, stainless steel 18-8, M1.6, l = 4mm === {{Cad4a|0393-97-01}} ----"
New page
[[Elphel_camera_parts_0393|Elphel NC393 series camera parts]]=== 0393-97-01 - Flat head slotted screw, stainless steel 18-8, M1.6, l = 4mm ===
{{Cad4a|0393-97-01}}
---- Mikhail