From 6f73f9daa1f9d1ac6054dec6e06b93e040a011f2 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Thu, 31 Jul 2014 16:09:17 +0200 Subject: Update pylon-plugin to libpyloncam 0.4 --- plugins/pylon/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/pylon/changelog.txt') diff --git a/plugins/pylon/changelog.txt b/plugins/pylon/changelog.txt index adfa95b..5a004cf 100644 --- a/plugins/pylon/changelog.txt +++ b/plugins/pylon/changelog.txt @@ -1,3 +1,6 @@ +* Thu Jul 31 2014 Mihael Koep 1.2.0-1 +- require libpyloncam 0.4.0 +- update to modified libpyloncam API * Wed Apr 9 2014 Mihael Koep 1.1.1-1 - remove unneeded memory allocation - require libpyloncam 0.3.0 -- cgit v1.2.3 From 8e98707648406e2c7a6831c2f3366a2c34eba617 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Thu, 11 Sep 2014 11:39:11 +0200 Subject: Improve robustness of roi setting for pylon plugin --- plugins/pylon/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/pylon/changelog.txt') diff --git a/plugins/pylon/changelog.txt b/plugins/pylon/changelog.txt index 5a004cf..9e1584c 100644 --- a/plugins/pylon/changelog.txt +++ b/plugins/pylon/changelog.txt @@ -1,3 +1,5 @@ +* Thu Sep 11 2014 Mihael Koep 1.2.1-1 +- improve robustness of roi setting * Thu Jul 31 2014 Mihael Koep 1.2.0-1 - require libpyloncam 0.4.0 - update to modified libpyloncam API -- cgit v1.2.3 From f2394f593a552f1c3d29ce894b5cd28914b884b7 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Tue, 7 Oct 2014 12:22:52 +0200 Subject: Implement auto exposure property for pylon plugin Conflicts: plugins/pylon/CMakeLists.txt plugins/pylon/changelog.txt plugins/pylon/uca-pylon-camera.c --- plugins/pylon/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/pylon/changelog.txt') diff --git a/plugins/pylon/changelog.txt b/plugins/pylon/changelog.txt index 9e1584c..7ce5fa8 100644 --- a/plugins/pylon/changelog.txt +++ b/plugins/pylon/changelog.txt @@ -1,3 +1,5 @@ +* Tue Oct 7 2014 Mihael Koep 1.3.0-1 +- require libpyloncam 0.5.0 because of new auto exposure feature * Thu Sep 11 2014 Mihael Koep 1.2.1-1 - improve robustness of roi setting * Thu Jul 31 2014 Mihael Koep 1.2.0-1 -- cgit v1.2.3