element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Nikon Library...
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 417 subscribers
  • Views 839 views
  • Users 0 members are here
Related

Nikon Library...

e14 Contributor
e14 Contributor over 13 years ago

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

  • Sign in to reply
  • Cancel
Parents
  • mcb1
    mcb1 over 13 years ago

    Guy

    I would keep the invalometer cable that matches your camera, and interface your arduino to it.

    The other option is a cord remote, since most include the double wires for triggering the camera.

     

    The invalometer function may be of no use, as you need to set the distance and then allow for a settle time, meaning it could get out of whack.

     

     

    One of your setting might need to include the number of images and distance between shots.

    You should include a settling time for the whole thing to stop moving after its reached its point before triggering the shot.

     

    Depending on what model you have, there are several ways to trigger it.

    Some include the ability to set aperature but you really want that to stay the same, along with exposure.

    If you're planning long time exposure periods, then using the cameras built in aperature or shutter priority (or automatic) may be the better method.

     

    I have some bookmarks for a few I found, including the method of construction of the dolly.

    They are on another computer so will need to wait.

     

    mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago in reply to mcb1

    Mark Beckett wrote:

     

    Guy

    I would keep the invalometer cable that matches your camera, and interface your arduino to it.

    The other option is a cord remote, since most include the double wires for triggering the camera.

     

    Using that cable from the intervalometer is the plan. I have a Nikon D90 and was able to figure out the pinout on the connector.

     

    The invalometer function may be of no use, as you need to set the distance and then allow for a settle time, meaning it could get out of whack.

     

    I want to be able to set it with the arduino and let it go... for just that reason

     

    One of your setting might need to include the number of images and distance between shots.

    You should include a settling time for the whole thing to stop moving after its reached its point before triggering the shot.

     

    I'll have a cut-off switch at the end of the rig to shut it off when it reaches the end.

     

    Depending on what model you have, there are several ways to trigger it.

    Some include the ability to set aperature but you really want that to stay the same, along with exposure.

    If you're planning long time exposure periods, then using the cameras built in aperature or shutter priority (or automatic) may be the better method.

     

    I was thinking of writing the sketch with the option of letting the camera to have priority settings or the arduino to have the priority settings in the program.

     

    I have some bookmarks for a few I found, including the method of construction of the dolly.

    They are on another computer so will need to wait.

     

    As for construction, I have a pretty good idea how its going to be built. The only expensive part will be the open length belt and timing pulley required.

    I'm looking forward to seeing what bookmarks you have though.

     

    Guy

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mcb1
    mcb1 over 13 years ago in reply to e14 Contributor

    Guy

    Apologies for the delay but i got hold of someone I sent the links to ( I could not find them)

    I also replied but the server crashed and I thought I had lost it.

     

    Nick uses a 3 leg rail, with simple stepper control on the outside of the wheel.

    http://www.nickgraalman.com/

     

    This one has a unique way of allowing the rails to fold up

    http://www.diyphotography.net/build-an-amazing-super-versatile-diy-time-lapse-dolly

     

    This was an instructable for cameras without cord trigger.

    However I think using a cable with the moving pieces at the other end would introduce less vibration and allow for easier control.

    http://www.instructables.com/id/Timelapse-Photos-With-Your-Camera-The-Easy/

     

    This shield may help

    http://danthompsonsblog.blogspot.co.nz/2011/07/arduino-timelapse-shield.html

     

    and you may have seen these two using a RaspberryPi

    http://www.raspberrypi.org/archives/3962

     

    I so want to build one of these

    http://www.raspberrypi.org/archives/3861

     

    There is one other that I can't seem to open

    http://digicamcontrol.com/news

     

     

     

    reply earlier that I thought I lost ..............................

     

    I seem to have marked this one, which includes the nikon.h library you mentioned, and has a built-in example.

    http://www.vonroth.com/Arduino/NikonIrControl/

     

    I did have this one, which is a very useful accessory and has a timeplapse mode.

    http://www.doc-diy.net/photo/smatrig21/

    He has some really useful info on the site for pinouts, etc.

     

    The OpenMoCo site has a few designs already, with the MiniE looking like a very complete device.

    http://openmoco.org/

     

    This also has some extra features

    http://www.photosbykev.com/wordpress/2010/05/20/arduino-intervalometer-for-digital-cameras/

     

     

    For the dolly

     

    This one uses a line instead of the belt.

    http://canon-hf100.blogspot.co.nz/2009/07/diy-camera-motion-control_09.html

     

    This was a very clever macro version

    http://www.diyphotography.net/create-an-automated-macro-rails-for-image-stacking

     

     

     

    Cheers

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • mcb1
    mcb1 over 13 years ago in reply to e14 Contributor

    Guy

    Apologies for the delay but i got hold of someone I sent the links to ( I could not find them)

    I also replied but the server crashed and I thought I had lost it.

     

    Nick uses a 3 leg rail, with simple stepper control on the outside of the wheel.

    http://www.nickgraalman.com/

     

    This one has a unique way of allowing the rails to fold up

    http://www.diyphotography.net/build-an-amazing-super-versatile-diy-time-lapse-dolly

     

    This was an instructable for cameras without cord trigger.

    However I think using a cable with the moving pieces at the other end would introduce less vibration and allow for easier control.

    http://www.instructables.com/id/Timelapse-Photos-With-Your-Camera-The-Easy/

     

    This shield may help

    http://danthompsonsblog.blogspot.co.nz/2011/07/arduino-timelapse-shield.html

     

    and you may have seen these two using a RaspberryPi

    http://www.raspberrypi.org/archives/3962

     

    I so want to build one of these

    http://www.raspberrypi.org/archives/3861

     

    There is one other that I can't seem to open

    http://digicamcontrol.com/news

     

     

     

    reply earlier that I thought I lost ..............................

     

    I seem to have marked this one, which includes the nikon.h library you mentioned, and has a built-in example.

    http://www.vonroth.com/Arduino/NikonIrControl/

     

    I did have this one, which is a very useful accessory and has a timeplapse mode.

    http://www.doc-diy.net/photo/smatrig21/

    He has some really useful info on the site for pinouts, etc.

     

    The OpenMoCo site has a few designs already, with the MiniE looking like a very complete device.

    http://openmoco.org/

     

    This also has some extra features

    http://www.photosbykev.com/wordpress/2010/05/20/arduino-intervalometer-for-digital-cameras/

     

     

    For the dolly

     

    This one uses a line instead of the belt.

    http://canon-hf100.blogspot.co.nz/2009/07/diy-camera-motion-control_09.html

     

    This was a very clever macro version

    http://www.diyphotography.net/create-an-automated-macro-rails-for-image-stacking

     

     

     

    Cheers

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube