![]() |
DvsenseDriver
1.1.4
The SDK for dvsense products.
|
DVSense Driver and DVSense Insight are DVS camera development kits independently developed by DV Microvision.
DVSense Insight provides a GUI interface for operating DVS cameras, recording data, playback, and basic processing.
DVSense Driver provides developers with C++ driver and control interfaces for DVS cameras.
| System | DVSense Driver | DVSense Insight | DVSenseToolBox |
|---|---|---|---|
| Windows 11 | DvsenseDriver-Setup-1.1.4.exe | Dvsense Insight-Setup-1.1.4.exe | DvsenseToolBox-Setup-1.0.0.exe(Paid software, please contact sales for details) |
| Ubuntu 20.04/22.04 | libDvsenseDriver-dev_1.1.4_Linux_x86_64.deb | dvsenseinsight_1.1.4_amd64.deb | |
| Ubuntu 24.04 | libDvsenseDriver-dev_1.1.4_ubuntu24_x86_64.deb | dvsenseinsight_1.1.4_amd64.deb |
Only Ubuntu versions 20.04 and later are supported.
DVSense Insight Software Instructions: Download
On Ubuntu systems, please install the DVSense Driver first, and then install DVSense Insight.
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:
ImportError: libpython3.10.so.1.0: cannot open shared object file: No such file or directorySolution:
Locate the libpython3.10.so.1.0 file in your environment and copy it to /usr/lib/x86_64-linux-gnu/
ImportError: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0Solution:
Navigate to your Python lib directory, e.g., ~/anaconda/envs/conda310/lib, and execute the following commands: