Skip to content
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

DepthAI SDK 1.9.5 #942

Merged
merged 126 commits into from
Apr 21, 2023
Merged

DepthAI SDK 1.9.5 #942

merged 126 commits into from
Apr 21, 2023

Conversation

daniilpastukhov
Copy link
Contributor

No description provided.

Erol444 and others added 30 commits November 25, 2022 17:55
DDR usage for pipeline below for prev. version of 180 deg rotation: DDR used: 98_141_184/357_154_815
DDR usage for pipeline below for updated version of 180 deg rotation: DDR used: 73_254_912/357_154_815

```
from depthai_sdk import OakCamera, CameraComponent

with OakCamera(rotation=180) as oak:
    cam_component: CameraComponent = oak.create_camera(source="color", fps=10, resolution="1080p")
    oak.visualize(cam_component)
    oak.start(blocking=True)
```
Erol444 and others added 26 commits March 25, 2023 23:54
Updated Replay so it creates XLinkIn nodes at the start.
Add manual tests & minor fixes
Add logger and minor bug fixes
# Conflicts:
#	.gitignore
#	depthai_sdk/setup.py
#	requirements.txt
@daniilpastukhov daniilpastukhov marked this pull request as ready for review April 21, 2023 14:05
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed - could we host the image on the internet? oak(replay='https://example.com/image.png') should work.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I think we can rather host them on the Internet. I will address this in the next release, thanks

@daniilpastukhov daniilpastukhov merged commit 3c51927 into main Apr 21, 2023
26 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] depthai-sdk error when recording to MCAP: 'XoutFrames' is not defined
6 participants