gphoto / libgphoto2

The libgphoto2 camera access and control library.
GNU Lesser General Public License v2.1
1.02k stars 324 forks source link

Working on some C# bindings #222

Open define-private-public opened 6 years ago

define-private-public commented 6 years ago

I know there are already some alongside this repo here, but I'm not sure how out of date they are and I didn't see them published on NuGet:

https://www.nuget.org/packages/libgphoto2/

They're still incomplete, but I'm going to try to make it more filled out. At the moment you can connect to a camera, do some capturing, and set some widgets. If you'd like me to recind the id of libgphoto2 that I'm using on NuGet I can understand. I'm mainly making the bindings to work on this more friendly interface call SharpCamera:

https://www.nuget.org/packages/SharpCamera/

I could use some help with testing to ensure that they work, as I've been making them on a Linux machine. Does someone have libgphoto2 installed on Windows or OS X and is willing to try it?

define-private-public commented 6 years ago

Heyas. I just pushed the v0.2 up to NuGet. It has better support for CameraWidgets now.

What I could really use help with is getting a gphoto2.dll for Windows. That's the only environment I haven't tested this binding on.