Skip to content

orpinchasov/pycaer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General

'pycaer' is a Python package wrapping libcaer by iniLabs. 'libcaer' is described as a "Minimal C library to access, configure and get data out of AER sensors, such as the Dynamic Vision Sensor (DVS) or DAVIS cameras."

Requirements

libcaer <= 1.0.3 (code doesn't run on 2.0.1)

DVS128 is the only supported camera

Installation

Compile and install libcaer as instructed: https://github.com/inilabs/libcaer

Usage

See bin/camera_viewer.py for a complete example.

Also look at the various examples included in the various modules.

Run them according to the following example:

cd <repository main>

python -m pycaer.graphics.render

About

Python wrapper for libcaer by iniLabs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages