-
Notifications
You must be signed in to change notification settings - Fork 4
CONSULT-1000 - expose exposure settings #63
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
Conversation
@@ -1,11 +1,11 @@ | |||
# Keep the below block the same as requirements.txt | |||
depthai==2.26.0 | |||
depthai==2.30.0 |
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.
why did this need to be updated?
numpy>=1.23,<2.0.0 # >2.0.0 breaks depthai https://github.com/luxonis/depthai-viewer/releases/tag/v0.2.3 | ||
google-api-python-client==2.0.0 | ||
pyinstaller==6.3.0 | ||
pyinstaller==6.12.0 |
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.
why did this need to be updated?
self.depth_stream_name, MAX_COLOR_DEPTH_QUEUE_SIZE, blocking=False | ||
) | ||
if type(self.cfg) == OakDConfig and self.cfg.point_cloud_enabled: | ||
if isinstance(self.cfg, OakDConfig) and self.cfg.point_cloud_enabled: |
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.
is this fixing a bug?
No description provided.