You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of question about how the simulator works than an software issue but hopefully you can help...
In the file 1_example_video_to_events.py on line 28 is this: dt = 1000 # FPS must be 1 kHz
I was wondering why the frame rate must be 1kHz? I've tried video with a slower frame rate and while it runs successfully, the event timestamps don't seem right.
It seems to put a lot of events right after each frame. This can also been seen in the Hummingbird example video, below is (a small section of) the event rate (events/sec) from that video:
Why is there a spike in the event rate in the 100us after each frame? I would have expected the events to be more evenly distributed between each frame.
The text was updated successfully, but these errors were encountered:
Hi,
This is more of question about how the simulator works than an software issue but hopefully you can help...
In the file
1_example_video_to_events.py
on line 28 is this:dt = 1000 # FPS must be 1 kHz
I was wondering why the frame rate must be 1kHz? I've tried video with a slower frame rate and while it runs successfully, the event timestamps don't seem right.
It seems to put a lot of events right after each frame. This can also been seen in the Hummingbird example video, below is (a small section of) the event rate (events/sec) from that video:
Why is there a spike in the event rate in the 100us after each frame? I would have expected the events to be more evenly distributed between each frame.
The text was updated successfully, but these errors were encountered: