prophesee-ai / openeb

Open source SDK to create applications leveraging event-based vision hardware equipment
https://www.prophesee.ai/metavision-intelligence/
166 stars 39 forks source link

Configure camera options (sensor pixel settings) using a python script? #50

Closed andife closed 2 years ago

andife commented 2 years ago

I wonder if it is possible via Python script to use the following functionalities available via the Metavision Studio.

This functionality would be very interesting for parameter studies.

laurentbristiel commented 2 years ago

Hello @andife

yes, this is possible with the Python bindings of the HAL module. See this documentation that contains some small examples: https://docs.prophesee.ai/stable/metavision_sdk/modules/hal/python_api/bindings.html

If you need larger example, there are some in our Knowledge Center that you can access if you have an account..

Hope this helps, Laurent

andife commented 2 years ago

Hi Laurent, thank you for the fast answer. I found what I need in the Knowledge Center. Thank you!