Releases: emergent-design/libpsinc
Releases · emergent-design/libpsinc
v0.1.29 release
- 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
Added status reporting to the Flash helper.
v0.1.27 release
Added CRC check when reading from the flash.
v0.1.26 release
Check path exists before attempting to find the canonical path in the Flash helper.
v0.1.25 release
Fix for mingw builds
v0.1.24 release
- 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
This release only affects the Flash helper class - there are no changes to the camera driver.
v0.1.22 release
Additional information when logging a transport error.
v0.1.21 release
- 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
Fix issue where the handle gets overwritten when trying to claim other pending devices after having successfully
claimed the device of interest.