103696
← Older revision
Revision as of 17:56, 17 July 2013
Line 113:
Line 113:
-===Set 3.3V or 5V power to the GPS receiver===+==Set 3.3V or 5V power to the GPS receiver==
The power voltage level is set with JP4 and JP5 jumpers. The power voltage level is set with JP4 and JP5 jumpers.
{| {|
Line 126:
Line 126:
|- |-
| 5V || connected || disconnected | 5V || connected || disconnected
+|}
+
+==Garmin GPS 18x LVC & GPS 18x-5Hz wiring==
+{|
+|[[File:Garmin gps18x wiring.jpeg|500px]]
|} |}
Oleg
File:Garmin gps18x wiring.jpeg
uploaded "[[File:Garmin gps18x wiring.jpeg]]"
Oleg103696
Set 3.3V or 5V power to the GPS receiver:
← Older revision Revision as of 17:37, 17 July 2013 Line 115: Line 115: ===Set 3.3V or 5V power to the GPS receiver=== ===Set 3.3V or 5V power to the GPS receiver=== The power voltage level is set with JP4 and JP5 jumpers. The power voltage level is set with JP4 and JP5 jumpers. +{| +|- +| [[File:103696 jumpers.jpeg|300px|thumb|JP4 & JP5 jumpers]] +|} {| class="wikitable" style="background:#fcfcfc; " border="1" {| class="wikitable" style="background:#fcfcfc; " border="1" |- |- OlegFile:103696 jumpers.jpeg
uploaded "[[File:103696 jumpers.jpeg]]"
Oleg103696
Set 3.3V or 5V power to the GPS receiver:
← Older revision Revision as of 17:35, 17 July 2013 (One intermediate revision not shown)Line 111: Line 111: |} |} ---- ---- + + +===Set 3.3V or 5V power to the GPS receiver=== +The power voltage level is set with JP4 and JP5 jumpers. +{| class="wikitable" style="background:#fcfcfc; " border="1" +|- +!Power !! JP4 !! JP5 +|- +| 3.3V || disconnected || connected +|- +| 5V || connected || disconnected +|} Oleg103696
J3 - Internal connector for the GPS:
← Older revision Revision as of 17:21, 17 July 2013 (One intermediate revision not shown)Line 57: Line 57: | 3 || TXD || Serial data signal to the GPS, output | 3 || TXD || Serial data signal to the GPS, output |- |- -| 4 || GPSPWR || GPS 3.3V power (non-standard for RS-232), output+| 4 || GPSPWR || GPS 3.3V power (non-standard for RS-232), output (may be changed to 5.0V on the 103696 board) |- |- | 5 || GND || ground | 5 || GND || ground Line 85: Line 85: | 3 || TXD || Serial data signal to the GPS, output | 3 || TXD || Serial data signal to the GPS, output |- |- -| 4 || GPSPWR || GPS 3.3V power (non-standard for RS-232), output+| 4 || GPSPWR || GPS 3.3V power (non-standard for RS-232), output (may be changed to 5.0V on the PCB) |- |- | 5 || GND || ground | 5 || GND || ground Andrey.filippovPrice list
← Older revision
Revision as of 15:01, 9 July 2013
(One intermediate revision not shown)Line 89:
Line 89:
| 4.5-13.2mm F1.8 Manual Iris Vari-Focal Lens CS-Mount, 3 MPix, Day/Night, IR | 4.5-13.2mm F1.8 Manual Iris Vari-Focal Lens CS-Mount, 3 MPix, Day/Night, IR
| +$275 | +$275
+|-
+| E3Z4518CS-MPIR
+| 4.5-13.2mm F1.8 Manual Iris Vari-Focal Lens CS-Mount, 5 MPix, Day/Night, IR
+| TBA
+
|} |}
Oleg
Camera Accessories
← Older revision
Revision as of 14:50, 9 July 2013
Line 186:
Line 186:
<br> <br>
-For a full overview of prices see the complete [http://elphel.com/price_list Price List]. +For a full overview of prices see the complete [http://www3.elphel.com/price_list Price List].
{| cellpadding="2" border="1" width="70%" {| cellpadding="2" border="1" width="70%"
Oleg
Eyesis4Pi Footage Procedures page
Step 3:
← Older revision Revision as of 02:13, 22 June 2013 (One intermediate revision not shown)Line 23: Line 23: Available for direct downloading from the [http://elphel.git.sourceforge.net/git/gitweb.cgi?p=elphel/footage_procedures;a=tree SourceForge.net] or from a terminal window provided the GIT is installed: Available for direct downloading from the [http://elphel.git.sourceforge.net/git/gitweb.cgi?p=elphel/footage_procedures;a=tree SourceForge.net] or from a terminal window provided the GIT is installed: <font size='2'> <font size='2'> - git clone git://elphel.git.sourceforge.net/gitroot/elphel/footage_procedures+ git clone git://git.code.sf.net/p/elphel/footage_procedures </font> </font> Line 136: Line 136: 1. map.kml -> '''/<webgl_editor_path>/kml_files/''' 1. map.kml -> '''/<webgl_editor_path>/kml_files/''' 2. Splitted images -> '''/<webgl_editor_path>/images/''' 2. Splitted images -> '''/<webgl_editor_path>/images/''' + 3. In the browser go to <webgl_editor_web_path>/pano_index.html + 4. Don't forget to set up the database for the WebGL Editor - [[Eyesis_Panorama_Database|guide]]. </font> </font> OlegEyesis Panorama Database
← Older revision
Revision as of 02:08, 22 June 2013
Line 6:
Line 6:
=Download= =Download=
==GIT== ==GIT==
- git clone git://elphel.git.sourceforge.net/gitroot/elphel/webgl_panorama_editor/ webgl_panorama_editor+ git clone git://git.code.sf.net/p/elphel/webgl_panorama_editor
The Panorama Database code is located inside the miscellaneous/Pano_DB/ directory The Panorama Database code is located inside the miscellaneous/Pano_DB/ directory
Line 17:
Line 17:
1. Create Data Base structure - import CreateTables.sql into DB 1. Create Data Base structure - import CreateTables.sql into DB
MySQL export/import: https://my.bluehost.com/cgi/help/112 MySQL export/import: https://my.bluehost.com/cgi/help/112
- mysqldump -u username -p database_name > dbname.sql+ '''mysql -p -u username database_name < CreateTables.sql'''
- '''mysql -p -u username database_name < file.sql'''+
-2. '''backend/db_gui.html''' - Database Interface - Add/Delete/Update routes, Export/Import kml files+2. Add database and user to '''pano_db_functions.php'''
-3. '''pano_index.html''' - Index of available routes in database and kml files - Create an editable copy.+3. '''backend/db_gui.html''' - Database Interface - Add/Delete/Update routes, Export/Import kml files
-4. '''webgl_panorama_editor.html''' - Editor/Viewer+4. '''pano_index.html''' - Index of available routes in database and kml files - Create an editable copy.
-5. Image requirements: +5. '''webgl_panorama_editor.html''' - Editor/Viewer
+
+6. Image requirements:
* Each panorama (*.jpeg) must be split into 8 subimages with the script - '''other_scripts/prepare_images_for_wpe.php''' * Each panorama (*.jpeg) must be split into 8 subimages with the script - '''other_scripts/prepare_images_for_wpe.php'''
* In the KML file the 'href'-tag should be assigned with the full address and initial image file name - see [http://wiki.elphel.com/index.php?title=Eyesis_Panorama_Database#KML_file_format_example KML record example] * In the KML file the 'href'-tag should be assigned with the full address and initial image file name - see [http://wiki.elphel.com/index.php?title=Eyesis_Panorama_Database#KML_file_format_example KML record example]
Oleg
10338
← Older revision
Revision as of 21:57, 21 June 2013
Line 11:
Line 11:
{| {|
|- valign="top" |- valign="top"
-|[[Image:10338top_sm.jpeg|thumb|[[Media:10338top.jpeg|10338 board, top view]]]]+|[[Image:10338top_sm.jpeg|thumb|[[Media:10338top.jpeg|10338 board, top view (rev A to C)]]]]
-|[[Image:10338bot_sm.jpeg|thumb|[[Media:10338bot.jpeg|10338 board, bottom view]]]]+|[[Image:10338bot_sm.jpeg|thumb|[[Media:10338bot.jpeg|10338 board, bottom view (rev A to C)]]]]
-|[[Image:10338d.jpeg|170px|thumb|[[Media:10338d.jpeg|10338D board]]]]+|[[Image:10338d.jpeg|170px|thumb|[[Media:10338d.jpeg|10338 rev D and E board]]]]
|[[Image:10338bd.png|frame|[[Media:10338a.pdf|10338 Circuit Diagram, Parts List, PCB layout]] <br/> [[Media:10338a_gerber.tar.gz|10338 rev A Gerber files]]]] |[[Image:10338bd.png|frame|[[Media:10338a.pdf|10338 Circuit Diagram, Parts List, PCB layout]] <br/> [[Media:10338a_gerber.tar.gz|10338 rev A Gerber files]]]]
|} |}
Andrey.filippov
10338D
← Older revision
Revision as of 21:55, 21 June 2013
(One intermediate revision not shown)Line 1:
Line 1:
==10338D== ==10338D==
-[[Image:10338top_sm.jpeg|frame|[[Media:10338top.jpeg|10338 board, top view]]]]+[[Image:10338d.jpeg|frame|[[Media:10338d.jpeg|10338 board, rev D and E]]]]
-[[Image:10338bot_sm.jpeg|frame|[[Media:10338bot.jpeg|10338 board, bottom view]]]]+
[[Image:10338bd.png|frame|[[Media:10338d.pdf|10338D Circuit Diagram, PCB layout]] <br/> [[Media:10338d_gerber.tar.gz|10338 rev D Gerber files]]]] [[Image:10338bd.png|frame|[[Media:10338d.pdf|10338D Circuit Diagram, PCB layout]] <br/> [[Media:10338d_gerber.tar.gz|10338 rev D Gerber files]]]]
-10338D is a modification of the earlier [[10338] board designed to interface Aptina (before Micron) MT9P031/MT9P001 5MPix (2592x1944) sensor to [[353|Elphel Model 353/363 Cameras]]. This board has smaller physical size (15mm x 28mm) to fit in multisensor panoramic setups.+10338D is a modification of the earlier [[10338]] board designed to interface Aptina (before Micron) MT9P031/MT9P001 5MPix (2592x1944) sensor to [[353|Elphel Model 353/363 Cameras]]. This board has smaller physical size (15mm x 28mm) to fit in multisensor panoramic setups.
Connectors: Connectors:
* 30-pin flex cable connector (J1) for data and power. * 30-pin flex cable connector (J1) for data and power.
Andrey.filippov
File:Text slides.pdf
uploaded "[[File:Text slides.pdf]]" Elphel presentation at Russian Open Source Hardware, mini-conference, October 2010
OlgaElphel camera parts 0353-70
0353-70-63 - Lens, 5Mpix format 1/1.8 E3Z4518CS-MPIR:
← Older revision Revision as of 20:29, 11 June 2013 (One intermediate revision not shown)Line 135: Line 135: === 0353-70-61 - Lens, Computar 4.5-13.2mm F1.8 Manual Iris Vari-Focal CS-Mount, 3 Megapixel, Day/Night, IR === === 0353-70-61 - Lens, Computar 4.5-13.2mm F1.8 Manual Iris Vari-Focal CS-Mount, 3 Megapixel, Day/Night, IR === === 0353-70-62 - Lens, M12, Sunex DSL219A Fisheye 1.8 mm, F2 === === 0353-70-62 - Lens, M12, Sunex DSL219A Fisheye 1.8 mm, F2 === +---- +=== 0353-70-63 - 4.5-13.2mm F1.8 Manual Iris Vari-Focal CS-Mount, Day/Night, IR, 5 Megapixel (HD) E3Z4518CS-MPIR === ---- ---- OlgaElphel camera parts 0353-01
0353-01-46 - SATA to SATA Cable Assembly 500mm, p/n 5602-44-0142A-500:
← Older revision Revision as of 21:23, 10 June 2013 Line 96: Line 96: === 0353-01-45 - eSATA to eSATA Cable Assembly === === 0353-01-45 - eSATA to eSATA Cable Assembly === === 0353-01-46 - SATA to SATA Cable Assembly 500mm, p/n 5602-44-0142A-500 === === 0353-01-46 - SATA to SATA Cable Assembly 500mm, p/n 5602-44-0142A-500 === + +=== 0353-01-47 - Micro SATA 1.8" combo 5V & 3.3V Power & SATA cable, p/n MS16P15PMWVD7S === === 0353-01-50 - FPC flexible printed circuit 90 degree for panoramic head === === 0353-01-50 - FPC flexible printed circuit 90 degree for panoramic head === === 0353-01-51 - FPC flexible printed circuit straight for panoramic head === === 0353-01-51 - FPC flexible printed circuit straight for panoramic head === Olga