Skip to content

jaer-1.7.5

Compare
Choose a tag to compare
@llongi llongi released this 08 May 13:34

Periodic release to roll up all commits

  • added back drag and drop file onto AEViewer.
  • fixed many small bugs in EventFilters.
    -fixed rendering of DAVIS so frames are not washed out to low contrast (by correct blending mode), uinsg ALPHA_TEST
  • added back arg to command line in linux shell script launcher and fixed to start from any folder.
  • finally jAER really closes the AEDAT file so that other files can write to it (subtle memory mapped file solution)
  • improved the DVSSliceAVIWriter and command line tool for more options
  • add parsing of AEDAT recording start time to file header comment so that even plain named files can have their true GMT time parsed and included in code.
  • fixed problem so that EventFilters really have their initFilter() method called.
  • fixed incorrect PropertyChangeListeners to add them to the AEViewer and not its Swing container. Now filters can really get PropertyChangeEvents from the AEViewer and AEPlayer.
  • added nice class from IBM to store unlimited size objects to Preferences, e.g. long lists of HotPixels.
  • renamed some classes to make sense, e.g. DavisRenderer, so they are easier to find.