OakCamera¶
The OakCamera class abstracts:
DepthAI API pipeline building with Components.
Debugging features (such as
oak.show_graph()
).AI model sourcing and decoding.
Message syncing & visualization, and much more.
Note
This class will be in alpha stage until depthai-sdk 2.0.0, so there will likely be some API changes.
Interoperability with DepthAI API¶
DepthAI SDK was developed with DepthAI API interoperability in mind.
Users can access all depthai API nodes inside components, along with the dai.Pipeline (oak.pipeline
)
and dai.Device (oak.device
) objects.
Examples¶
Below there are a few basic examples. See all examples here.
Here are a few demos that have been developed with DepthAI SDK:
yolo.