Skip to content

Releases: emergent-design/libpsinc

v0.1.29 release

16 Aug 10:10
Compare
Choose a tag to compare
  • USB version number now displayed in log information
  • Improvements to error handling in Flash helper module
  • Iconograph
    • Deprecated line quality sampling (no longer supported)
    • Added a save frame button - will save the next captured frame to a PNG in the current directory

v0.1.28 release

20 Jun 17:51
Compare
Choose a tag to compare

Added status reporting to the Flash helper.

v0.1.27 release

20 Jun 15:37
Compare
Choose a tag to compare

Added CRC check when reading from the flash.

v0.1.26 release

16 Mar 11:21
Compare
Choose a tag to compare

Check path exists before attempting to find the canonical path in the Flash helper.

v0.1.25 release

21 Feb 14:35
Compare
Choose a tag to compare

Fix for mingw builds

v0.1.24 release

21 Feb 12:13
Compare
Choose a tag to compare
  • Flash helper now converts connection string to a canonical path (so that symlinks can be used).
  • Bayer decoding updated to use PersistentThread to avoid thread creation overhead of using std::async.

v0.1.23 release

31 Jan 16:35
Compare
Choose a tag to compare

This release only affects the Flash helper class - there are no changes to the camera driver.

v0.1.22 release

17 Oct 11:08
Compare
Choose a tag to compare

Additional information when logging a transport error.

v0.1.21 release

17 Aug 10:01
Compare
Choose a tag to compare
  • Improvement in disconnection event handling.
  • Added ability to change the transport layer timeout.
  • Fixed bug with register setting.
  • Added Valid and SetDefault helper functions to Feature.
  • SetWindow function for Camera now checks for success.

Cross-compiled version of the library and iconograph application for Windows can be found at http://downloads.emergent-design.co.uk/libpsinc/windows/

v0.1.20 release

07 Jul 17:34
Compare
Choose a tag to compare

Fix issue where the handle gets overwritten when trying to claim other pending devices after having successfully
claimed the device of interest.