Starter Kit – Raspberry Pi 5 (GenX320) - Sensor Configuration
The driver of the Starter Kit for Raspberry Pi 5 allows to adjust the following sensor settings:
- Sensor biases for tuning the sensor for different
application requirements and conditions,
- ROI (Region Of Interest) used for focusing on a part of the scene and reducing the amount of events
Sensor biases settings
There are several ways for adjusting the sensor biases settings:
- using OpenEB / Metavision SDK tools with a .bias or .json configuration file as described in the SDK documentation, for example
- metavision_viewer -b custom.bias
- using OpenEB / Metavision SDK API as described in the SDK documentation
- using v4l2-ctl tool, for example
- setting a bias value
- v4l2-ctl -d /dev/v4l-subdev2 --set-ctrl bias_diff_on=24
- getting a bias value:
- v4l2-ctl -d /dev/v4l-subdev2 --get-ctrl bias_diff_on
We provide
biases pre-sets for common applications that could be used as a starting point for bias tuning.
ROI configuration
There are several ways for adjusting the ROI:
- using OpenEB / Metavision SDK tools with a .json configuration file, for example
- metavision_viewer -j config.json
- using OpenEB / Metavision SDK tools with a command-line option "-r", for example
- metavision_viewer -r x y width height
- using Metavision/OpenEB API such as Metavision::I_ROI facility
As a Prophesee customer, get access to your personal ticketing tool, application notes, product manuals, SDK Download Center and more resources.