Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 852 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 852 Bytes

Events Replay Buffer

Events are pixel-level brightness changes recorded by DVS (Dynamic Vision Sensor). This buffer is able to replay live events stream or events recordings into super slow motion.

Requirements

Base system requirements: Linux Ubuntu 20.04 or 22.04 64bit.

Metavision SDK is required to run the buffer.

Run

  1. Clone the repository and navigate to the folder
git clone https://github.com/Alexander-guo/events-replay-buffer.git
cd events-replay-buffer
  1. Run the buffer
python final.py \
  --rply-time=2 \
  --slow-scale=10

--rply-time stands for how long a time interval to replay in seconds, --slow-scale is how many times to slow down. Press SPACE to start the replay.