Difference between revisions of "Tutorials"

From ElphelWiki
Jump to: navigation, search
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 03:19, 29 November 2008

Camera Usage Tutorials

353 Firmware Upgrade Guide

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".


CVS on Sourceforge

Guide on how to contribute to the elphel sourcecode CVS tree hosted by sourceforge.


PHP Example Code

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.