Tutorials: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


==Camera Development Tutorials==
==Camera Development Tutorials==
'''[[understanding_camvc | How to: Add a new color mode to camvc in 7.X firmware (outdated)]]'''
'''[[Arduino | Arduino and Elphel Camera Tutorial]]'''


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".
* Use the Arduino and an infrared motion sensor to record video to camera internal storage if motion has been detected.
* Use the Arduino to build a still camera  by triggering a full snapshot with a single button pressed.




Line 28: Line 29:


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.


'''[[353_Wireless | Elphel goes Wireless]]'''
'''[[353_Wireless | Elphel goes Wireless]]'''


Shows different ways to make and/or to use your Elphel camera wireless via WiFi
Shows different ways to make and/or to use your Elphel camera wireless via WiFi
'''[[understanding_camvc | How to: Add a new color mode to camvc in 7.X firmware (outdated)]]'''
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".

Revision as of 07:37, 7 April 2009

Camera Usage Tutorials

353 Firmware Upgrade Guide

Reflashing to 8.X firmware using the Elphel Live DVD

Elphel on OSX

A short guide about how to get the Elphel 353 camera to work on Leopard (10.5.3)

Camera Development Tutorials

Arduino and Elphel Camera Tutorial

  • Use the Arduino and an infrared motion sensor to record video to camera internal storage if motion has been detected.
  • Use the Arduino to build a still camera by triggering a full snapshot with a single button pressed.


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


Elphel goes Wireless

Shows different ways to make and/or to use your Elphel camera wireless via WiFi


How to: Add a new color mode to camvc in 7.X firmware (outdated)

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