Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

01/13/17 [elphel-web-hwmon][master] by Oleg Dzhimiev: license headers

Elphel GIT logs - Fri, 01/13/2017 - 14:03
Oleg Dzhimiev committed changes to the Elphel git project :
license headers

Source file headers

Wiki Recent Changes - Fri, 01/13/2017 - 13:43

GPL-3.0+ (for embedded javascript):

New page

==*.php==
====GPL-3.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @par &lt;b&gt;License&lt;/b&gt;:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

==*.py==
====GPL-3.0+====
* <font color='red'>'''NOTE: duplicated fields'''</font>
<nowiki>'''</nowiki>
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
* @deffield updated: Updated
*
* @par &lt;b&gt;License&lt;/b&gt;:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
<nowiki>'''</nowiki>

__author__ = "AUTHOR"
__copyright__ = "Copyright (C) YEAR Elphel Inc."
__license__ = "GPL"
__version__ = "3.0+"
__maintainer__ = "MAINTAINER"
__email__ = "EMAIL"
__status__ = "STATUS"

==*.js==
====GPL-3.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @licstart The following is the entire license notice for the
* JavaScript code in this page.
*
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
* General Public License (GNU GPL) as published by the Free Software
* Foundation, either version 3 of the License, or (at your option)
* any later version. The code is distributed WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
*
* As additional permission under GNU GPL version 3 section 7, you
* may distribute non-source (e.g., minimized or compacted) forms of
* that code without the copy of the GNU GPL normally required by
* section 4, provided you include this license notice and a URL
* through which recipients can access the Corresponding Source.
*
* @licend The above is the entire license notice
* for the JavaScript code in this page.
*/

==*.html==
====GPL-3.0+ (for embedded javascript)====
* <font color='red'>'''NOTE: can be placed within: &lt;head&gt;...&lt;/head&gt;'''</font>
&lt;script&gt;
/**
* @file FILENAME
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @licstart The following is the entire license notice for the
* JavaScript code in this page.
*
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
* General Public License (GNU GPL) as published by the Free Software
* Foundation, either version 3 of the License, or (at your option)
* any later version. The code is distributed WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
*
* As additional permission under GNU GPL version 3 section 7, you
* may distribute non-source (e.g., minimized or compacted) forms of
* that code without the copy of the GNU GPL normally required by
* section 4, provided you include this license notice and a URL
* through which recipients can access the Corresponding Source.
*
* @licend The above is the entire license notice
* for the JavaScript code in this page.
*/
&lt;/script&gt;

==*.css==

==*.c==
====GPL-2.0+ (for kernel only)====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @par &lt;b&gt;License&lt;/b&gt;:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
====GPL-3.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @par <b>License</b>:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

==*.v==
====GPL-3.0+====
* <font color='red'>'''NOTE: FILENAME in 3 places:'''</font>
/*!
* <b>Module:</b> MODULENAME
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
* @date DATE
*
* @par License:
* FILENAME is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* FILENAME is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with independent modules provided by the FPGA vendor only (this permission
* does not extend to any 3-rd party modules, "soft cores" or macros) under
* different license terms solely for the purpose of generating binary "bitstream"
* files and/or simulating the code, the copyright holders of this Program give
* you the right to distribute the covered work without those independent modules
* as long as the source code for them is available from the FPGA vendor free of
* charge, and there is no dependence on any encrypted modules for simulating of
* the combined code. This permission applies to you if the distributed code
* contains all the components and scripts required to completely simulate it
* with at least one of the Free Software programs.
*/ Oleg

Source file headers

Wiki Recent Changes - Fri, 01/13/2017 - 13:33

GPL-3.0+:

New page

==*.php==
====GPL-3.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @par &lt;b&gt;License&lt;/b&gt;:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

==*.py==
====GPL-3.0+====
* <font color='red'>'''NOTE: duplicated fields'''</font>
<nowiki>'''</nowiki>
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
* @deffield updated: Updated
*
* @par &lt;b&gt;License&lt;/b&gt;:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
<nowiki>'''</nowiki>

__author__ = "AUTHOR"
__copyright__ = "Copyright (C) YEAR Elphel Inc."
__license__ = "GPL"
__version__ = "3.0+"
__maintainer__ = "MAINTAINER"
__email__ = "EMAIL"
__status__ = "STATUS"

==*.js==
====GPL-3.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @licstart The following is the entire license notice for the
* JavaScript code in this page.
*
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
* General Public License (GNU GPL) as published by the Free Software
* Foundation, either version 3 of the License, or (at your option)
* any later version. The code is distributed WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
*
* As additional permission under GNU GPL version 3 section 7, you
* may distribute non-source (e.g., minimized or compacted) forms of
* that code without the copy of the GNU GPL normally required by
* section 4, provided you include this license notice and a URL
* through which recipients can access the Corresponding Source.
*
* @licend The above is the entire license notice
* for the JavaScript code in this page.
*/

==*.html==
-

==*.css==
-

==*.c==
====GPL-2.0+ (for kernel only)====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @par &lt;b&gt;License&lt;/b&gt;:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
====GPL-3.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @par <b>License</b>:
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

==*.v==
====GPL-3.0+====
* <font color='red'>'''NOTE: FILENAME in 3 places:'''</font>
/*!
* <b>Module:</b> MODULENAME
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
* @date DATE
*
* @par License:
* FILENAME is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* FILENAME is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with independent modules provided by the FPGA vendor only (this permission
* does not extend to any 3-rd party modules, "soft cores" or macros) under
* different license terms solely for the purpose of generating binary "bitstream"
* files and/or simulating the code, the copyright holders of this Program give
* you the right to distribute the covered work without those independent modules
* as long as the source code for them is available from the FPGA vendor free of
* charge, and there is no dependence on any encrypted modules for simulating of
* the combined code. This permission applies to you if the distributed code
* contains all the components and scripts required to completely simulate it
* with at least one of the Free Software programs.
*/ Oleg

Source file headers

Wiki Recent Changes - Fri, 01/13/2017 - 12:10

New page

==*.c==
====GPL-2.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @par <b>License</b>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

==*.php==
====GPL-3.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @par <b>License</b>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

==*.py==
====GPL-3.0+====
<nowiki>'''</nowiki>
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
* @deffield updated: Updated
*
* @par <b>License</b>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
<nowiki>'''</nowiki>

__author__ = "AUTHOR"
__copyright__ = "Copyright (C) YEAR Elphel Inc."
__license__ = "GPL"
__version__ = "3.0+"
__maintainer__ = "MAINTAINER"
__email__ = "EMAIL"
__status__ = "STATUS"

==*.js==
====GPL-3.0+====
/**
* @file FILENAME
* @brief BRIEF DESCRIPTION
* @copyright Copyright (C) YEAR Elphel Inc.
* @author AUTHOR <EMAIL>
*
* @licstart The following is the entire license notice for the
* JavaScript code in this page.
*
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
* General Public License (GNU GPL) as published by the Free Software
* Foundation, either version 3 of the License, or (at your option)
* any later version. The code is distributed WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
*
* As additional permission under GNU GPL version 3 section 7, you
* may distribute non-source (e.g., minimized or compacted) forms of
* that code without the copy of the GNU GPL normally required by
* section 4, provided you include this license notice and a URL
* through which recipients can access the Corresponding Source.
*
* @licend The above is the entire license notice
* for the JavaScript code in this page.
*/ Oleg

Source file headers

Wiki Recent Changes - Fri, 01/13/2017 - 11:27

Created page with "==*.c== ====GPL-2.0+==== /* ******************************************************************************** * @file FILENAME * @brief Interface to FPGA-based command se..."

New page

==*.c==
====GPL-2.0+====
/*
********************************************************************************
* @file FILENAME
* @brief Interface to FPGA-based command sequencer sequencer
* @copyright Copyright YEAR (C) Elphel, Inc.
* @author AUTHOR <EMAIL>
* @par <b>License</b>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
********************************************************************************
*/

==*.php== Oleg

01/12/17 [imagej-elphel][master] by AndreyFilippov: added saving dct kernel files

Elphel GIT logs - Thu, 01/12/2017 - 20:23
AndreyFilippov committed changes to the Elphel git project :
added saving dct kernel files

01/12/17 [imagej-elphel][master] by AndreyFilippov: added saving dct kernel files

Elphel GIT logs - Thu, 01/12/2017 - 20:23
AndreyFilippov committed changes to the Elphel git project :
added saving dct kernel files

01/12/17 [imagej-elphel][dct] by AndreyFilippov: line/edge emphasis after debayer

Elphel GIT logs - Thu, 01/12/2017 - 18:39
AndreyFilippov committed changes to the Elphel git project :
line/edge emphasis after debayer

01/12/17 [imagej-elphel][master] by AndreyFilippov: line/edge emphasis after debayer

Elphel GIT logs - Thu, 01/12/2017 - 18:39
AndreyFilippov committed changes to the Elphel git project :
line/edge emphasis after debayer

01/12/17 [meta-elphel393][master] by Mikhail Karpenko: Add script for disk partitioning to camogm recipe

Elphel GIT logs - Thu, 01/12/2017 - 18:20
Mikhail Karpenko committed changes to the Elphel git project :
Add script for disk partitioning to camogm recipe

01/12/17 [meta-elphel393][] by Mikhail Karpenko: Add script for disk partitioning to camogm recipe

Elphel GIT logs - Thu, 01/12/2017 - 18:20
Mikhail Karpenko committed changes to the Elphel git project :
Add script for disk partitioning to camogm recipe

01/12/17 [elphel-apps-camogm][master] by Mikhail Karpenko: Add script for disk partitioning

Elphel GIT logs - Thu, 01/12/2017 - 18:20
Mikhail Karpenko committed changes to the Elphel git project :
Add script for disk partitioning

01/12/17 [elphel-apps-camogm][] by Mikhail Karpenko: Add script for disk partitioning

Elphel GIT logs - Thu, 01/12/2017 - 18:20
Mikhail Karpenko committed changes to the Elphel git project :
Add script for disk partitioning

Eyesis4Pi 393

Wiki Recent Changes - Thu, 01/12/2017 - 17:55

Operation:

← Older revision Revision as of 00:55, 13 January 2017 (4 intermediate revisions not shown)Line 35: Line 35: * 4*π (360x180) full sphere coverage * 4*π (360x180) full sphere coverage * 64 MPix panoramic image resolution after stitching   * 64 MPix panoramic image resolution after stitching   -* Final panoramic image equirectangular projection dimensions - 14000x7000+* Final panoramic image equirectangular projection dimensions - 14268x7135 * 0.05 Pix stitching precision * 0.05 Pix stitching precision * Very small parallax - distance between entrance pupils: 46.5 mm * Very small parallax - distance between entrance pupils: 46.5 mm Line 61: Line 61: * The Eyesis4Pi-393 system is highly customizable * The Eyesis4Pi-393 system is highly customizable * Free Software and Open Hardware * Free Software and Open Hardware  +  +== Image samples ==  +* Post-processing results (equirectangular projections) and demos:  +** [[Eyesis4Pi_samples|<span style='font-size:14px;'>'''Samples page'''</span>]]  +  +{|  +|[[File:Result 1342929037 024522.jpeg|400px|link=Eyesis4Pi_samples]]  +|[[File:Result 1342929037 024522 webgl.jpeg|206px|link=Eyesis4Pi_samples]]  +|} ==Operation== ==Operation== Line 67: Line 76: * Power supply: * Power supply: ** AC/DC power adapter (input: 110V/220V, output: 48V 2A) and can be used with a car power adapter (inverter), when mounted on a car roof. ** AC/DC power adapter (input: 110V/220V, output: 48V 2A) and can be used with a car power adapter (inverter), when mounted on a car roof. -** 48V batteries (48V 4Ah - about 1h of operation)+** 48V batteries (48V 4Ah - about 1-2 hours of operation) {| style='padding:0px;' {| style='padding:0px;' Oleg

Eyesis4Pi 393

Wiki Recent Changes - Thu, 01/12/2017 - 15:43

Image samples:

← Older revision Revision as of 22:43, 12 January 2017 (3 intermediate revisions not shown)Line 35: Line 35: * 4*π (360x180) full sphere coverage * 4*π (360x180) full sphere coverage * 64 MPix panoramic image resolution after stitching   * 64 MPix panoramic image resolution after stitching   -* Final panoramic image equirectangular projection dimensions - 14000x7000+* Final panoramic image equirectangular projection dimensions - 14268x7135 * 0.05 Pix stitching precision * 0.05 Pix stitching precision * Very small parallax - distance between entrance pupils: 46.5 mm * Very small parallax - distance between entrance pupils: 46.5 mm Line 61: Line 61: * The Eyesis4Pi-393 system is highly customizable * The Eyesis4Pi-393 system is highly customizable * Free Software and Open Hardware * Free Software and Open Hardware  +  +== Image samples ==  +* Post-processing results (equirectangular projections) and demos:  +** [[Eyesis4Pi_samples|<span style='font-size:14px;'>'''Samples page'''</span>]]  +  +{|  +|[[File:Result 1342929037 024522.jpeg|400px|link=Eyesis4Pi_samples]]  +|[[File:Result 1342929037 024522 webgl.jpeg|206px|link=Eyesis4Pi_samples]]  +|} ==Operation== ==Operation== Oleg

Eyesis4Pi samples

Wiki Recent Changes - Thu, 01/12/2017 - 15:02

← Older revision Revision as of 22:02, 12 January 2017 Line 10: Line 10: | Elphel's WebGL Panorama Viewer/Editor | Elphel's WebGL Panorama Viewer/Editor | style='text-align:center' | [https://sourceforge.net/p/elphel/webgl_panorama_editor/ci/master/tree/ sf.net/elphel] | style='text-align:center' | [https://sourceforge.net/p/elphel/webgl_panorama_editor/ci/master/tree/ sf.net/elphel] -| Most correct display, quick+| Most correct textures display , 14268x7135 | WebGL, Open Street Map, [http://blog.elphel.com/2011/06/eyesis-outdoor-panorama-sets-and-the-viewereditor/ '''More information'''] | WebGL, Open Street Map, [http://blog.elphel.com/2011/06/eyesis-outdoor-panorama-sets-and-the-viewereditor/ '''More information'''] |- |- | three.js | three.js | style='text-align:center' | [https://threejs.org/examples/?q=panoram#webgl_panorama_equirectangular three.js] | style='text-align:center' | [https://threejs.org/examples/?q=panoram#webgl_panorama_equirectangular three.js] -| Simple test+| Simple test, resizes to 16384x8192 | WebGL | WebGL |- |- | aframe.js | aframe.js | style='text-align:center' | [https://aframe.io/examples/showcase/sky/ aframe.js] | style='text-align:center' | [https://aframe.io/examples/showcase/sky/ aframe.js] -| Simple test+| Simple test, resizes to 16384x8192 | WebGL, WebVR, Mobile, based on three.js | WebGL, WebVR, Mobile, based on three.js |} |} Oleg

01/12/17 [elphel-web-393][master] by Oleg Dzhimiev: update link

Elphel GIT logs - Thu, 01/12/2017 - 12:33
Oleg Dzhimiev committed changes to the Elphel git project :
update link

01/12/17 [elphel-web-393][] by Oleg Dzhimiev: update link

Elphel GIT logs - Thu, 01/12/2017 - 12:33
Oleg Dzhimiev committed changes to the Elphel git project :
update link

Sd boot rootfs

Wiki Recent Changes - Thu, 01/12/2017 - 11:47

Format micro SD card (command line, can be done in the booted from NAND flash camera):

← Older revision Revision as of 18:47, 12 January 2017 (One intermediate revision not shown)Line 26: Line 26: * Insert, power on * Insert, power on -==Format micro SD card (command line, can be done in the booted from nand camera)==+==Format micro SD card (command line, can be done in the booted from camera's NAND flash)== Example for '''/dev/sdX''': Example for '''/dev/sdX''': * create partitions with fdisk , gparted or any other program: * create partitions with fdisk , gparted or any other program: Oleg

01/12/17 [meta-elphel393][master] by Oleg Dzhimiev: get src of jquery-2.2.3

Elphel GIT logs - Thu, 01/12/2017 - 11:45
Oleg Dzhimiev committed changes to the Elphel git project :
get src of jquery-2.2.3

Pages

Subscribe to www3.elphel.com aggregator