Recent Releases of xilens

xilens - v0.2.2 🌈

Changes

XiLens now requires library c-blosc2==2.5.1

  • package release v0.2.2 @leoyala (#50)

🚀 Features

  • changes input text update mechanism @leoyala (#49)
  • spectral camera rgb channels are specified through the json configuration file @leoyala (#41)
  • adds viewer tab for recorded arrays @leoyala (#40)

🐛 Bug Fixes

  • changes input text update mechanism @leoyala (#49)
  • fixes invalid json configuration path @leoyala (#45)
  • fixes Qt signaling of opencv matrices @leoyala (#43)
  • fixes UI responsiveness hindered by temperature thread @leoyala (#35)

- C++
Published by github-actions[bot] over 1 year ago

xilens - v0.2.1 🌈

Changes

  • v0.2.1 release @leoyala (#33)

🚀 Features

  • Static build option @leoyala (#32)
  • labeled slider @leoyala (#30)
  • extend camera support @leoyala (#28)
  • 26 fps computation @leoyala (#27)
  • saturation display button @leoyala (#23)
  • adds logo @leoyala (#21)
  • FPS display @leoyala (#17)
  • temperature logging to array @leoyala (#13)
  • Creates code quality action @leoyala (#10)
  • Reload cameras button @leoyala (#8)
  • Read The Docs documentation build @leoyala (#2)

🐛 Bug Fixes

  • 26 fps computation @leoyala (#27)
  • Fix memory access error on 5x5 sensors @leoyala (#25)
  • Record on existing file @leoyala (#19)
  • temperature logging to array @leoyala (#13)
  • Fixes potential overflows on multiplications in tests and util.cpp @leoyala (#12)
  • Read The Docs documentation build @leoyala (#2)

- C++
Published by github-actions[bot] over 1 year ago

xilens - v0.2.0

Added

  • Support for XIMEA RGB and gray scale cameras.
  • GoogleTests for core components.
  • BLOSC2 support. All images are stored using BLOSC" NDArray format.
  • pre-commit hooks
  • Documentation build using sphinx and breath.
  • Dockerfile

Changed

  • RGB images are generated by selecting 3 channels for spectral images.
  • Restructured project to store all source files inside src/
  • Changed UI style using new Amber Qt theme

Removed

  • Caffe dependency. Perfusion is no longer estimated.

Fixed

  • Access to resources through Qt managed resources

- C++
Published by leoyala over 1 year ago