Skip to content

Commit ab4e8c8

Browse files
authored
Add neuromorphic-drivers to the list of event-based software (open-neuromorphic#351)
* Add neuromorphic-drivers to the list of event-based software
1 parent 20cf4e0 commit ab4e8c8

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Neuromorphic drivers"
3+
type: neuromorphic-software
4+
description: "Python and Rust libraries to interact with event cameras in real-time."
5+
logo: "neuromorphic-drivers.png"
6+
website: "https://github.com/neuromorphicsystems/neuromorphic-drivers"
7+
dependencies: "NumPy, Rust"
8+
field_of_application: "Drivers"
9+
source_code: "https://github.com/neuromorphicsystems/neuromorphic-drivers"
10+
pypi_id: "neuromorphic-drivers"
11+
license: "MIT"
12+
supports_hardware: false
13+
supports_NIR: false
14+
language: "Python, Rust"
15+
maintainer:
16+
- "Alexandre Marcireau"
17+
draft: false
18+
---
19+
20+
## Overview
21+
22+
Neuromorphic drivers is a library to interact with USB event cameras in real-time. It is compatible with all major operating systems (Linux x64 and ARM, macOS x64 and ARM, and Windows x64) and it aims to support as many commercial devices as possible.
23+
24+
The library can be used in Python and Rust.
25+
26+
By design, Neuromorphic drivers provides no processing algorithms. It may instead be combined with other libraries (for instance [Tonic](/neuromorphic-computing/software/data-tools/tonic/) or [Faery](/neuromorphic-computing/software/data-tools/faery/) to build real-time processing pipelines.
27+
28+
Neuromorphic drivers does not depend on Metavision, libcaer, or dv-processing. It instead uses its own implementation of the [cameras' USB protocols](https://github.com/neuromorphicsystems/neuromorphic-drivers/tree/main/drivers/src/devices). This approach facilitates cross-platform support and lets us ship lightweight [pre-compiled Python wheels](https://pypi.org/project/neuromorphic-drivers/#files), which means that Python users do not need specific shared libraries or a compiler toolchain on their machine.
16.1 KB
Loading

data/community_projects.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,10 @@ completed_issues = [ ]
173173
title = "Find new maintainer: Contact Gregor Lenz"
174174
url = "https://open-neuromorphic.org/contributors/gregor-lenz/"
175175
tags = [ ]
176+
177+
[[projects]]
178+
name = "Neuromorphic Drivers"
179+
slug = "neuromorphic-drivers"
180+
repo = "https://github.com/neuromorphicsystems/neuromorphic-drivers"
181+
description = "Python and Rust libraries to interact with event cameras in real-time."
182+
completed_issues = [ ]

0 commit comments

Comments
 (0)