evanmsanders / arduino_nikon

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()"

About

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


Languages

Language:C++ 100.0%