I pushed DavisTextOutputWriter filter that outputs text format DVS and IMU data from any recording from DVS or DAVIS cameras. Actually it should work for other sensors such as Cochlea but the interpretation of the event type and x and y will depend on the device of course. Use it like any other EventFilter and look at the tooltips for usage. To use it, you have to build from source. Or wait for next release.
Sample output of DVS events looks like this:
# jAER DAVIS/DVS camera text file output
# created Sun Oct 21 10:11:11 CEST 2018
# source-file: F:\Resilio Sync\Recordings\Tobi data\fluid flow particle tracking\helium bubbles\DVS128-2010-02-12T11-55-47+0100-0.dat
# dvs-events: One event per line: timestamp(us) x y polarity(0=off,1=on)
31455838 73 9 1
31455840 109 113 0
31455840 119 117 1
31455842 46 107 0
31455842 54 107 1
31455844 34 82 1
31455844 32 17 0
31455845 32 17 0
31455846 32 17 0
and of IMU samples looks like this:
# jAER DAVIS/DVS camera text file output
# created Sun Oct 21 09:59:04 CEST 2018
# source-file: F:\Resilio Sync\Tobi laptop data\Davis346Bmini\Davis346mini-2017-06-08T16-27-19+0200-03460001-0 ini foyer apsdvs.aedat
# dvs-events: One measurement per line: timestamp(us) ax(g) ay(g) az(g) gx(d/s) gy(d/s) gz(d/s)
127996031 0.174683 -0.769775 0.165405 28.595421 111.335876 31.251909
127997032 0.175781 -0.767334 0.168457 28.213741 111.450378 31.633589
127998034 0.174561 -0.764404 0.162476 27.862595 111.633591 32.053436
127999035 0.173218 -0.761841 0.159058 27.488550 111.877861 32.381680
128000036 0.167603 -0.760986 0.159790 27.152672 112.167938 32.618320
128001038 0.163696 -0.761230 0.164307 26.854961 112.358780 32.870228