/arduino_nikon

A library for remotely triggering the shutter on nikon cameras using IR.

Primary LanguageC++

Arduino Library for Controlling a Nikon Camera via IR
=====================================================

by Evan M. Sanders
evanmsanders.com, github.com/evanmsanders

Based on code by outofjungle (github.com/outofjungle).

Usage:

1. Copy the arduino_nikon folder into your Arduino libraries folder.
2. Include the library with #include <nikon.h>
3. Initialise it with "nikon nikon(n)" where n is your IR LED pin.
4. Take a picture with "nikon.snap()"