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

Add Spatial location calculator example #1062

Closed
wants to merge 6 commits into from

Conversation

narsenox
Copy link

No description provided.

@narsenox narsenox requested a review from moratom July 11, 2024 16:18
Comment on lines +51 to +58
# Create pipeline
info = dai.DeviceInfo("127.0.0.1")
info.protocol = dai.X_LINK_TCP_IP
info.state = dai.X_LINK_GATE
info.platform = dai.X_LINK_RVC3

with dai.Device(info) as device:
with dai.Pipeline(device) as pipeline:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's just leave the pipeline to pick up a device by default

@moratom
Copy link
Collaborator

moratom commented Sep 30, 2024

Already added by a different PR

@moratom moratom closed this Sep 30, 2024
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.

2 participants