Skip to content

Alexander-guo/Events-Replay-Buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Replay Events Stream in Super Slow Motion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages