Tutorials: Difference between revisions
Jump to navigation
Jump to search
OneArtPlease (talk | contribs) No edit summary |
OneArtPlease (talk | contribs) No edit summary |
||
| Line 18: | Line 18: | ||
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]''' | |||
'''[[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. | 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 10: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.
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.