Reading data from the clipboard Nikon D3200.

Post Reply
Denis
Posts: 1
Joined: Mon Jun 30, 2014 2:24 am

Reading data from the clipboard Nikon D3200.

Post by Denis » Mon Jun 30, 2014 2:38 am

HelloI'm developing a program for processing images starry sky. I need to get data from the camera via a USB cable.What are the ways to read data directly from the camera buffer exchange? Or, at least, from a memory card? DLL which will help me to do this?Any help will be very happy! Suggest your ideas.Means of implementation: C + +, Qt, OpenGL.

Reading data from the clipboard Nikon D3200.

Advertisment
 

Duka Istvan
Posts: 867
Joined: Tue Mar 26, 2013 9:52 pm

This application in written

Post by Duka Istvan » Mon Jun 30, 2014 12:31 pm

This application in written in C# so not that easy to reuse code in a C++ app. You have two choice :use command line tool, chich can trigger capture and transfer file in a folderuse CameraControlDevices lib, there is a separated solution with example

Post Reply