You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a duplicate. Before opening a new issue, please search existing issues.
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
The text was updated successfully, but these errors were encountered:
Preliminary Checks
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 fromzed-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
The text was updated successfully, but these errors were encountered: