Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.21 KB

README.MD

File metadata and controls

15 lines (12 loc) · 1.21 KB

NikonCSWrapper

This project aims to provide an easy-to-use C# library that wraps the functionality of the native Nikon MAID SDK. The library allows you to control your Nikon DSLR via USB using just a few lines of C#.

##Features

  1. Control your Nikon DSLR via USB
  2. Capture Jpeg and Raw images directly to system memory
  3. Receive 'Live View' images
  4. Record Video
  5. Query and change camera settings (Exposure, Aperture, ISO, etc.)
  6. 32 and 64 bit support
  7. Multiple Camera support

Notice

  1. Codes are derivated from Nikon SDK C# Wrapper