Download DIYPhotobits.com Camera Control

Sign up for the newsletter and confirm your email address to be taken to the Camera Control download page.

Subscribe to our mailing list

* indicates required



Options


 

379 Replies to “Download DIYPhotobits.com Camera Control”


  1. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Miguel says:

    Thank you Sam, yes I have tried camera control by nikon but it doesn´t support SDK for D3000. I have ViewNX2, Nikon Transfer, Capture NX 2, and all those work fine except Camera Control. But if you know how to fix the bug I have, that would be great!!!


  2. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Rylyn says:

    Hello,

    are they will be able to work on MAC computer because I don’t have PC laptop.

    Thank you


  3. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Mukund says:

    Hello,

    I am not at all familiar with programming of this kind, so my question could be naive. I am interested in using a NIKON DSLR for capturing images as part of my experiments in our laboratory. Is it possible to use (or straightforward to modify) the script here so that I can trigger the capture programatically (as opposed to having to click a button on a GUI)? e.g By a signal generated from LABVIEW or a signal generator. Thanks a lot!


  4. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Alex says:

    try to save this as “MakeImage.wsf”:
    ————–

    Option Explicit

    Dim DestPath, DevID, Dev, Itm, Img, ImageNamePrefix

    ‘Der 1. Aufrufparameter MUSS der Zielpfad sein!
    DestPath=WScript.arguments(0)

    ‘Der 2. Aufrufparameter sollte der Dateinamenprefix sein (Ev. Fehlermeldung ohne 2. Parameter)
    ImageNamePrefix=WScript.arguments(1)

    ‘Entweder Direkt das richtige Gerät ansprechen
    ‘DevID = “{6BDD1FC6-810F-11D0-BEC7-08002BE2092F}000”

    ‘oder einfach das ErstBeste 😉
    DevID = DevMan.DeviceInfos(1).DeviceID

    ‘Verbinden
    set Dev = DevMan.DeviceInfos(DevID).Connect

    ‘Bild schiessen
    Set itm = dev.ExecuteCommand(wiaCommandTakePicture)

    ‘Bilder von Speicherkarte in Zielordner kopieren und auf Speicherkarte löschen
    For Each Itm in Dev.Items
    Set Img = Itm.Transfer
    Img.SaveFile DestPath & “\” & ImageNamePrefix & Itm.Properties(“Item Name”).Value & “.” & Img.FileExtension
    Dev.Items.Remove 1
    Next

    WScript.quit

    —————
    Call it from i.E. a Batch, 1st parameter to pass to this script is the path where to save the image.
    2nd parameter is the filename prefix.
    call it from a batchfile i.E.:
    “cscript MakeImage.wsf c:\images ImagePrefix”

    Is this what you need?


  5. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Alex says:

    Wire me an eMail to send you the files, I see that the pasted is not complete.
    -> timelapse at bergius dot ch

  6. Pingback:
    Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Time-lapse con Nikon D3000 | No Solo Frames

  7. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Raul says:

    Thanks for creating this, I’m glad someone is creating powerful free software to combat the overpriced alternatives.

    My issue with the software is as follows:
    My D200, while I’m able to hit the shutter release via the program, will not download the photos to the selected folder. Not sure why.

    I hit “start tether” and tried it with both Raw and JPG and nothing.

    Am I doing something wrong? Help me out please.


  8. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Andrew says:

    Works with Nikon D50 and I can do time-lapse.

    You are a genius


  9. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Bob Law says:

    I could swear that 5.2 was working with my D90 and Vista computer. But now it will not download images. When I revert to 5.0 it downloads images, but doesn’t show the camera settings. Does anybody have any idea what is happening?


  10. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    wpbear says:

    D7000 and latest version DIY will not allow changing exposure mode without exit program/power off and restart DIY.


  11. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Trevor says:

    Great software! Works beautifully with my D3100 on Vista 64.


  12. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    jann says:

    hi i cant use bulb mode in this program.. can this possible to control the shutter release? ill try to learn your prog and try to tweak from it.. im using d3100.. i want to have a long exposure in this program like 1min-30mins of exposure. by the way.. nice work really helpful coz nikon doesnt support d3100 tethered.. that sucks nikon!!


  13. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Allison says:

    Hello!
    I absolutely love this software, but I am having some issues with glitches. I have used a Nikon D3100 and D5100 with the program (5.2) and it works perfectly for a little while and then it simply shows a white screen for the full screen preview and no longer saves the photos to the assigned folder. It stills saves them on the camera, but it’s as if the program just disconnects. I get a “script error” window pop up, and I have to close the program and reopen it, then stop the tether and start the tether for it to work again. I’ve used this on Windows 7 on 2 different computers with the same results.
    Has anyone else had this problem? Any thoughts?


  14. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    tony says:

    Tanx for this superb program , im using nikon d3100 wich have no tethered program at all, i think this is the only one??
    I to have script errors, seems like it saves it on disk anyway, dont have to close program , just klick yes on script popup window


  15. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Samu says:

    Can we control the focus D3100 scripts somehow?


  16. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Mrs Trellis says:

    Excellent software, works well with my D40 and Windows XP. Looking forward to using it for my astrophotography


  17. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Brent Nichols says:

    This is an excellent piece of software, my nikon d-60 synced right up and work without any problems. I tried both on a windows xp laptop and on a windows 7 desktop, worked flawlessly. Thanks for what you have done here this makes my camera a usefull tool when tethered.

    BN


  18. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Nikk says:

    Thank a lot for this!


  19. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    PeterK says:

    Raymond

    Is there a way that the camera could be triggered through this from an external device? For example a PIR to detect movement or a speaker to detect sound?

    Thank you for putting this out there, makes life simpler for oldies like me that cannot do the techo stuf

    Regards
    Peter


  20. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    MG says:

    Hey!
    My Nikon D3100 works very well with your software!
    It would be nice, if you could implement a function, that one can alter camerasettings automatically during a TIMELAPSE-Sequence.
    Say, you want to capture a night-sequence of the sky, there you have to change the shutter time/iso/aperture quite often during the timelapse-capture, because in the evening the light changes very rapidly-AND it would be great, if this could be done automatically !!!

    But anyway, it is a very handy tool!!! Thanks a lot!

    Greetings from Germany

  21. Pingback:
    Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Aplicación Timelapse | FotoHobby

  22. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Simon says:

    Hey!
    Love the script! Have a question, we’re trying to use your software to shot photos to a mapped network drive so they’ll be viewable on multiple machines right away. However when we set the output folder to our mapped network drive it doesn’t send them through. Any suggestions on how this could be fixed?

    Thanks,
    Simon


  23. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Josh Green says:

    Thank you for creating such a great program I just tried it out on my d7000. My other body is a Fuji Film IS Pro (s5pro). Have you developed a way to active live view on the computer screen. It would really help out a ton since the screen on the camera is so small. and I can’t use the view finder when I have the IR filters over the lens (don’t want to burn out my pupils . Also there is no other program I found that can control this camera anymore.. 🙁


  24. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Josh Green says:

    One more thing. How about developing a braming interface for time lapse which automatically changes aperture and iso settings during sunsets and sun rise. like magic lantern interface on canon


  25. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    chawa says:

    Simon, though I’m not sure if it works, try using the UNC path instead of the mapped directory (\\\) Try overwriting it through the script though, not via selecting it through the folder button.


  26. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Simon says:

    Thanks chawa. Question for you, how do i overwrite it in the script? Is there somewhere i can download the script?

  27. Pingback:
    Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    ASUS and PrimeSense to bring motion-control to the PC | Innovation Toronto
  28. Pingback:
    Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Cum sa faci un Time-Lapse reusit? | My Little Photo

  29. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Brian Miller says:

    Has anybody tried this with our new iPad app Photo Party Upload (http://photopartyupload.com)? seems like it should integrate seamlessly.

    Please let me know as this might be a great resource for diy photo bits photographers.

    Thanks!
    Brian
    http://photopartyupload.com


  30. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    mohammed says:

    i love my world sow much i love saudi arabia


  31. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Christine says:

    Hey, I can’t seem to download the software? Help!


  32. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Noemi says:

    Itry to add a tethering to my D3100 I follow the steps dowmload version 5.2 but when was time to extract I could not I’m usind windows vista. Please help me


  33. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    John says:

    I am really excited about the possibility of controlling camera remotely through my laptop. Is it possible to install and use this on OSX Lion?

    -John


  34. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Stan says:

    When you update the script, can you also include Nikon D3100? i mean i just got this camera and i really need the software, so please if you can, can you do it?


  35. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    chawa says:

    Doesn’t it work with D3100? It says in the download page that it works with D3000, i thought it would work with D3100 too… used it with Win XP or Win7?


  36. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Really says:

    Used on D7000.
    Computer is Win XP.
    work with JPG only.
    Is there somthing that I can do to make it work for RAW?
    Also, can you allow more than 30 sec shutter??

    Thanks a lot~!!


  37. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Michael says:

    I am not really clear what your program is designed to do. Will it allow me to use my D70 to a) shoot pictures and have them appear on my laptop as they are shot; and b) allow me to use the laptop as the shutter trigger?

    I assume that once installed on the laptop, I would connect the camera to the laptop using the USB connection? Or do I need something else?

    Thank you.


  38. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Hans says:

    Hi,
    Just downloaded and tried with a D5100 – works beautifully! Thank you very much for this great app!!!
    One question/request (as some others have asked): any chance it can be made to work with bulb so I can get past the 30 sec exposure time limit (for astrophotography)?
    Thanks again for this great program!!!


  39. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Brian L says:

    How the heck did you get this to work with the D3100 when there is no SDK for the d3100?


  40. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    pryere says:

    I have been using this for a long time. I have just upgraded my machine. Very happy to report to this seems to work fine with LR4 beta and Win 7 64bit. Auto importing with a watched folder.

    Very happy.

    Thanks again.


  41. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Michael Kraft says:

    I just downloaded v 5.2 this for use with my D70. Seems to work fine, EXCEPT it does not let me choose the exposure mode. Stuck in M. Suggestions?


  42. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    pryere says:

    Sometimes it helps to exit and re-open the programme.
    Have the camera connected and turned on before opening the programme.
    With win 7 make sure you press the Start Tether tab.


  43. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    sebastien says:

    OMG!!!thank you soo much. I just tried it and i got goose bumbs.
    much obliged and lots of respect to you.


  44. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    jakob says:

    Hi! Thanks for making this. Exactly what I needed. Also very well designed software. Easy to use and just works. Great!


  45. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    David Henry says:

    I own a nikon d3000 and was hunting for a software that would allow me to do time lapse … just googled my way to this nice site.

    I downloaded the software and installed it on my laptop running Vista Basic, but have been unable to make it work ! Everytime i try, i get the Err msg: “fnselectDevice” is undefined.
    can someone pl help me out.. cos i’m having no clue as to how to fix it


  46. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Sam says:

    I am using a laptop (old…) running Win XP (SP3) and a desktop (new) running Win 7. I’m using the DYI ver 5.1 DEV and controlling a D3100 rather well (it seems).
    The lapsed time shooting appear to be running OK on both systems. (can not use bracketing since the camera does not support this…). I do not know if the issue for David Henry is Vista…


  47. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    David Henry says:

    Hi Sam,

    Thanks for your piece of info… so is it the problem with vista ?

    I would like to get an opinion from those using D3000


  48. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Den says:

    I am unable to figure out how to get the photo to display on the computer. I get as far as the file NAME being displayed but no photo. I do get error msgs. that java script did not operate correctly. Maybe the program won’t do what I thought it would. I want the photo to immediately (not considering process time) display in the photo editing program (Photoshop Elements). Using Win 7 64-bit & Nikon D300.


  49. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    HRose says:

    I might have just skipped over it entirely, but is this only available for Windows and not Mac? As I tried it for my Mac and it keeps opening on my Terminal instead of running a program. Thanks!


  50. Notice: Only variables should be assigned by reference in /home/diyphoto/public_html/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590
    Lar says:

    So I dl’d the software. And because it doesn’t seem available immediately I am guessing I must have my D200 hooked up. Is there any way to run it without so I can play with the settings before or it is solely using the camera for such settings?


Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home/diyphoto/public_html/wp-includes/functions.php on line 6031

Leave a Reply

Your email address will not be published. Required fields are marked *