![]() |
DvsenseDriver
1.2.6
The SDK for dvsense products.
|
DVSense SDK and DVSense Insight are DVS camera development kits independently developed by DVSense Technology Co., Ltd.
DVSense Insight provides a GUI interface for operating DVS cameras, recording data, playback, and basic processing.
DVSense SDK provides developers with C++ driver and control interfaces for DVSense cameras.
The packages support DVSLume, DVSLume-G1, DVSync, and the DM3 module/camera, and are also compatible with Prophesee EVK4. After installation, see the camera connection preparation and verify the USB or network requirements for the connected product.
| System | DVSense SDK | DVSense Insight | DVSenseToolBox |
|---|---|---|---|
| Windows 11 | DvsenseDriver-Setup-1.2.6.exe | Dvsense Insight-Setup-1.2.6.exe | DvsenseToolBox-Setup-1.0.1.exe (Paid software. Please contact sales for details.) |
Starting from v1.2.4, Ubuntu systems use the DVSense apt repository for installation. Direct deb package downloads are no longer provided.
Only Ubuntu versions 20.04 and later are supported.
Ubuntu packages are split into the following three packages:
| Package | Description |
|---|---|
| libdvsensedriver-dev | SDK development library. |
| dvsense-driver-sample | Optional prebuilt sample applications included with the SDK. Depends on libdvsensedriver-dev. |
| dvsenseinsight | UI application. Depends on libdvsensedriver-dev. |
If old deb packages were installed on the system, remove the residual packages first:
Installing DVSense Insight is recommended. The SDK dependency is installed automatically with DVSense Insight:
If you only need the SDK development library:
If you need the SDK and prebuilt samples:
DVSense Insight documentation: Online manual | PDF archive (v1.0.2, Chinese)
DVSenseToolBox Software Instructions: Download
Warning
Using the Python interface is not recommended in real-time systems. The Python interface for real-time camera data acquisition only provides synchronous data acquisition APIs and is not thread-safe.
If installing in a conda environment, you may encounter the following errors:
Solution:
Locate the libpython3.10.so.1.0 file in your environment and copy it to /usr/lib/x86_64-linux-gnu/.
Solution:
Navigate to your Python lib directory, for example ~/anaconda/envs/conda310/lib, and execute the following commands: