-
SharpCamera-0.3.75c4d2661 · ·
Better implementation of `TetheredCamera.Connected` It now uses `Camera.WaitForEvent()`, not the `Scan()` method anymore. (Which gets rid of a memory leak issue found in the native library).
-
-
-
-
-
SharpCamera-0.3.4c2fb9fe8 · ·
Bump version to v0.3.4 Try an explicit assembly reference to get libgphoto2.dll to show up in our users' build directories, instead having them copy things over...
-
SharpCamera-0.3.3b9ea56d5 · ·
Trying to get `libgphoto2.dll` in the build output (Third time's the charm!)
-
-
SharpCamera-0.3.1afb6bbfa · ·
Make `libgphoto2.dll` part of the build output for dependany projects.
-
SharpCamera-0.3fa28e2ed · ·
Release v0.3 of SharpCamera - Uses PDBs - `libgphoto2` dep up to v0.3 - Is now reliant on it form NuGet, not projects - Adjusted metadata a little
-
-
libgphoto2-0.2ff74eddf · ·
Updates for the CameraWidget - Added many specific sublcasses - `Value` property will give you the correct datatypes
-
SharpCamera-0.2011bfb3b · ·
Release 0.2 of SharpCamera - Fix bug where exposure triangle settings weren't being changed on physical device - Updated documentation
-
libgphoto2-0.1b84efaf8 · ·
First release of libgphoto2 C# bindings - Can connect to camera - Able to capture a full & preview images - Able to configure some widget settings - Custom Widget subclasses (not in original C library)
-
SharpCamera-0.1b84efaf8 · ·
First release of SharpCamera - Able to scan for Cameras - Easier to use Widget configurations