nexxT

Hybrid python/c++ framework for developing computer vision algorithms and more.

APACHE-2.0 License

Downloads
1.2K
Stars
6
Committers
3

Bot releases are visible (Hide)

nexxT - 1.1.1 Latest Release

Published by cwiede 5 months ago

Fixes:

  • fix variable editors always filled with empty values instead of the previous values
nexxT - 1.1.0

Published by cwiede 7 months ago

Changes

Fixes

  • Fix overflow errors when loading recordings containing zero timestamps
nexxT - Fix deadlocks

Published by cwiede 11 months ago

nexxT - Update to PySide6 6.5.3

Published by cwiede 12 months ago

Decrease deadlock probability
Switch to PySide 6.5.3 and add workarounds to new bugs introduced in this version
Fix restoring positions of MDI Subwindows in the main window
Make invokeMethod() more efficient by calling the requested slot directly without making a connection

nexxT - Update to PySide6 6.5.1.1

Published by cwiede about 1 year ago

nexxT - Bugfix for aarch64

Published by cwiede over 1 year ago

nexxT - aarch64 support

Published by cwiede over 1 year ago

nexxT - Bug fix release

Published by cwiede almost 2 years ago

fix https://github.com/ifm/nexxT/issues/51
fix out of bounds index when no cameras are connected to the computer

nexxT - Fix restoring window geometries from last run

Published by cwiede almost 2 years ago

nexxT - Version 1.0.0

Published by cwiede almost 2 years ago

  • Qt6 and PySide6 support
  • number of pending samples for a connection is now configurable to 1 sample (default, behaviour of versions 0.x), N > 1 samples and non-blocking
nexxT - Release 0.9.2

Published by cwiede over 2 years ago

What's Changed

Full Changelog: https://github.com/ifm/nexxT/compare/0.9.1...0.9.2

nexxT - Release 0.9.1

Published by cwiede over 2 years ago

fix issues https://github.com/ifm/nexxT/issues/40, https://github.com/ifm/nexxT/issues/41
add possibility to limit display framerate in MainWindow (filters need to be adapted)

nexxT - Release 0.8.0

Published by cwiede over 2 years ago

  • disable mouse wheel scrolling for main window's viewport
  • always use full C locale (instead of using just the number options)
  • when re-opening the currently open config file, the gui state is now restored properly (issue 38)
  • add a reload button for reloading the configuration's python modules (issue 9)
  • improved copy&paste handling of file browser widget (issue 24)
  • GenericReader now providses a property for the selection of the default step stream (issue 39)
nexxT - Fix potential crash when reinitializing an application

Published by cwiede almost 3 years ago

nexxT - 0.7.1 fix issues with unresponsive GUI

Published by cwiede about 3 years ago

nexxT - Fix issues introduced with nexxT 0.6.0

Published by cwiede about 3 years ago

nexxT - Release 0.6.0

Published by cwiede about 3 years ago

  • Update to PySide2 5.15.1
  • fix issue https://github.com/ifm/nexxT/issues/25 (Possible deadlock)
    • as a side effect, the computational graph is now traversed in a breadth first instead of depth first strategy
  • fix issue https://github.com/ifm/nexxT/issues/28 (Playback stream selection is ignored)
  • fix issue https://github.com/ifm/nexxT/issues/29 (Better usability for Windows menu)
    • the windows menu behaviour has changed, clicking on a window now always raises and scrolling to it.
  • Remove QDoubleValidator from property editors because of strange behaviour
  • Add CTRL-I and CTRL-D shortcuts for initializing / de-initializing applications
  • call Service's detach() slots before removing them, if available
  • avoid too large "About python" dialog
  • add feature to communicate selected points over QMainWindow
nexxT - Release 0.5.0

Published by cwiede over 3 years ago

  • Redesign of harddisk player, introduce GenericReader for better support of different file formats
  • Documentation updates
nexxT - documentation updates and minor fixes

Published by cwiede almost 4 years ago

nexxT -

Published by cwiede almost 4 years ago

  • fix ugly load graphs and division by zeros sometimes occuring due to inaccurate time measurements
  • fix display of python component licenses, should use monotype font on all systems now