![]() |
DvsenseDriver
1.2.5
The SDK for dvsense products.
|
This section describes event-sensor Bias configuration. DVSLume, DVSLume-G1, and DVSync use the same IMX636 parameter set. DM3 features a genx320 sensor and exposes different parameter names and ranges.
Bias values are offsets relative to the default hardware values, and the default offset is 0. Prefer getAllParamInfo() to obtain the parameters and limits exposed by the connected device.
| Parameter | Minimum | Maximum | Default offset |
|---|---|---|---|
| bias_fo | -20 | 0 | 0 |
| bias_hpf | 0 | 120 | 0 |
| bias_diff_on | -80 | 145 | 0 |
| bias_diff | -25 | 23 | 0 |
| bias_diff_off | -30 | 200 | 0 |
| bias_refr | -20 | 235 | 0 |
| Parameter | Minimum | Maximum | Default offset |
|---|---|---|---|
| bias_pr_hv0 | -61 | 66 | 0 |
| bias_fo_hv0 | -39 | 88 | 0 |
| bias_hpf_lv0 | 0 | 127 | 0 |
| bias_diff_on_lv0 | -24 | 103 | 0 |
| bias_diff_lv0 | -51 | 76 | 0 |
| bias_diff_off_lv0 | -19 | 108 | 0 |
| bias_refr_lv0 | -82 | 45 | 0 |
Changing contrast thresholds can substantially increase the event rate and may cause memory buildup or latency. Keep bias_pr_hv0 and bias_diff_lv0 at their defaults unless sensor-level tuning is required.
Use dvsense::DvsCamera::getTool for regular event cameras. For DVSync, obtain the Bias tool through dvsense::FusionCamera::getTool instead:
After obtaining the Bias tool, use the parameter names for the connected sensor:
The retrieved parameter information type is dvsense::BasicParameterInfo, which includes basic parameter information such as the parameter name, description, and type.
Refer to dvsense::ToolParameterType for parameter types. Below is an example for dvsense::ToolParameterType::INT:
Use dvsense::CameraTool::getParam and dvsense::CameraTool::setParam to read from and set specific parameters: