Replies: 1 comment
-
I just installed depthai-sdk with the command above on my raspberry pi 4, but it show's me the bug "cannot import name 'OakCamera' from 'depthai_sdk' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DepthAI SDK is a Python package, containing convenience classes and functions that help in most common tasks while using DepthAI API.
Package documentation - https://docs.luxonis.com/projects/sdk/en/latest/
PyPI page - https://pypi.org/project/depthai-sdk/
To install the package, please run the following command
To see this package in action, you can check the getting started guide or the following experiments:
gen2-people-counter
: https://github.com/luxonis/depthai-experiments/tree/sdk/gen2-people-countergen2-human-pose
: https://github.com/luxonis/depthai-experiments/tree/sdk/gen2-human-posegen2-road-segmentation
: https://github.com/luxonis/depthai-experiments/tree/sdk/gen2-road-segmentationTo know more about the DepthAI itself, visit our documentation or our webpage
This discussion was created from the release Introduce DepthAI SDK.
Beta Was this translation helpful? Give feedback.
All reactions