
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
event-camera-drivers
Advanced tools
C++ drivers wrapped in a Python library for interfacing with event-based cameras, supporting both Prophesee and iniVation devices.
Support for iniVation DVS cameras via libcaer
Python bindings using nanobind
Cross-platform support (Linux, macOS, Windows)
Planned support for Prophesee event-based cameras via OpenEB (see issue #1)
pip install event-camera-drivers
If you have Nix installed with flakes enabled:
# Enter development environment
nix develop
# Install in development mode
pip install -e .
Prerequisites:
git clone https://github.com/aestream/event-camera-drivers
cd event-camera-drivers
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install scikit-build-core pytest build nanobind
pip install -e .
import event_camera_drivers as evd
camera = evd.InivationCamera()
for packet in camera:
print(packet)
Or, in conjuction with Faery (read more in the Faery documentation):
import faery
faery.events_stream_from_inivation_camera()
...
curl -L https://nixos.org/nix/install | sh
Enable Nix flakes (if not already enabled).
Enter development environment:
nix develop
pip install build
python -m build
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under LGPLv3 - see the LICENSE file for details.
FAQs
Python event camera drivers for Inivation and AEStream
We found that event-camera-drivers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.