|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]
Messages
Services
Plugins
Recent questions tagged metavision_driver at Robotics Stack Exchange
|
metavision_driver package from metavision_driver repometavision_driver |
ROS Distro
|
Package Summary
| Version | 3.0.0 |
| License | Apache License 2.0 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros-event-camera/metavision_driver.git |
| VCS Type | git |
| VCS Version | release |
| Last Updated | 2025-12-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Bernd Pfrommer
Authors
metavision_driver
A ROS2 driver for event based cameras using Prophesee’s Metavision SDK. This driver is not written or supported by Prophesee.

If you are looking for more speed and features than the official Prophesee ROS driver you have found the right repository. This driver can cope with the large amount of data produced by Prophesee’s Gen3 and later sensors because it does little more than getting the RAW (currently EVT3 format) events from the camera and publishing them in ROS event_camera_msgs format.
The events can be decoded and displayed using the following ROS packages:
- event_camera_codecs has C++ routines to decode event_camera_msgs.
- event_camera_py module for fast event decoding in python.
- event_camera_renderer a node / nodelet that renders and publishes ROS image messages.
-
event_camera_tools
a set of tools to echo, monitor performance and convert
event_camera_msgsto legacy formats and into “RAW” format.
Supported platforms
Tested on ROS2 Humble and later with Metavision SDK (OpenEB) 5.0.0 Notes:
- Metavision 4.2.0 and 4.6.2 worked in previous versions but are no longer tested
- ROS1 is EOL and no longer supported. There is however an unmaintained ROS1 branch.
Tested on the following hardware:
- IDS ueye XCP-E
- SilkyEVCam VGA (Gen 3.1 sensor)
- SilkyEVCam HD (Gen 4 sensor)
- Prophesee EVK4 (Gen 4 sensor)
Explicitly not supported: any data in the old EVT2 format. The sensor must produce data in the EVT3 format. The new EVT4 format is not yet supported.
Installation from binaries
Install apt packages via
sudo apt install ros-${ROS_DISTRO}-metavision-driver
This will also install a version of OpenEB under /opt/ros/${ROS_DISTRO}, and
the driver will preference those libraries over OpenEB/MetavisionSDK libraries installed
elsewhere. But beware that paths are set up correctly for other applications such
that they pick up the libraries they have been built against.
On top of installing the driver binaries, you will have to install the right udev files and, (for non-Prophesee cameras) also the camera-specific plugins.
-
For Prophesee EVK cameras: Unless you also install OpenEB, install the required udev rules from the source tree directory
udev/rules.d/, and restart udev, see OpenEB. - For the SilkyEV cameras, install the plugin that
matches the OpenEB version that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The required udev files should be automatically installed by the plugin installer. Make - For the IDS cameras, download the plugin (a debian package) from the “Downloads” tab of the respective camera page,
for instance for the XCP-E camera. Get the
version that matches the one that the ROS OpenEB vendor package
is currently using (see the
CMakeLists.txtfile). The debian package however depends on the metavision-sdk-bin package. To avoid installing said package, extract the files from the plugin package, run the install scripts for the udev files and plugins, and copy the plugins into the right location:
dpkg-deb -x ./ueye-evs_5.0.0.3_amd64.deb ./ids # extract all files in deb package into "ids" directory
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_udev_rules.sh
sudo ./ids/usr/lib/ids/ueye_evs/scripts/add_ueye_evs_users_group.sh
sudo mkdir -p /usr/lib/ids/ueye_evs/hal/plugins
sudo cp ./ids/usr/lib/ids/ueye_evs/hal/plugins/lib*.so /usr/lib/ids/ueye_evs/hal/plugins/
Finally, make sure that the MV_HAL_PLUGIN_PATH is pointing to the plugins:
export MV_HAL_PLUGIN_PATH=/usr/lib/CenturyArks/hal/plugins:/usr/lib/ids/ueye_evs/hal/plugins
If you can’t get the binary installation working, install OpenEB and the plugins, and build the ROS driver from source, without using the openeb_vendor package. The ROS metavision driver should recognize that OpenEB is installed, and compile against those header files and libraries.
How to build from source
Prerequisites:
File truncated at 100 lines see the full file
Changelog for package metavision_driver
3.0.0 (2025-12-06)
- updated license string in package.xml
- improved launch files
- updated banner image
- documented settings param and save_settings service call
- add options to invoke renderer and fibar for stereo cam
- updated launch file for ids cameras, not loading triggers
- support init of bias params, loading/saving of camera settings
- added commented-out lines for libasan compilation
- added bias file for ids xcpe camera
- fix broken ROI feature and support RONI
- added instructions for IDS camera, removed ROS1 documentation
- remove bad format parameter in driver_node launch script
- set camera encoding format
- Contributors: Bernd Pfrommer
2.0.1 (2025-03-12)
-
fixed freed memory access bug
-
trail filter: fixed unintialized variable bug and handle gen3 cams
-
support metavision 5.x
-
set serial parameter type to string
-
Support for trail filters (#50)
* Added support for Metavision SDK trail filters (Andreas Ziegler) ---------Co-authored-by: Bernd Pfrommer <<bernd.pfrommer@gmail.com>>
-
added udev files
-
support for composable recording under jazzy/rolling
-
Contributors: Andreas Ziegler, Bernd Pfrommer
2.0.0 (2024-07-05)
- depend on openeb_vendor
- work around foxy API differences
- fail more gracefully when EVT2 file is fed in
- fixed bug when playing back from file
- Contributors: Bernd Pfrommer
1.0.8 (2023-11-12)
- fix broken build on galactic
- more fixes to make flake8 happy
- reformat python code as "black" and fix import order
- Modify launch file to accept params as args.
- support mipi frame period configuration for Gen3.1
- changed viewer -> renderer
- ignore python cache files in launch directory
- ability to set mipi_frame_period
- Contributors: Bernd Pfrommer, agaidev
1.0.6 (2023-08-08)
- Package should now contain Prophesee default plugins
- Contributors: Bernd Pfrommer
1.0.5 (2023-08-07)
- added dependency on hal_plugins to cause metavision plugins to be built
- remove setting of unnecessary COMPILE_3DVIEW option
- Contributors: Bernd Pfrommer
1.0.3 (2023-08-04)
- changes to build on ROS2 build farm
- Contributors: Bernd Pfrommer
1.0.2 (2023-08-03)
- Try to pull in OpenEB dependencies via package.xml and figure out ROS1/ROS2 via cmake
- updated links in README
- Contributors: Bernd Pfrommer, Laurent Bristiel
1.0.1 (2023-07-24)
- Change package name from metavision_ros_driver to metavision_driver, and all references to event_array_msgs to event_camera_msgs
- Download and compile OpenEB if not already installed
- Contributors: Bernd Pfrommer
1.0.0 (2023-06-29)
- initial commit
- Contributors: Bernd Pfrommer, k-chaney
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/driver_node.launch
-
- bias_file [default: ]
- serial [default: ]
- use_multithreading [default: false]
- event_message_time_threshold [default: 0.001]
- trigger_out_mode [default: enabled]
- trigger_out_period [default: 1000]
- trigger_out_duty_cycle [default: 0.5]
- trigger_in_mode [default: loopback]
- erc_mode [default: na]
- erc_rate [default: 100000000]
- statistics_print_interval [default: 1.0]
- launch/driver_nodelet.launch
-
- bias_file [default: ]
- launch/recording_driver.launch
-
- bag
- bias_file [default: ]
- serial [default: ]
- launch/recording_stereo_driver.launch
-
- bag
- launch/stereo_driver_node.launch
-
- bias_file_cam_0 [default: ]
- bias_file_cam_1 [default: ]
- serial_cam_0
- serial_cam_1
- launch/sync_test.launch
-
- bias_file [default: ]