![]() |
DvsenseDriver
1.0.3
The SDK for dvsense products.
|
Dynamic Vision Sensor(DVS,Dynamic Vision Sensor) is a new type of vision sensor. Compared with traditional frame - based cameras, it can capture changes in the scene with extremely high temporal resolution. Traditional cameras obtain information by periodically capturing images of the entire scene, while DVS operates based on a pixel - level asynchronous response mechanism. Each pixel independently detects changes in brightness. When a pixel detects that the light intensity exceeds a preset threshold, it immediately generates an event, recording the timestamp of the change, the position, and the direction of the change (increase or decrease in brightness). This mode of operation gives DVS significant advantages in handling high - speed motion and high - dynamic - range scenes.
The data generated by a DVS usually exists in the form of an event stream. Each event contains the following key pieces of information:
For example, a simple event may be represented as follows:
For example, an event (123, 456, 1, 1235624) indicates that at the given time point, the pixel located at the position (123, 456) has detected an increase in brightness.