Difference between revisions of "Tutorials"
m |
m |
||
Line 34: | Line 34: | ||
Describes how to execute shell commands from a browser or an AJAX call. | Describes how to execute shell commands from a browser or an AJAX call. | ||
+ | |||
'''[[Changing_camera_parameters | Changing camera parameters]]''' | '''[[Changing_camera_parameters | Changing camera parameters]]''' | ||
Short notes on how to change the parameters from the GUI or with a single HTTP-request. | Short notes on how to change the parameters from the GUI or with a single HTTP-request. |
Revision as of 15:11, 5 October 2012
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.
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.
This tutorial shows a simple way to exchange data between an Elphel camera and a host computer with a C Programm sending and listing to socket communication.
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".
How to: Add Crond to 8.X firmware
This Tutorial describes how to add the cron scheduling daemon to 8.X fireware".
Describes how to execute shell commands from a browser or an AJAX call.
Short notes on how to change the parameters from the GUI or with a single HTTP-request.