Nikon Coolpix 900 Utilities for Macintosh

by J. David Eisenberg
david@catcode.com

Back to index

Download the Utilities [revised picture download program 22 Jul 98 -- see summary of changes below]

I wrote these utility programs to solve two problems that I encountered with the Nikon Coolpix 900 Digital Camera:

Both of these programs were written for my personal use. They work well on my Macintosh Performa 6320CD running System 7.6.1, but I have not tested them on any other Macintosh models. They are intended mostly as a stopgap until someone comes along and writes a really complete, professional package. As long as I'm in disclaimer mode, let's get this out of the way:
These programs are provided "as is" with no guarantee or warranty. Use them at your own risk. They are not Nikon products, nor has the Nikon Corporation approved or authorized these programs. Nikon and Coolpix are registered trademarks of the Nikon Corporation.
The source code is included in the files. Feel free to distribute these utilities as long as you include the source code with your distribution and keep the copyright there. If you make changes to the source, please mark your changes clearly so that future users know whose code is whose.

Timeset900

choose port dialog The first dialog box asks you which port your camera is attached to.
set speed dialog The next dialog box shows the current timer setting and gives you a choice of the setting you want. After you click OK, the message at the top of the box is updated. Click Quit to exit.

Download900

choose port dialog

The first dialog box asks you which port your camera is attached to, the baud rate at which you wish to transfer, and the starting and ending frame number you wish to download from the camera. If you don't put in a starting frame, it will start at the first frame. If you don't put in an ending frame, it will end at the last frame.

file dialog

After you click Download you will be asked for the starting file name. For example, if you enter "Vacation", then the pictures will be named "Vacation1", "Vacation2", "Vacation3", etc. These files will all be saved as JPEG files with Adobe Photoshop as their "creator." If other files with those names already exist, they will be overwritten.

As the camera downloads, you will see the status in a dialog box. You may click Quit at any time to stop the download process.

Bugs

When running at 57600 baud, the program sometimes gets out of sync, tries to resend, and gets bad data.

Whenever the program gets an error, it presents a fairly cryptic alert telling you that something has gone wrong. [I told you this was a stopgap, personal use program.] Click Exit to quit the program. Any pictures you've already downloaded will still be there; the picture that had an error will have a file length of zero.

Note as of 26 Jul 98: If you want a very professional program for downloading pictures from your camera, you may wish to check out the Cameraid shareware program at http://www.clinet.fi/~jmunkki/cameraid/

Addendum on 22 July 1998: I have fixed a bug with possible writing beyond a buffer boundary and have improved the error checking somewhat in the picture download program. The Timeout set program has not changed.

Acknowledgments

Thanks to Eugene Crosser, whose Serial Protocol information page assisted me greatly in writing these programs. He is, of course, not responsible for any errors or ugliness in my code.

Back to index