-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ISP 3A camera controls #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Please resolve other PR's first.
60a8dce
to
c7e197f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following the changes, the way to access these enums will be equivalent between C++ and Python
Instead of: PY: Isp3a.CMD_START_STREAM
and C++ CameraControl::Command::START_STREAM
Python side becomes: CameraControl.Command.START_STREAM
as well
rename and move CamId/Command to CameraControl class
Depends on luxonis/depthai-core#9