Components

Components are part of the OakCamera class and abstract DepthAI API nodes; their initialization, configuration, and linking. This improves ease of use when developing OAK aplications.

Reference

class depthai_sdk.components.Component

SDK component is used as an abstraction to the current DepthAI API node or group of nodes.

on_pipeline_started(device)

This function gets called after the pipeline has been started. It is called from the main thread. It can be used to eg. initialize XlinkIn queues.

Parameters

device (depthai.Device) –

Return type

None

Got questions?

Head over to Discussion Forum for technical support or any other questions you might have.