SensorsINI / v2e

V2E: From video frames to DVS events
https://sites.google.com/view/video2events/home
MIT License
290 stars 50 forks source link

Is it possible to get past the 30FPS output limit when sampling input with let's say 1000FPS? #70

Closed FabianRudolph closed 2 months ago

FabianRudolph commented 2 months ago

I would like to get the same fps for the output as I put in as a video. Thank you in advance!

duguyue100 commented 2 months ago

Hi, thanks for the interest, v2e doesn't implicitly speed up or down the video frame rates, it just processes the frame rate as given. However, the rendered video playback does have a preset frame rate which you can adjust with avi_frame_rate option.

I would recommend that you post-process the events yourselves though because the playback is mainly used as a visualization and does some additional processing to look nicer.