Frequency Cam: Imaging Periodic Signals in Real-Time
Bernd Pfrommer
TL;DR
This work tackles per-pixel frequency detection in event-based cameras by introducing a fully asynchronous approach that reconstructs brightness with a second-order digital IIR filter and then detects zero-level crossings, augmented by a dark-noise filter for robustness. The method shows robust fundamental-frequency estimates up to $64\mathrm{kHz}$ on a single pixel, while full-sensor operation is bandwidth-limited, highlighting the benefit of hardware proximity to the sensor. Frequency Cam, an open-source ROS node, achieves real-time performance and yields frequency images that qualitatively align with Prophesee’s closed-source vibration analysis, offering a practical tool for vibration analysis and frequency visualization in neuromorphic imaging. The study also documents practical challenges such as readout bandwidth constraints and lens flare in high dynamic range scenes, guiding future hardware- and algorithm-level improvements for wide-field frequency imaging.
Abstract
Due to their high temporal resolution and large dynamic range, event cameras are uniquely suited for the analysis of time-periodic signals in an image. In this work we present an efficient and fully asynchronous event camera algorithm for detecting the fundamental frequency at which image pixels flicker. The algorithm employs a second-order digital infinite impulse response (IIR) filter to perform an approximate per-pixel brightness reconstruction and is more robust to high-frequency noise than the baseline method we compare to. We further demonstrate that using the falling edge of the signal leads to more accurate period estimates than the rising edge, and that for certain signals interpolating the zero-level crossings can further increase accuracy. Our experiments find that the outstanding capabilities of the camera in detecting frequencies up to 64kHz for a single pixel do not carry over to full sensor imaging as readout bandwidth limitations become a serious obstacle. This suggests that a hardware implementation closer to the sensor will allow for greatly improved frequency imaging. We discuss the important design parameters for fullsensor frequency imaging and present Frequency Cam, an open-source implementation as a ROS node that can run on a single core of a laptop CPU at more than 50 million events per second. It produces results that are qualitatively very similar to those obtained from the closed source vibration analysis module in Prophesee's Metavision Toolkit. The code for Frequency Cam and a demonstration video can be found at https://github.com/ros-event-camera/frequency_cam
