Hi, Planning ahead for my next project. A Time lapse dolly.
I was searching around on the interwebs lastnight looking for ideas on how I want the dolly to function.
I've pretty much settled on a stepper motor to move the dolly along the rig. And it will be controlled by an Arduino Uno or Atmega2560 (still not sure about that yet).
The control will have 3 rotary encoders (maybe 4) to set:
1.Time between stops
2, exposure time/shutter speed on the camera
3. aperature
4. focus
Basically everything you can do with an intervalometer + control the dolly motor.
But in my Journey through the interwebs I came across a sample of code the started with include "nikon.h"
So I started searching for a nikon library and all I can come up with is a library for nikon specific to the IR reciever on the camera. There was also a few that I found as "multicamera IR control"
I plan on buying a cheap $15 intervalometer off ebay to cut the wire connector off it. I want it to be hard wired to the camera.
Will I still need a nikon library to build the sketch? or should I be ok as long as I can figure out the pin configuration of the connector?
Thanks