Difference between revisions of "Tutorials"
From ElphelWiki
OneArtPlease (talk | contribs) |
OneArtPlease (talk | contribs) |
||
Line 17: | Line 17: | ||
Look at a few examples on how to use the camera specific PHP functions and data structures. | Look at a few examples on how to use the camera specific PHP functions and data structures. | ||
+ | |||
+ | '''[Socket_Tutorial | Socket Communication Tutorial]''' | ||
+ | |||
+ | The simplest way to exchange data between an Elphel camera and a host computer is with a simple C Programm sending and listing to socket communications. |
Revision as of 02:19, 29 November 2008
Camera Usage Tutorials
Camera Development Tutorials
How to: Add a new color mode to camvc
This Tutorial describes the file structure and the way camvc works by adding a new feature to enable jp4 encoding mode required for "on client pixel demosaicing".
Guide on how to contribute to the elphel sourcecode CVS tree hosted by sourceforge.
Look at a few examples on how to use the camera specific PHP functions and data structures.
[Socket_Tutorial | Socket Communication Tutorial]
The simplest way to exchange data between an Elphel camera and a host computer is with a simple C Programm sending and listing to socket communications.