Tutorials: Difference between revisions
Jump to navigation
Jump to search
Tobiokanobi (talk | contribs) No edit summary |
Tobiokanobi (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
'''[[353_firmware_upgrade_procedure | 353 Firmware Upgrade Guide]]''' | '''[[353_firmware_upgrade_procedure | 353 Firmware Upgrade Guide]]''' | ||
'''[[Elphel_on_OSX| Elphel on OSX]] | |||
A short and dirty guide about how to get the Elphel 353 camera to work on Leopard (10.5.3) | |||
==Camera Development Tutorials== | ==Camera Development Tutorials== | ||
| Line 22: | Line 26: | ||
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 16:16, 22 December 2008
Camera Usage Tutorials
A short and dirty guide about how to get the Elphel 353 camera to work on Leopard (10.5.3)
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.