Source code availability

General Discussion about digiCamControl and related photography techniques.
Post Reply
promethaid
Posts: 2
Joined: Wed Sep 18, 2013 10:11 am

Source code availability

Post by promethaid » Sun Sep 22, 2013 3:34 pm

I'm an undergraduate student now and I'm using this software to do time lapse movie on a kind of slime mold.I want to use C++ to call the function in this software so that I can control the light and the camera within one program.Could I get access to the source code?  How could I use it? Thanks a million, Huanjie.

Source code availability

Advertisment
 

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

The source code is available

Post by Duka Istvan » Sun Sep 22, 2013 3:54 pm

The source code is available here: https://code.google.com/p/nikon-camera- ... e/checkout under GPL v3 license but i plan to change the licence to a one more flexible.  If you managed to use application with c++ application, if is possible you can give me a link to the project ?A another option is to use command line utility : http://digicamcontrol.com/manual/command-line-utility 

pbramel
Posts: 9
Joined: Sat Jun 22, 2013 11:36 pm

Managed C++

Post by pbramel » Thu Sep 26, 2013 2:16 am

If you can't compile your C++ directly to managed code, you could create a mixed-mode intermediate assembly. Your native app calls the native portion of the intermediate assembly which calls the existing managed code functionality.

promethaid
Posts: 2
Joined: Wed Sep 18, 2013 10:11 am

The program I use is

Post by promethaid » Mon Oct 07, 2013 6:40 am

The program I use is available here. (Unfortunately the webpage is in Chinese)http://pan.baidu.com/share/link?shareid ... 3926700157  

Post Reply