<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.elphel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Faris</id>
	<title>ElphelWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.elphel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Faris"/>
	<link rel="alternate" type="text/html" href="https://wiki.elphel.com/wiki/Special:Contributions/Faris"/>
	<updated>2026-08-01T00:06:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=353/363_Support&amp;diff=3274</id>
		<title>353/363 Support</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=353/363_Support&amp;diff=3274"/>
		<updated>2008-05-14T20:03:21Z</updated>

		<summary type="html">&lt;p&gt;Faris: re-order&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Developer Preparation==&lt;br /&gt;
These are the steps to compile from CVS and prepare 353/363 software to flash to the camera.&lt;br /&gt;
&lt;br /&gt;
===Preparation===&lt;br /&gt;
Before you begin, make sure you have the following packages on your system:&lt;br /&gt;
*gcc&lt;br /&gt;
*make 3.8&lt;br /&gt;
*libcris&lt;br /&gt;
*byacc&lt;br /&gt;
*bc&lt;br /&gt;
*perl&lt;br /&gt;
*sed&lt;br /&gt;
*tar&lt;br /&gt;
*zlib&lt;br /&gt;
*md5sum&lt;br /&gt;
*ncurses-dev&lt;br /&gt;
&lt;br /&gt;
===Downloading and installing the source===&lt;br /&gt;
Navigate to the directory where you will download your source in this example the directory is &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/home/username/workspace/&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Publish your ssh key to the server with the following commands&lt;br /&gt;
substituting developer name with your own sourceforge username. &lt;br /&gt;
As per instructions at https://sourceforge.net/cvs/?group_id=105686&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 $ export CVS_RSH=ssh &lt;br /&gt;
&lt;br /&gt;
 $ cvs -z3 -d:ext:developername@elphel.cvs.sourceforge.net:/cvsroot/elphel co -P elphel353-7.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you download the elphel source change one directory down from your working directory to the folder elphel-7.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ cd ~/workspace/elphel-7.1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run the install script, this builds a target source folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ ./install_elphel_from_cvs&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that has finished, change to your target directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; &lt;br /&gt;
 $ cd ../353&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run the install_elphel script this will download sources and build them to the elphel353 directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ ./install_elphel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Init the enviroment variables (this is required for a successful php extension build).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ cd elphel353&lt;br /&gt;
 $ . ./init_env&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After that has finished run make to create the first camera images&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ make&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A directory with the same structure as will be on the camera will be mirrored to: &amp;lt;code&amp;gt;&lt;br /&gt;
 $ ./target&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that, follow the [[Reflashing_the_353/363 |flashing instructions]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=353/363_Support&amp;diff=3273</id>
		<title>353/363 Support</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=353/363_Support&amp;diff=3273"/>
		<updated>2008-05-12T18:02:06Z</updated>

		<summary type="html">&lt;p&gt;Faris: . ./init_env&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Developer Preparation==&lt;br /&gt;
These are the steps to compile from CVS and prepare 353/363 software to flash to the camera.&lt;br /&gt;
&lt;br /&gt;
===Preparation===&lt;br /&gt;
Before you begin, make sure you have the following packages on your system:&lt;br /&gt;
*gcc&lt;br /&gt;
*make 3.8&lt;br /&gt;
*libcris&lt;br /&gt;
*byacc&lt;br /&gt;
*bc&lt;br /&gt;
*perl&lt;br /&gt;
*sed&lt;br /&gt;
*tar&lt;br /&gt;
*zlib&lt;br /&gt;
*md5sum&lt;br /&gt;
*ncurses-dev&lt;br /&gt;
&lt;br /&gt;
===Downloading and installing the source===&lt;br /&gt;
Navigate to the directory where you will download your source in this example the directory is &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/home/username/workspace/&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Publish your ssh key to the server with the following commands&lt;br /&gt;
substituting developer name with your own sourceforge username. &lt;br /&gt;
As per instructions at https://sourceforge.net/cvs/?group_id=105686&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 $ export CVS_RSH=ssh &lt;br /&gt;
&lt;br /&gt;
 $ cvs -z3 -d:ext:developername@elphel.cvs.sourceforge.net:/cvsroot/elphel co -P elphel353-7.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you download the elphel source change one directory down from your working directory to the folder elphel-7.1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ cd ~/workspace/elphel-7.1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run the install script, this builds a target source folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ ./install_elphel_from_cvs&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that has finished, change to your target directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; &lt;br /&gt;
 $ cd ../353&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Init the enviroment variables (this is required for a successful php extension build).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ . ./init_env&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run the install_elphel script this will download sources and build them to the elphel353 directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ ./install_elphel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that has finished run make to create the first camera images&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ make&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A directory with the same structure as will be on the camera will be mirrored to: &amp;lt;code&amp;gt;&lt;br /&gt;
 $ ./target&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that, follow the [[Reflashing_the_353/363 |flashing instructions]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Talk:Control_Panel&amp;diff=3502</id>
		<title>Talk:Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Talk:Control_Panel&amp;diff=3502"/>
		<updated>2008-03-19T22:03:10Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* The current status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The current status ==&lt;br /&gt;
&lt;br /&gt;
The camera&#039;s control panel interface is cleaned up, it&#039;s mostly minor details that require attention:&lt;br /&gt;
*elphel support email on the page&lt;br /&gt;
*verification of ip and other settings before they are set&lt;br /&gt;
*a disclaimer&lt;br /&gt;
[[User:Siraf|Siraf]] 17:04, 28 January 2008 (CST)&lt;br /&gt;
*Fix Camera reboot function&lt;br /&gt;
*Create restart network daemon function&lt;br /&gt;
*Make all fields collapsible/re-collapsible &lt;br /&gt;
*Create a copy-to-clipboard function for the camera summary&lt;br /&gt;
*Create notification pages for the change network settings functions&lt;br /&gt;
*Clean up some of the output information&lt;br /&gt;
*Clean up visual styles in general&lt;br /&gt;
[[User:Saint17|Saint17]] 17:21, 28 January 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Please add a link the the software tarball in the camera (docs/elphel353-*.tar.gz), so user not only can see the current software version but actually download the tarball--[[User:Andrey.filippov|Andrey.filippov]] 17:58, 28 January 2008 (CST)&lt;br /&gt;
:done [[User:Faris|Faris]] 17:03, 19 March 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
Add current clock frequencies - response to commands &amp;quot;fpcf -X 0&amp;quot; and &amp;quot;fpcf -X 1&amp;quot;--[[User:Andrey.filippov|Andrey.filippov]] 02:55, 1 February 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;quot;353 developer&#039;s board&amp;quot; is 10353 and we may remove it from board config tabs, it should be the second tab - general configuration. the others 10359 &amp;amp; 10369 (not 369) should not be called &amp;quot;developer&amp;quot; board, it will be usable by end-users.&lt;br /&gt;
&lt;br /&gt;
Why not in the tabs call 10369 - General IO board and the 10359 - Image processing board ? --[[User:Polto|Alexandre.Poltorak]] 19:05, 17 March 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
Is the code uploaded somewhere so i can test it? If not just send it by mail pls with some instructions. Thanks. --[[User:Polto|Alexandre.Poltorak]] 13:09, 18 March 2008 (CDT)&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3473</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3473"/>
		<updated>2008-03-17T22:40:39Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* Version 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==Version 2==&lt;br /&gt;
This new version of the control panel will feature a tabbed interface and will be written with expansion and modularization in mind.&lt;br /&gt;
===Back-end===&lt;br /&gt;
The back-end will be a simple php script that calls functions and indexes them into a simple xml file, which is parsed by the javascript in the front-end.&lt;br /&gt;
===Front-end===&lt;br /&gt;
====General Tab====&lt;br /&gt;
The general tab will be the first seen (like the index) and will display general information, quickly accessed, including: &lt;br /&gt;
*Camera serial number&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Software version&lt;br /&gt;
*Date &amp;amp; Time&lt;br /&gt;
*Sensor model and revision&lt;br /&gt;
*Board Type&lt;br /&gt;
*Compiled Camera Status (on expand)&lt;br /&gt;
*links:&lt;br /&gt;
**source code on the camera&lt;br /&gt;
**the Axis website&lt;br /&gt;
**the Elphel website&lt;br /&gt;
**Sourceforge page&lt;br /&gt;
**Admin-bin built-in program&lt;br /&gt;
&lt;br /&gt;
====Configuration Tab====&lt;br /&gt;
*Change Network Settings&lt;br /&gt;
*Change Date &amp;amp; Time&lt;br /&gt;
*Restart Network Daemon&lt;br /&gt;
*Restart Camera&lt;br /&gt;
&lt;br /&gt;
====Board Specific Tab====&lt;br /&gt;
The board specific tab will change on the type of board plugged in, and the type of developer board being used. It will have tabs and specific options for:&lt;br /&gt;
*359 developer&#039;s board&lt;br /&gt;
*353 developer&#039;s board&lt;br /&gt;
*369 developer&#039;s board&lt;br /&gt;
&lt;br /&gt;
====Help Tab====&lt;br /&gt;
The help tab will have some clarifications of the project, but will &#039;&#039;not&#039;&#039; be a substitute for good design.&lt;br /&gt;
&lt;br /&gt;
====Other Changes====&lt;br /&gt;
*Confirm Changes Dialogue:&lt;br /&gt;
**A simple dialogue that confirms changes (alert) and an ajax-dynamic tab that lists changes (a hidden div)&lt;br /&gt;
&lt;br /&gt;
====Suggestions====&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3472</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3472"/>
		<updated>2008-03-17T22:22:43Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* Other Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==Version 2==&lt;br /&gt;
This new version of the control panel will feature a tabbed interface and will be written with expansion and modularization in mind.&lt;br /&gt;
===General Tab===&lt;br /&gt;
The general tab will be the first seen (like the index) and will display general information, quickly accessed, including: &lt;br /&gt;
*Camera serial number&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Software version&lt;br /&gt;
*Date &amp;amp; Time&lt;br /&gt;
*Sensor model and revision&lt;br /&gt;
*Board Type&lt;br /&gt;
*Compiled Camera Status (on expand)&lt;br /&gt;
*links:&lt;br /&gt;
**source code on the camera&lt;br /&gt;
**the Axis website&lt;br /&gt;
**the Elphel website&lt;br /&gt;
**Sourceforge page&lt;br /&gt;
**Admin-bin built-in program&lt;br /&gt;
&lt;br /&gt;
===Configuration Tab===&lt;br /&gt;
*Change Network Settings&lt;br /&gt;
*Change Date &amp;amp; Time&lt;br /&gt;
*Restart Network Daemon&lt;br /&gt;
*Restart Camera&lt;br /&gt;
&lt;br /&gt;
===Board Specific Tab===&lt;br /&gt;
The board specific tab will change on the type of board plugged in, and the type of developer board being used. It will have tabs and specific options for:&lt;br /&gt;
*359 developer&#039;s board&lt;br /&gt;
*353 developer&#039;s board&lt;br /&gt;
*369 developer&#039;s board&lt;br /&gt;
&lt;br /&gt;
===Help Tab===&lt;br /&gt;
The help tab will have some clarifications of the project, but will &#039;&#039;not&#039;&#039; be a substitute for good design.&lt;br /&gt;
&lt;br /&gt;
===Other Changes===&lt;br /&gt;
*Confirm Changes Dialogue:&lt;br /&gt;
**A simple dialogue that confirms changes (alert) and an ajax-dynamic tab that lists changes (a hidden div)&lt;br /&gt;
&lt;br /&gt;
===Suggestions===&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3471</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3471"/>
		<updated>2008-03-17T22:20:31Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* Help Tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==Version 2==&lt;br /&gt;
This new version of the control panel will feature a tabbed interface and will be written with expansion and modularization in mind.&lt;br /&gt;
===General Tab===&lt;br /&gt;
The general tab will be the first seen (like the index) and will display general information, quickly accessed, including: &lt;br /&gt;
*Camera serial number&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Software version&lt;br /&gt;
*Date &amp;amp; Time&lt;br /&gt;
*Sensor model and revision&lt;br /&gt;
*Board Type&lt;br /&gt;
*Compiled Camera Status (on expand)&lt;br /&gt;
*links:&lt;br /&gt;
**source code on the camera&lt;br /&gt;
**the Axis website&lt;br /&gt;
**the Elphel website&lt;br /&gt;
**Sourceforge page&lt;br /&gt;
**Admin-bin built-in program&lt;br /&gt;
&lt;br /&gt;
===Configuration Tab===&lt;br /&gt;
*Change Network Settings&lt;br /&gt;
*Change Date &amp;amp; Time&lt;br /&gt;
*Restart Network Daemon&lt;br /&gt;
*Restart Camera&lt;br /&gt;
&lt;br /&gt;
===Board Specific Tab===&lt;br /&gt;
The board specific tab will change on the type of board plugged in, and the type of developer board being used. It will have tabs and specific options for:&lt;br /&gt;
*359 developer&#039;s board&lt;br /&gt;
*353 developer&#039;s board&lt;br /&gt;
*369 developer&#039;s board&lt;br /&gt;
&lt;br /&gt;
===Help Tab===&lt;br /&gt;
The help tab will have some clarifications of the project, but will &#039;&#039;not&#039;&#039; be a substitute for good design.&lt;br /&gt;
&lt;br /&gt;
===Other Changes===&lt;br /&gt;
*Confirm Changes Dialog&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Suggestions===&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3470</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3470"/>
		<updated>2008-03-17T22:19:39Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* Board Specific Tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==Version 2==&lt;br /&gt;
This new version of the control panel will feature a tabbed interface and will be written with expansion and modularization in mind.&lt;br /&gt;
===General Tab===&lt;br /&gt;
The general tab will be the first seen (like the index) and will display general information, quickly accessed, including: &lt;br /&gt;
*Camera serial number&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Software version&lt;br /&gt;
*Date &amp;amp; Time&lt;br /&gt;
*Sensor model and revision&lt;br /&gt;
*Board Type&lt;br /&gt;
*Compiled Camera Status (on expand)&lt;br /&gt;
*links:&lt;br /&gt;
**source code on the camera&lt;br /&gt;
**the Axis website&lt;br /&gt;
**the Elphel website&lt;br /&gt;
**Sourceforge page&lt;br /&gt;
**Admin-bin built-in program&lt;br /&gt;
&lt;br /&gt;
===Configuration Tab===&lt;br /&gt;
*Change Network Settings&lt;br /&gt;
*Change Date &amp;amp; Time&lt;br /&gt;
*Restart Network Daemon&lt;br /&gt;
*Restart Camera&lt;br /&gt;
&lt;br /&gt;
===Board Specific Tab===&lt;br /&gt;
The board specific tab will change on the type of board plugged in, and the type of developer board being used. It will have tabs and specific options for:&lt;br /&gt;
*359 developer&#039;s board&lt;br /&gt;
*353 developer&#039;s board&lt;br /&gt;
*369 developer&#039;s board&lt;br /&gt;
&lt;br /&gt;
===Help Tab===&lt;br /&gt;
&lt;br /&gt;
===Other Changes===&lt;br /&gt;
*Confirm Changes Dialog&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Suggestions===&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3468</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3468"/>
		<updated>2008-03-17T22:17:32Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* Configuration Tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==Version 2==&lt;br /&gt;
This new version of the control panel will feature a tabbed interface and will be written with expansion and modularization in mind.&lt;br /&gt;
===General Tab===&lt;br /&gt;
The general tab will be the first seen (like the index) and will display general information, quickly accessed, including: &lt;br /&gt;
*Camera serial number&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Software version&lt;br /&gt;
*Date &amp;amp; Time&lt;br /&gt;
*Sensor model and revision&lt;br /&gt;
*Board Type&lt;br /&gt;
*Compiled Camera Status (on expand)&lt;br /&gt;
*links:&lt;br /&gt;
**source code on the camera&lt;br /&gt;
**the Axis website&lt;br /&gt;
**the Elphel website&lt;br /&gt;
**Sourceforge page&lt;br /&gt;
**Admin-bin built-in program&lt;br /&gt;
&lt;br /&gt;
===Configuration Tab===&lt;br /&gt;
*Change Network Settings&lt;br /&gt;
*Change Date &amp;amp; Time&lt;br /&gt;
*Restart Network Daemon&lt;br /&gt;
&lt;br /&gt;
===Board Specific Tab===&lt;br /&gt;
&lt;br /&gt;
===Help Tab===&lt;br /&gt;
&lt;br /&gt;
===Other Changes===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
* Elphel support email  and other contact information on the page&lt;br /&gt;
* Verification of IP and other settings before they are set&lt;br /&gt;
* A disclaimer &lt;br /&gt;
* Fix Camera reboot function, include timer for reboot.&lt;br /&gt;
* Main menu links after restart&lt;br /&gt;
* Create restart network daemon function&lt;br /&gt;
* Tab interface &lt;br /&gt;
* Create a copy-to-clipboard function for the camera summary&lt;br /&gt;
* Create notification pages for the change network settings functions&lt;br /&gt;
* Select all function for status reports&lt;br /&gt;
* Clean up some of the output information&lt;br /&gt;
* Clean up visual styles in general&lt;br /&gt;
&lt;br /&gt;
==Suggestions==&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3467</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3467"/>
		<updated>2008-03-17T22:17:16Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* General Tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==Version 2==&lt;br /&gt;
This new version of the control panel will feature a tabbed interface and will be written with expansion and modularization in mind.&lt;br /&gt;
===General Tab===&lt;br /&gt;
The general tab will be the first seen (like the index) and will display general information, quickly accessed, including: &lt;br /&gt;
*Camera serial number&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Software version&lt;br /&gt;
*Date &amp;amp; Time&lt;br /&gt;
*Sensor model and revision&lt;br /&gt;
*Board Type&lt;br /&gt;
*Compiled Camera Status (on expand)&lt;br /&gt;
*links:&lt;br /&gt;
**source code on the camera&lt;br /&gt;
**the Axis website&lt;br /&gt;
**the Elphel website&lt;br /&gt;
**Sourceforge page&lt;br /&gt;
**Admin-bin built-in program&lt;br /&gt;
&lt;br /&gt;
===Configuration Tab===&lt;br /&gt;
**Change Network Settings&lt;br /&gt;
**Change Date &amp;amp; Time&lt;br /&gt;
**Restart Network Daemon&lt;br /&gt;
&lt;br /&gt;
===Board Specific Tab===&lt;br /&gt;
&lt;br /&gt;
===Help Tab===&lt;br /&gt;
&lt;br /&gt;
===Other Changes===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
* Elphel support email  and other contact information on the page&lt;br /&gt;
* Verification of IP and other settings before they are set&lt;br /&gt;
* A disclaimer &lt;br /&gt;
* Fix Camera reboot function, include timer for reboot.&lt;br /&gt;
* Main menu links after restart&lt;br /&gt;
* Create restart network daemon function&lt;br /&gt;
* Tab interface &lt;br /&gt;
* Create a copy-to-clipboard function for the camera summary&lt;br /&gt;
* Create notification pages for the change network settings functions&lt;br /&gt;
* Select all function for status reports&lt;br /&gt;
* Clean up some of the output information&lt;br /&gt;
* Clean up visual styles in general&lt;br /&gt;
&lt;br /&gt;
==Suggestions==&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3466</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3466"/>
		<updated>2008-03-17T22:16:16Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* General Tab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==Version 2==&lt;br /&gt;
This new version of the control panel will feature a tabbed interface and will be written with expansion and modularization in mind.&lt;br /&gt;
===General Tab===&lt;br /&gt;
The general tab will be the first seen (like the index) and will display general information, quickly accessed, including: &lt;br /&gt;
**Camera serial number&lt;br /&gt;
**Camera IP address&lt;br /&gt;
**Software version&lt;br /&gt;
**Date &amp;amp; Time&lt;br /&gt;
**Sensor model and revision&lt;br /&gt;
**Board Type&lt;br /&gt;
**Compiled Camera Status (on expand)&lt;br /&gt;
**links to the source code on the camera&lt;br /&gt;
**links to the Axis website&lt;br /&gt;
**links to the Elphel website&lt;br /&gt;
**links to Sourceforge page&lt;br /&gt;
**links to the Admin-bin built-in program&lt;br /&gt;
&lt;br /&gt;
===Configuration Tab===&lt;br /&gt;
**Change Network Settings&lt;br /&gt;
**Change Date &amp;amp; Time&lt;br /&gt;
**Restart Network Daemon&lt;br /&gt;
&lt;br /&gt;
===Board Specific Tab===&lt;br /&gt;
&lt;br /&gt;
===Help Tab===&lt;br /&gt;
&lt;br /&gt;
===Other Changes===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
* Elphel support email  and other contact information on the page&lt;br /&gt;
* Verification of IP and other settings before they are set&lt;br /&gt;
* A disclaimer &lt;br /&gt;
* Fix Camera reboot function, include timer for reboot.&lt;br /&gt;
* Main menu links after restart&lt;br /&gt;
* Create restart network daemon function&lt;br /&gt;
* Tab interface &lt;br /&gt;
* Create a copy-to-clipboard function for the camera summary&lt;br /&gt;
* Create notification pages for the change network settings functions&lt;br /&gt;
* Select all function for status reports&lt;br /&gt;
* Clean up some of the output information&lt;br /&gt;
* Clean up visual styles in general&lt;br /&gt;
&lt;br /&gt;
==Suggestions==&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=File:StreamWiki3.jpg&amp;diff=3875</id>
		<title>File:StreamWiki3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=File:StreamWiki3.jpg&amp;diff=3875"/>
		<updated>2008-03-12T21:45:35Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=File:StreamWiki2.jpg&amp;diff=3874</id>
		<title>File:StreamWiki2.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=File:StreamWiki2.jpg&amp;diff=3874"/>
		<updated>2008-03-12T21:45:17Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=File:StreamWiki1.jpg&amp;diff=3873</id>
		<title>File:StreamWiki1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=File:StreamWiki1.jpg&amp;diff=3873"/>
		<updated>2008-03-12T21:43:52Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=How_to_obtain_an_image_or_a_video_from_an_Elphel_353_camera%3F&amp;diff=3818</id>
		<title>How to obtain an image or a video from an Elphel 353 camera?</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=How_to_obtain_an_image_or_a_video_from_an_Elphel_353_camera%3F&amp;diff=3818"/>
		<updated>2008-03-12T21:18:47Z</updated>

		<summary type="html">&lt;p&gt;Faris: /* VLC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describe different ways to get image or video from the camera and link to more detailed wiki pages.&lt;br /&gt;
&lt;br /&gt;
= tools and capabilities table =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TABLE  BORDER=1 CELLPADDING=2 CELLSPACING=3 STYLE=&amp;quot;page-break-before: always&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=151&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD COLSPAN=6 WIDTH=305&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;On the Elphel 353 camera&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD COLSPAN=5 WIDTH=304&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;On remote PC / MAC&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=151&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;ccam.cgi &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;imgsrv&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;camogm &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;camvc&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;PHP API &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;str&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;ElphelOgm&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;ElphelSrv&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;MPlayer&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;VLC&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;Quicktime&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD ROWSPAN=3 WIDTH=151&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;supported formats&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;JPEG/JP4 image&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;Quicktime MOV video&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;MJPEG/OGM video&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD ROWSPAN=4 WIDTH=151&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;supported protocols&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;HTTP support&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;FTP upload support&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;NFS write support&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;RTP support&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD ROWSPAN=2 WIDTH=151&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;HD / CF / USB support&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;on camera HD/CF write support&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;remote PC HD write support&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD ROWSPAN=6 WIDTH=151&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;Features &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;command line based tool&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;GUI based tool&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;Live video view&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;make use of circular bufer&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;EXIF support&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=152&amp;gt;&lt;br /&gt;
			&amp;lt;P&amp;gt;setting the sensor parameters&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=58&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=41&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=56&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=39&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=62&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER&amp;gt;x&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=13&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=71&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=61&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=52&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=31&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=60&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= tools =&lt;br /&gt;
&lt;br /&gt;
==ccam.cgi==&lt;br /&gt;
[[Ccam.cgi]] allow to set sensor parameters and get images truth HTTP GET method. This is actually the most complete interface to sensors settings, but will soon become obsolete with our new [[PHP_in_Elphel_cameras | PHP API]].&lt;br /&gt;
&lt;br /&gt;
==imgsrv==&lt;br /&gt;
&lt;br /&gt;
[[imgsrv]] is the fastest way to get images via HTTP. It make use of the circular buffer and can mark images with EXIF data.&lt;br /&gt;
&lt;br /&gt;
==camogm==&lt;br /&gt;
&lt;br /&gt;
[[camogm]] is a command line application running on the camera (can be controlled truth PHP) what can record on a HD/CF/USB-storage-device connected to the camera. It does support EXIF, MJPEG/OGM, Quicktime MOV, JPEG, JP4.&lt;br /&gt;
&lt;br /&gt;
==PHP API==&lt;br /&gt;
[[PHP_in_Elphel_cameras]] allow you to set sensor parameters, get images, do any funky stuff what PHP can do.&lt;br /&gt;
&lt;br /&gt;
==ElphelOgm==&lt;br /&gt;
&lt;br /&gt;
==ElphelSrv==&lt;br /&gt;
&lt;br /&gt;
==MPlayer==&lt;br /&gt;
&lt;br /&gt;
==VLC==&lt;br /&gt;
See the full [[using VLC to obtain video | article]] more information.&lt;br /&gt;
&lt;br /&gt;
To use VLC, first turn on camera streaming. Open vlc and select file &amp;gt; &amp;quot;open network stream&amp;quot;.&lt;br /&gt;
You will be presented with a menu. Select &amp;quot;RTSP&amp;quot; and input the url. Then, in the advanced options, select &amp;quot;Stream/Save&amp;quot; and check the settings to fit your needs.&lt;br /&gt;
&lt;br /&gt;
Again, there is more information in the [[using VLC to obtain video | main article]]&lt;br /&gt;
&lt;br /&gt;
==camvc==&lt;br /&gt;
&lt;br /&gt;
= capabilities =&lt;br /&gt;
&lt;br /&gt;
== EXIF ==&lt;br /&gt;
&lt;br /&gt;
Here is our [[Exif]] data table description. EXIF data can be controlled in PHP as described in [[Exif_init.php]]&lt;br /&gt;
&lt;br /&gt;
== Circular Buffer ==&lt;br /&gt;
&lt;br /&gt;
== NFS ==&lt;br /&gt;
&lt;br /&gt;
== on camera HD/CF write support ==&lt;br /&gt;
On camera IDE HD, CF card or USB-storage-device can be connected to the camera truth [[10349 | 10349 additional IO board]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=User_talk:Jeff&amp;diff=3549</id>
		<title>User talk:Jeff</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=User_talk:Jeff&amp;diff=3549"/>
		<updated>2008-02-01T08:28:17Z</updated>

		<summary type="html">&lt;p&gt;Faris: Control panel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Control panel ==&lt;br /&gt;
&lt;br /&gt;
Check the [[Control Panel]] page for new feature requests.&lt;br /&gt;
&lt;br /&gt;
[[User:Faris|Faris]] 02:28, 1 February 2008 (CST)&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3461</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3461"/>
		<updated>2008-02-01T08:27:13Z</updated>

		<summary type="html">&lt;p&gt;Faris: NEW FEATURES NEEDED&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==Upcoming Features==&lt;br /&gt;
===High Priority=== &lt;br /&gt;
*A Panel with common links both to the camera, and external links for help:&lt;br /&gt;
**links to the source code on the camera&lt;br /&gt;
**links to the Axis website&lt;br /&gt;
**links to the Elphel website&lt;br /&gt;
**links to the Admin-bin built-in program&lt;br /&gt;
*The UI.html is making too many requests, perhaps wait for a request to finish before starting a new one? Ask Andrey about his experiences with this. Also see &#039;ccam.cgi&#039; for examples.&lt;br /&gt;
*Clean up the icons and make the front-end more accessible. (Faris is on this).&lt;br /&gt;
*An &#039;advanced&#039; section that refers some of the [[PHP in Elphel cameras | API]] calls for a more thorough call of status.&lt;br /&gt;
===Medium Priority===&lt;br /&gt;
*Ability to reboot camera from panel&lt;br /&gt;
*Ability to start/stop/restart certain processes&lt;br /&gt;
*Button to quickly copy Camera Status report to Clipboard&lt;br /&gt;
&lt;br /&gt;
==Spawns of this Project==&lt;br /&gt;
[[Easy Snapshot]] and [[Easy Video]] are side projects we hope to merge into the control panel as they progress further.&lt;br /&gt;
They would allow the user to take snapshots and video clips from the camera&#039;s live stream. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
* Elphel support email  and other contact information on the page&lt;br /&gt;
* Verification of IP and other settings before they are set&lt;br /&gt;
* A disclaimer &lt;br /&gt;
* Fix Camera reboot function&lt;br /&gt;
* Create restart network daemon function&lt;br /&gt;
* Make all fields collapsible/re-collapsible&lt;br /&gt;
* Create a copy-to-clipboard function for the camera summary&lt;br /&gt;
* Create notification pages for the change network settings functions&lt;br /&gt;
* Clean up some of the output information&lt;br /&gt;
* Clean up visual styles in general&lt;br /&gt;
&lt;br /&gt;
==Suggestions==&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Phone_interface/control&amp;diff=3492</id>
		<title>Phone interface/control</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Phone_interface/control&amp;diff=3492"/>
		<updated>2008-02-01T08:09:11Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary== &lt;br /&gt;
Create a camera interface to be used on phones and other mobile devices. Initially web based but possibly changed to a Windows mobile or Java program that can be installed on the device. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Development Ideas==&lt;br /&gt;
*Web-Based&lt;br /&gt;
**It&#039;s probably best to begin by modifying [[Control Panel]] to have a special way of displaying on mobile devices and once that&#039;s done start adding more specialized features for the mobile and branch off from there. &lt;br /&gt;
&lt;br /&gt;
*Mobile Program&lt;br /&gt;
**A Java program is probably the best way to approach this as so many PDAs and Phones have Java&lt;br /&gt;
**Windows Mobile is also a good platform to use because of how wildly it is used on PDAs and Smartphones&lt;br /&gt;
**Apple is supposedly releasing and iPhone SDK a special interface for the iPhone could be developed later with this&lt;br /&gt;
&lt;br /&gt;
This is part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Seed]]&lt;br /&gt;
[[Category: Project α Priority: Low]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3460</id>
		<title>Control Panel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Control_Panel&amp;diff=3460"/>
		<updated>2008-02-01T08:08:39Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The control panel is a new feature on the Elphel cameras that allows for:&lt;br /&gt;
*A quick scan of camera hardware &amp;amp; software status&lt;br /&gt;
*A separate report of camera hardware &amp;amp; software status can be generated, this can be sent to Elphel for the aid of troubleshooting the cameras or for personal use.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
This project is currently in BETA, and can be found at http://&#039;&#039;camera address&#039;&#039;/UI.html after reflashing with the [http://downloads.sourceforge.net/elphel/elphel353-7.1.7.10.tar.gz latest tarball]&lt;br /&gt;
&lt;br /&gt;
The Control Panel can show the following information&lt;br /&gt;
*Camera IP address, Gateway, Broadcast Address, Netmask, and other network settings&lt;br /&gt;
*Camera Serial Number&lt;br /&gt;
*Camera Software Version&lt;br /&gt;
*Processes (Daemons) currently running on the camera&lt;br /&gt;
*FPGA info&lt;br /&gt;
*fpga_sdram_phase&lt;br /&gt;
*Cat_interupts&lt;br /&gt;
&lt;br /&gt;
You can change the following network settings with the Control Panel&lt;br /&gt;
*Camera IP address&lt;br /&gt;
*Broadcast address&lt;br /&gt;
*Netmask&lt;br /&gt;
*Gateway&lt;br /&gt;
&lt;br /&gt;
All of this information is included in a status report the camera is able to generate.&lt;br /&gt;
This report can be sent to Elphel support for help with troubleshooting.&lt;br /&gt;
&lt;br /&gt;
==High Priority Upcoming Features==&lt;br /&gt;
*An &#039;advanced&#039; section that refers some of the [[PHP in Elphel cameras | API]] calls for a more thorough call of status.&lt;br /&gt;
*Ability to reboot camera from panel&lt;br /&gt;
*Ability to start/stop/restart certain processes&lt;br /&gt;
*Button to quickly copy Camera Status report to Clipboard&lt;br /&gt;
&lt;br /&gt;
==Easy Snapshot==&lt;br /&gt;
[[Easy Snapshot]] and [[Easy Video]] are side projects we hope to merge into the control panel as they progress further.&lt;br /&gt;
They would allow the user to take snapshots and video clips from the camera&#039;s live stream. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TODO==&lt;br /&gt;
* Elphel support email  and other contact information on the page&lt;br /&gt;
* Verification of IP and other settings before they are set&lt;br /&gt;
* A disclaimer &lt;br /&gt;
* Fix Camera reboot function&lt;br /&gt;
* Create restart network daemon function&lt;br /&gt;
* Make all fields collapsible/re-collapsible&lt;br /&gt;
* Create a copy-to-clipboard function for the camera summary&lt;br /&gt;
* Create notification pages for the change network settings functions&lt;br /&gt;
* Clean up some of the output information&lt;br /&gt;
* Clean up visual styles in general&lt;br /&gt;
&lt;br /&gt;
==Suggestions==&lt;br /&gt;
Any suggestions for features or additional camera information you would like to see should be listed here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Sapling]]&lt;br /&gt;
[[Category: Project α Priority: High]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Phone_interface/control&amp;diff=3491</id>
		<title>Phone interface/control</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Phone_interface/control&amp;diff=3491"/>
		<updated>2008-02-01T08:06:48Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary== &lt;br /&gt;
Create a camera interface to be used on phones and other mobile devices. Initially web based but possibly changed to a Windows mobile or Java program that can be installed on the device. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Development Ideas==&lt;br /&gt;
*Web-Based&lt;br /&gt;
**It&#039;s probably best to begin by modifying [[Control Panel]] to have a special way of displaying on mobile devices and once that&#039;s done start adding more specialized features for the mobile and branch off from there. &lt;br /&gt;
&lt;br /&gt;
*Mobile Program&lt;br /&gt;
**A Java program is probably the best way to approach this as so many PDAs and Phones have Java&lt;br /&gt;
**Windows Mobile is also a good platform to use because of how wildly it is used on PDAs and Smartphones&lt;br /&gt;
**Apple is supposedly releasing and iPhone SDK a special interface for the iPhone could be developed later with this&lt;br /&gt;
&lt;br /&gt;
This is part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Seed]]&lt;br /&gt;
[[Category: Project α Priority: Unassigned]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_Low&amp;diff=3548</id>
		<title>Category:Project α Priority: Low</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_Low&amp;diff=3548"/>
		<updated>2008-02-01T08:03:10Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Low:&lt;br /&gt;
**This is an exercise in the camera&#039;s ability.&lt;br /&gt;
**These are great places for new developers to get started.&lt;br /&gt;
For more information, please see [[Project Alpha]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_Medium&amp;diff=3547</id>
		<title>Category:Project α Priority: Medium</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_Medium&amp;diff=3547"/>
		<updated>2008-02-01T08:02:38Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Low:&lt;br /&gt;
**This is an exercise in the camera&#039;s ability.&lt;br /&gt;
**These are great places for new developers to get started.&lt;br /&gt;
For more information, please see [[Project Alpha]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Adult&amp;diff=3546</id>
		<title>Category:Project α Growth: Adult</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Adult&amp;diff=3546"/>
		<updated>2008-02-01T08:02:17Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Adult:&lt;br /&gt;
**The project has been approved and committed to CVS.&lt;br /&gt;
**Extensions and bug fixes are made, and the project&#039;s best functions may be made into extensions for other programs.&lt;br /&gt;
For more information, please see [[Project Alpha]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Sprout&amp;diff=3545</id>
		<title>Category:Project α Growth: Sprout</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Sprout&amp;diff=3545"/>
		<updated>2008-02-01T08:01:52Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Sprout:&lt;br /&gt;
**The project has a few programs and scripts written, some more are needed, and the ones done need testing.&lt;br /&gt;
**The final main plans are in; this project is basically &#039;rooted&#039; in the ground.&lt;br /&gt;
For more information, please see [[Project Alpha]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_Unassigned&amp;diff=3544</id>
		<title>Category:Project α Priority: Unassigned</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_Unassigned&amp;diff=3544"/>
		<updated>2008-02-01T08:01:13Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Unassigned:&lt;br /&gt;
**Priority is as of yet undetermined&lt;br /&gt;
**The main priority of this project is to determine a priority. (As per Andrey)&lt;br /&gt;
For more information, please see [[Project Alpha]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_Unassigned&amp;diff=3543</id>
		<title>Category:Project α Priority: Unassigned</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_Unassigned&amp;diff=3543"/>
		<updated>2008-02-01T08:00:42Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Unassigned:&lt;br /&gt;
**Priority is as of yet undetermined&lt;br /&gt;
**The main priority of this project is to determine a priority. (&#039;&#039;As per&#039;&#039; Andrey)&lt;br /&gt;
For more information, please see [[Project Alpha]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Seed&amp;diff=3542</id>
		<title>Category:Project α Growth: Seed</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Seed&amp;diff=3542"/>
		<updated>2008-02-01T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;Seed&#039;&#039;:&lt;br /&gt;
**Seeds are the first ideas of projects, and need a little nurturing.&lt;br /&gt;
**This is the planning stage, and usually has a few tid-bits of example code&lt;br /&gt;
For more information, please see [[Project Alpha]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Seed&amp;diff=3541</id>
		<title>Category:Project α Growth: Seed</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Seed&amp;diff=3541"/>
		<updated>2008-02-01T07:47:51Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;Seed&#039;&#039;:&lt;br /&gt;
**Seeds are the first ideas of projects, and need a little nurturing.&lt;br /&gt;
**This is the planning stage, and usually has a few tid-bits of example code&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Seed&amp;diff=3540</id>
		<title>Category:Project α Growth: Seed</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Seed&amp;diff=3540"/>
		<updated>2008-02-01T07:03:20Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Seed:&lt;br /&gt;
**Seeds are the first ideas of projects, and need a little nurturing.&lt;br /&gt;
**This is the planning stage, and usually has a few tid-bits of example code&lt;br /&gt;
See [[Project Alpha]] for more details&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=RSS&amp;diff=3528</id>
		<title>RSS</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=RSS&amp;diff=3528"/>
		<updated>2008-02-01T06:59:07Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
Export pictures off camera to an external program that would automatically put them into an RSS feed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α Projects]]&lt;br /&gt;
[[Category: Project α Growth: Seed]]&lt;br /&gt;
[[Category: Project α Priority: Unassigned]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=RSS&amp;diff=3527</id>
		<title>RSS</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=RSS&amp;diff=3527"/>
		<updated>2008-02-01T06:58:41Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
Export pictures off camera to an external program that would automatically put them into an RSS feed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a part of [[Project α]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Project α]]&lt;br /&gt;
[[Category: Project α Growth: Seed]]&lt;br /&gt;
[[Category: Project α Priority: Unassigned]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_High&amp;diff=3539</id>
		<title>Category:Project α Priority: High</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_High&amp;diff=3539"/>
		<updated>2008-02-01T06:56:58Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*High:&lt;br /&gt;
**Projects in here are typically minor security fixes, or fixes of bugs that prevent general camera usability.&lt;br /&gt;
**These are the most important projects for other developers.&lt;br /&gt;
See [[Project Alpha]] for more details&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Sapling&amp;diff=3537</id>
		<title>Category:Project α Growth: Sapling</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Sapling&amp;diff=3537"/>
		<updated>2008-02-01T06:56:28Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Sapling:&lt;br /&gt;
** The project is well under way, tests are mostly successful, but the project isn&#039;t ready for prime-time (the public) yet.&lt;br /&gt;
** Testing of the programs becomes more vigorous.&lt;br /&gt;
See [[Project Alpha]] for more details&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_High&amp;diff=3538</id>
		<title>Category:Project α Priority: High</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Priority:_High&amp;diff=3538"/>
		<updated>2008-02-01T06:56:15Z</updated>

		<summary type="html">&lt;p&gt;Faris: start&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*High:&lt;br /&gt;
**Projects in here are typically minor security fixes, or fixes of bugs that prevent general camera usability.&lt;br /&gt;
**These are the most important projects for other developers.&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Sapling&amp;diff=3536</id>
		<title>Category:Project α Growth: Sapling</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Category:Project_%CE%B1_Growth:_Sapling&amp;diff=3536"/>
		<updated>2008-02-01T06:54:25Z</updated>

		<summary type="html">&lt;p&gt;Faris: start&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Sapling:&lt;br /&gt;
** The project is well under way, tests are mostly successful, but the project isn&#039;t ready for prime-time (the public) yet.&lt;br /&gt;
** Testing of the programs becomes more vigorous.&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=User:Faris&amp;diff=3535</id>
		<title>User:Faris</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=User:Faris&amp;diff=3535"/>
		<updated>2008-02-01T06:26:41Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=User:Siraf&amp;diff=3194</id>
		<title>User:Siraf</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=User:Siraf&amp;diff=3194"/>
		<updated>2008-02-01T06:26:25Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT[[User:Faris]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=User:Siraf&amp;diff=3193</id>
		<title>User:Siraf</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=User:Siraf&amp;diff=3193"/>
		<updated>2008-02-01T06:26:00Z</updated>

		<summary type="html">&lt;p&gt;Faris: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:Faris]]&lt;/div&gt;</summary>
		<author><name>Faris</name></author>
	</entry>
</feed>