Hello I am building a C++ application and I want to record to disk the spikes acquired from a DAVIS240C camera. Is there a function in libcaer or caer for saving the spikes to disk in aedat format? (version 2 or 3) Thanks
Hello Does anyone know what the libcaer command/set-of-commands is to do a timestamp reset for a DAVIS240C camera? I am basically trying to find the sequence of commands to replicate the timestamp reset achieved in jaer when '0' is pressed. Thank you very much
Thanks Tobi. I ll take a closer look at your suggestions. By the way in the ImportAedatDataVersion1or2.m there are 2 bugs that cause programs to crash: line 149: info.startEvents should be info.startEvent and line 418 should probably be if frameCount==1 instead of if ~exist('frameCount', 'var')
Hello I have a DAVIS 240C and I am trying to load and visualize in matlab the framedata from an aedat file that was logged using jaer. To do this I am running the ExampleImportAedat.m script that has been provided. I have set input.filePath to point to my aedat file and I also set input.source = 'Davis240c'; Apart from that I have not modified the script at all. The problem is that when I visualize the frame data in matlab the image looks very saturated and washed out. When I visualize the frame...