Note
If you are a Prophesee customer, you can access datasheets and user manuals in our Knowledge Center after requesting an account. If your sensor supports the Digital Crop, you will find additional details on how to configure it with the SDK in the following sections.
Digital Crop
The Digital Crop feature allows removal of pixels outside of a user-defined crop window. It is performed regardless of the current ROI configuration. The crop area can be any rectangular area inside the sensor resolution:
Digital Crop can be configured using HAL API:
HAL C++ API:
Metavision::I_DigitalCrop
facility demonstrated in metavision_hal_showcaseHAL Python API:
metavision_hal.I_DigitalCrop
on adevice
, for exampledevice.get_i_digital_crop().enable()
See also
Depending on the sensors, some other facilities are available to enable/disable selection of pixels. See our Pixel Selection page for an overview.