-
Notifications
You must be signed in to change notification settings - Fork 9
ERROR: event type not recognised: 0xa. #18
Comments
the header of my raw data is slightly different from yours, % camera_integrator_name Prophesee |
Uhm this is strange indeed! I will look into it ASAP. |
Yes, but I ran your instruction and it can work, I think it may because of the difference in the saving format of my EVK3 and yours. |
What do you mean, precisely? |
I can not decode my raw data of events from EVK 3 by your code, I find our raw data is different in their header, is this a problem? How to fix this |
Hi! Sorry for getting back to you so late but I swamped with thesis writing :) I will look into it! |
Can you provide the header of your recording? You could do something like this on an Unix machine: head -n 20 /path/to/EVT3/file > ./my-recording-header.raw |
Hello dear developers, Header of the new recordings : Header of the correctly read recordings : What is the status of this issue ? Is there a way to decode recordings from the 4.2 generation ? Or is this something being planned in the near future ? |
Hola! Thing is, until Aprile I have zero time to fix these errors. Most I can do, is review PRs that fix it, which would be nice. I cannot get my hands on this before April, it is in my low priority list. You can take a look at AEStream, which is supposed to process EVT3 files, even though I am not sure about that. |
Hello all, I don't have the bandwidth neither to look into the source code of this repo to see the cause of the issue, but I can help with some information about the Prophesee RAW file headers. As you can see, the headers produced by our last version of the SDK changed slighty to accomodate with some changes we are doing in our plugin code. But the "data" content (the events) remains exactly the same, this is EVT3 encoded data. So if this repo is able to read RAW files with old headers, you can simply update the header from your new RAW files and use the old header format.
Hope this helps! |
Thanks @lbristiel-psee :) I think the problem is the one you pointed out in #19. It is a simple fix to do for me, but I do not have the bandwith at the moment. Happy to guide anyone among @lecomtefortiss @wanghongjian98 @fedebecat to create a PR for this fix. Until now, I am the only developer of Expelliarmus. |
I was trying to decode my raw data of events from EVK 3 , but it shows "ERROR: event type not recognised: 0xa.", during the reading.
wizard = Wizard(encoding="evt3")
wizard.set_file(fpath)
arr = wizard.read()
The text was updated successfully, but these errors were encountered: