Difference between revisions of "Software List"

From ElphelWiki
Jump to: navigation, search
(added PHP)
Line 1: Line 1:
This site should give an overview of the current software modules or applications running on the camera.
+
This site should give an overview of the current software modules or applications running on the camera.  
  
 +
<br> '''[[Camvc]]'''<br> General and multi purpose graphical camera control interface.
  
'''[[Camvc]]'''<br />
+
'''[[App bar|Application Bar]]'''<br> Navigation panel listing current software at the camera index site.  
General and multi purpose graphical camera control interface.
 
  
'''[[App_bar | Application Bar]]'''<br />
+
'''[[Camogm]]'''<br> Low level video HDD or CF card recorder.  
Navigation panel listing current software at the camera index site.
 
  
'''[[camogm]]'''<br />
+
'''[[Camogmgui]]'''<br> Graphical Interface for the camogm video HDD or CF card recorder.  
Low level video HDD or CF card recorder.
 
  
'''[[camogmgui]]'''<br />
+
'''[[Imgsrv]]'''<br> Optimized HTTP server to send images from [[Circbuf]].  
Graphical Interface for the camogm video HDD or CF card recorder.
 
  
'''[[imgsrv]]'''<br />
+
'''[[Parsedit.php]]'''<br> Parsedit.php is designed to provide access to the camera acquisition related parameters through the web browser. It is easy to create customized parameter view/edit form with specially configured URL.  
Optimized HTTP server to send images from [[circbuf]].
 
  
'''[[parsedit.php]]'''<br />
+
<br>
Parsedit.php is designed to provide access to the camera acquisition related parameters through the web browser. It is easy to create customized parameter view/edit form with specially configured URL.
+
 
 +
== For Developers  ==
 +
 
 +
[[PHP in Elphel cameras|PHP API Reference Documentation]]  
 +
 
 +
[[Elphel PHP constants|List of PHP Constants]]
 +
 
 +
[[PHP_Examples|PHP Examples]]

Revision as of 10:33, 23 January 2011

This site should give an overview of the current software modules or applications running on the camera.


Camvc
General and multi purpose graphical camera control interface.

Application Bar
Navigation panel listing current software at the camera index site.

Camogm
Low level video HDD or CF card recorder.

Camogmgui
Graphical Interface for the camogm video HDD or CF card recorder.

Imgsrv
Optimized HTTP server to send images from Circbuf.

Parsedit.php
Parsedit.php is designed to provide access to the camera acquisition related parameters through the web browser. It is easy to create customized parameter view/edit form with specially configured URL.


For Developers

PHP API Reference Documentation

List of PHP Constants

PHP Examples