event-driven
Visual Transform for Dual Frame/Event camera lens

Introduction

The vMapping app is used to calibrate and visualize the events onto the frame-based image. This module is needed within the iCub setup which combines both traditional and event cameras to map the events in the corresponding location of the image provided by the normal cameras. The calibration is performed using the asymmetric circle grid board similarly to the classical calibration procedure. Both events and images need to be undistorted since the mapping is planar. If no calibration is required the module will simply output the image overlapped with the events.

Dependencies

This app does not need any further module to be running. The intrinsic parameters of both traditional and event camera have to be computed beforehand and are loaded from specific files within the cameraCalibration context as default setting.

Here is a visualisation of the instantiated modules and connections.

DualCamTransform visualization

In case of calibration also a vFramer is required to find the corresponging points between events and frames. Below a visualization of instantiated modules and connection for the calibration setup.

DualCamTransform calib_visualization

How to run the application