You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: content/workshops/tsp1-neuromorphic-chip-chris-eliasmith/index.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ type: "workshops"
14
14
show_author_bios: true
15
15
hardware_tags: ["tsp1"]
16
16
software_tags: ["nengo"]
17
-
speaker_photo: "chris-eliasmith.jpg"
18
-
speaker_bio: "Dr. Chris Eliasmith is a Professor at the University of Waterloo and co-founder of Applied Brain Research. He is the Director of the Centre for Theoretical Neuroscience and holds a Canada Research Chair in Theoretical Neuroscience. Dr. Eliasmith is renowned for his work on the Neural Engineering Framework (NEF) and the Semantic Pointer Architecture (SPA), which provide principled methods for building large-scale brain models. His research focuses on understanding how the brain computes and using those principles to build neuromorphic systems. He is the author of \"How to Build a Brain\" and has led the development of Spaun, one of the world's largest functional brain models."
19
17
---
20
18
21
19
## About This Workshop
@@ -60,7 +58,7 @@ No specific prerequisites are required, though familiarity with neural networks
60
58
## Resources
61
59
62
60
-[Applied Brain Research Technology Page](https://www.appliedbrainresearch.com/technology)
0 commit comments