![]() |
DvsenseDriver
1.2.5
The SDK for dvsense products.
|
This section describes ROI configuration. The DVS resolution is 1280 × 720 on DVSLume, DVSLume-G1, and DVSync, while DM3 provides a 320 × 320 event resolution. Their ROI limits therefore differ.
| Product | Maximum x / width | Maximum y / height |
|---|---|---|
| DVSLume, DVSLume-G1, DVSync | 1280 | 720 |
| DM3 | 320 | 320 |
x and y specify the top-left coordinate; width and height specify the ROI size. The values must satisfy x + width <= sensor_width and y + height <= sensor_height. DM3 also exposes enable and mode (ROI/RONI). Read the complete parameter set, defaults, and ranges from getAllParamInfo() instead of hard-coding sensor dimensions.

Use dvsense::DvsCamera::getTool for regular event cameras. For DVSync, obtain the ROI tool through dvsense::FusionCamera::getTool; parameter operations are otherwise the same:
After obtaining the ROI operation pointer, configure its parameters as shown below: