-
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
Capturing still via host does not work with OAK-D POE #1075
Comments
@martonmiklos so when clicking |
Yes exactly. I have added some print-s to indicate that stills in the queue but never got triggered
From the depthai-python I checked out the latest master: Now as you mentioned it I checked out the 2.28.0 but the situation is the same. |
@martonmiklos how about opencv version? Does |
Video and preview works ok.
As I mentioned above if I increase the trace level it is visible that it got sent out. Other type of controlQueue sends (like manual focus) functioning fine.
OpenCV Version: 4.5.4 |
I have a OAK-D POE from what I would like to capture depth and RGB images triggered remotely.
I tried to use the rgb_camera_control.py example but regardless if I press C key the still queue will never be non empty here:
https://github.com/luxonis/depthai-python/blob/main/examples/ColorCamera/rgb_camera_control.py#L152
I have increased the debug log with
DEPTHAI_LEVEL=trace python rgb_camera_control.py
and I see that the control command got sent:Sending other commands like camera focus works the same manner via the CameraControl:
so I do not think it is a network issue.
In my final phase of my depression I tried to add a script which does the same by:
and I get still images fine.
The text was updated successfully, but these errors were encountered: