Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Open source SDK to create applications leveraging event-based vision hardware equipment
| Date | Stars |
|---|---|
| 2026-07-24 | 296 |
| 2026-07-25 | 297 |
| 2026-07-28 | 298 |
| 2026-07-30 | 298 |
| 2026-08-06 | 298 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# OpenEB OpenEB is the open source project associated with [Metavision SDK](https://docs.prophesee.ai/stable/index.html) It enables anyone to get a better understanding of event-based vision, directly interact with events and build their own applications or camera plugins. As a camera manufacturer, ensure your customers benefit from the most advanced event-based software suite available by building your own plugin. As a creator, scientist, academic, join and contribute to the fast-growing event-based vision community. OpenEB is composed of the [Open modules of Metavision SDK](https://docs.prophesee.ai/stable/modules.html#chapter-modules-and-packaging-open): * HAL: Hardware Abstraction Layer to operate any event-based vision device. * Base: Foundations and common definitions of event-based applications. * Core: Generic algorithms for visualization, event stream manipulation. * Core ML: Generic functions for Machine Learning, event_to_video and video_to_event pipelines. * Stream: High-level abstraction built on the top of HAL to easily interact with event-based cameras. * UI: Viewer and display controllers for event-based data. OpenEB also contains the source code of [Prophesee camera plugins](https://docs.prophesee.ai/stable/installation/camera_plugins.html), enabling to stream data from our event-based cameras and to read recordings of event-based data. The supported cameras are: * EVK3 - VGA/320/HD * EVK4 - HD This document describes how to compile and install the OpenEB codebase. For further information, refer to our [online documentation](https://docs.prophesee.ai/) where you will find: * [tutorials](https://docs.prophesee.ai/stable/tutorials/index.html) on getting started in C++ or Python, * [samples](https://docs.prophesee.ai/stable/samples.html) demonstrating how to use [our API](https://docs.prophesee.ai/stable/api.html), * [description of the modules and packaging](https://docs.prophesee.ai/stable/modules.html). ## Compiling on Linux Compilation and execution were tested on platforms that meet the following requirements: * Linux: Ubuntu 22.04 or 24.04 64-bit * Architecture: amd64 (a.k.a. x64) * Graphic card with support of OpenGL 3.0 minimum Compilation on other platforms (e.g., alternative Linux distributions, different Ubuntu versions, ARM architectures etc.) was not tested. For those platforms, some adjustments to this guide or to the code itself may be required. ### Upgrading OpenEB If you are upgrading OpenEB from a previous version, start by reviewing the [Release Notes](https://docs.prophesee.ai/stable/release_notes.html). Some changes may affect your usage of the SDK (e.g. [API](https://docs.prophesee.ai/stable/api.html) updates) and cameras (e.g. [firmware update](https://support.prophesee.ai/portal/en/kb/articles/evk-firmware-versions) might be necessary). Before installing the new version, remove any previously installed Prophesee software: * If you previously installed Metavision files into your system paths, navigate to the `build` folder in the source directory and run: ```bash sudo make uninstall ``` * Perform a global check to ensure no old Prophesee or Metavision files remain in: * in your system paths (`/usr/lib`, `/usr/local/lib`, `/usr/include`, `/usr/local/include`), * in your environment variables (`PATH`, `PYTHONPATH` and `LD_LIBRARY_PATH`). ### Retrieving OpenEB source code To retrieve OpenEB source code, you can clone the [OpenEB repository from GitHub](https://github.com/prophesee-ai/openeb): ```bash git clone https://github.com/prophesee-ai/openeb.git --branch 5.2.0 ``` In the following sections, the absolute path to this directory will be referred to as ``OPENEB_SRC_DIR``. If you choose to download an archive of OpenEB from GitHub rather than cloning the repository, make sure to select a `Full.Source.Code.*` archive. Do not use the automatically generated `Source.Code.*` archive, as it does not include a required submodule. Once the right archive is downloade
Excerpt of 26,801 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ec065c69b25f0a97, topic:computer-vision