Question about CameraControl.Devices nuget library

Post Reply
123nsavin
Posts: 1
Joined: Fri Mar 16, 2018 9:49 am

Question about CameraControl.Devices nuget library

Post by 123nsavin » Fri Mar 16, 2018 10:04 am

Hello!

I am trying to use your library in my .net project. And I found a problem
It is not documented, so I decided to ask you here.

I have a Canon 600D camera a try to access it via your Lib

DeviceManager.CameraConnected - executed succesfully

DeviceManager.CameraSelected - executed succesfully

in debuger I see that "DeviceManager.SelectedCameraDevice" property is ok. It reference to my camera

But when I try to execute DeviceManager.SelectedCameraDevice.CapturePhoto(), I get a NotImplemented exception.

In your Git source code CameraControl.Devices.Example I found that you use Canon EDSDK.dll
If I add it to my project everything works fine without any exceptions.

So I have 2 questions:
1. Can your library work with Canon without EDSDK.dll ?
2. Do I have to include some dlls to suppurt other vendors: Sony,Nikon, etc. ?

Question about CameraControl.Devices nuget library

Advertisment
 

admin
Site Admin
Posts: 225
Joined: Tue Sep 15, 2015 8:33 pm

Re: Question about CameraControl.Devices nuget library

Post by admin » Sat Mar 17, 2018 6:02 pm

Hi,
1. No
2. No, just for Canon is used the official SDK dll

Post Reply