Dear Prophesee Team,
I am writing to seek your assistance with adjusting the Event Rate Control in the Python binding for the sensor I am currently using. Specifically, I am using a sensor with a resolution of 720P, which produces an excessive number of events. Processing such a large volume of events is proving to be too slow, and I would like to adjust the Event Rate Control to 1MEv/s or even lower to optimize the processing speed.
While I have been able to enable the Event Rate Control using the code snippet provided on your website, I am unsure how to adjust the value to the desired rate. Here is the code snippet I have used:
if device.get_i_erc_module():
device.get_i_erc_module().enable(False)
I would greatly appreciate any guidance you can provide on how to adjust the Event Rate Control value in Python binding for my sensor. Thank you in advance for your assistance.