Skip to content

jaer-2.1.0

Compare
Choose a tag to compare
@tobidelbruck tobidelbruck released this 26 Jan 08:43
· 295 commits to master since this release

This release supports native text/CSV DVS data file playing.

Go to install4j jAER installers on dropbox to download installers. See video installing and updating jaer on YouTube.

New features

  • Native support for playing txt/csv files as in the DAVIS240 Event Camera Dataset; see Playing text DVS data files video on YouTube. Using the DVS640 and DVS1280x720SD AEChip classes, you can play recordings from recent higher resolution DVS event cameras.
    • Files should have one event per line in ascii either space or comma separated, in either t,x,y,p or x,y,p,t format (x,y=addresses, t=timestamp, p=polarity). Timestamps can in in int us or in float seconds. int values cannot have decimal points or commas.

Bug fixes

  • The DVS1280x720SD AEChip did not reconstruct the X addresses correctly.