zed-sdk icon indicating copy to clipboard operation
zed-sdk copied to clipboard

Auto Exposure ROI Python

Open elidonner opened this issue 2 years ago • 0 comments

Preliminary Checks

  • [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • [X] This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

Thank you for a great SDK with wonderful examples.

Under the examples for zed-examples/camera roi/auto exposure the python code seems to be a duplicate from zed-examples/camera control camera adjustment example. The cpp code works great, but the python code seems to be missing.

I work on a code base that uses python and think myself and others could benefit from your help in integrating this zed.setCameraSettings(VIDEO_SETTINGS::AEC_AGC_ROI, selection_rect, sl::SIDE::BOTH); to the python example!

Thank you for any help in this!

Use-Case

adjusting auto exposure to an ROI using Python API

Anything else?

No response

elidonner avatar Dec 01 '22 20:12 elidonner