I'm interested in writing an app to control my Nikon D3100 DSLR as there isn't much support for it currently, and have found a c# library that includes all the functions needed to access the DSLR via the USB port (or using a converter cable from a mobile)
There is already some apps that control 'some' DSLR camera but not all. Most are written with a specific model then start to expand on that to support more, the Nikon D3100 is slightly different on its lack of 'USB mode' so I want to try and concentrate on that as other apps support more advanced DSLR models then add 'some' support for the D3100
This is the current app for some Nikon DSLR that seems to be the better choice for my camera, but still struggles to access a lot of features and is a bit hit and miss
https://code.google.com/p/dslrdashboard/
This is the c# library I'm interested in using and also includes the full source and how to access the camera directly via c#
http://sourceforge.net/projects/nikoncswrapper/
Thanks
There is already some apps that control 'some' DSLR camera but not all. Most are written with a specific model then start to expand on that to support more, the Nikon D3100 is slightly different on its lack of 'USB mode' so I want to try and concentrate on that as other apps support more advanced DSLR models then add 'some' support for the D3100
This is the current app for some Nikon DSLR that seems to be the better choice for my camera, but still struggles to access a lot of features and is a bit hit and miss
https://code.google.com/p/dslrdashboard/
This is the c# library I'm interested in using and also includes the full source and how to access the camera directly via c#
http://sourceforge.net/projects/nikoncswrapper/
Thanks