Nikon Camera Control

DSC_0535.JPG
Download libary to control Nikon cameras from arduino.
nikonIrControl-1.1.tar.gz Untar this into the /hardware/libraries directory There is an example Arduino sketch in the above tar file.

An example of use would be:

#include <nikonIrControl.h> int CameraIrPin = 13; // LED connected to digital pin 13 void setup() // run once, when the sketch starts { pinMode(CameraIrPin, OUTPUT); // sets the digital pin as output } void loop() // run over and over again { cameraSnap(CameraIrPin); delay(1000); // waits for a second }
email me with links to your project so I can add to this page. Suggestions etc. NikonIrControl At vonroth . c-=-0-==-m

Projects using this Lib