Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
5110bcc
Added pipeline events messages and node
asahtik Sep 16, 2025
e165806
Added the pipeline event dispatcher
asahtik Sep 18, 2025
fbd4137
Add Pipeline event bindings
asahtik Sep 22, 2025
9876101
Integrate pipeline events
asahtik Sep 23, 2025
0e00bff
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Sep 23, 2025
b2024f0
RVC4 FW: initial pipeline debugging impl
asahtik Sep 24, 2025
75e9386
Pipeline events bugfixes, pipeline state merge node
asahtik Sep 24, 2025
a1668e7
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Sep 25, 2025
99ce452
Some pipeline debugging bugfixes
asahtik Sep 25, 2025
10753f0
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Sep 25, 2025
914cbc5
Fix pipeline events on host
asahtik Sep 26, 2025
d30b5fd
Fix RVC4 pipeline events crash
asahtik Sep 30, 2025
3a579ac
RVC4 FW: Fix pipeline events crash
asahtik Sep 30, 2025
2e9b26d
Add more stats, queue state WIP
asahtik Oct 1, 2025
a5e93d8
Event instances now have independent sequence numbers
asahtik Oct 1, 2025
38481f0
Do not update stats for every event
asahtik Oct 1, 2025
978e9b9
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Oct 2, 2025
962d4af
Fix dropped pipeline events
asahtik Oct 2, 2025
b79ded6
RVC4 FW: Fix dropped pipeline events
asahtik Oct 2, 2025
de20f54
Added queue size stats
asahtik Oct 2, 2025
4854124
WIP pipeline state api
asahtik Oct 6, 2025
c34cc45
Implement service like api for pipeline state
asahtik Oct 6, 2025
f9835ee
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Oct 6, 2025
fcbfe78
Remove static assert
asahtik Oct 6, 2025
28e5b93
Bugfixes
asahtik Oct 7, 2025
215119d
Collect events in a different thread
asahtik Oct 7, 2025
e8045e4
WIP: dispatcher + state improvements
asahtik Oct 7, 2025
36e917a
Do not require adding events, node / input states, other improvements
asahtik Oct 8, 2025
1991426
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Oct 8, 2025
48c1b6a
Add ability to get the entire pipeline schema, add bridge info to pip…
asahtik Oct 8, 2025
c8ec85a
Add comments to pipeline state
asahtik Oct 8, 2025
1a2b848
Bugfix
asahtik Oct 9, 2025
8b87d55
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Oct 9, 2025
5a6d765
Update input queue size more often
asahtik Oct 9, 2025
af86cae
Add ability to disable sending pipeline events
asahtik Oct 9, 2025
0405afb
Remove ongoing event warnings
asahtik Oct 9, 2025
af4d644
RVC4 FW: core bump
asahtik Oct 9, 2025
5024bc9
Fix getting pipeline state from device
asahtik Oct 9, 2025
a5dbc4a
Bugfix, implement API for getting state (c++)
asahtik Oct 9, 2025
89a168f
Fix pipeline state filtering
asahtik Oct 9, 2025
c5befed
RVC4 FW: time main loop of some nodes
asahtik Oct 9, 2025
c79abbf
Add python bindings for getting pipeline state
asahtik Oct 10, 2025
df8011b
Implement tracking events through threads
asahtik Oct 10, 2025
fd27d19
Add missing files
asahtik Oct 10, 2025
66e4fcd
Add mutex lock to pipeline event dispatcher
asahtik Oct 10, 2025
c084252
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Oct 13, 2025
75592f7
Fix docstrings errors
asahtik Oct 13, 2025
c55d212
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Oct 16, 2025
4cef1e6
Disable pipeline events
asahtik Oct 16, 2025
bb92f4f
Reduce pipeline state stat calculation, add ability to disable sendin…
asahtik Oct 17, 2025
a13c0ef
RVC4 FW: update core with pipeline debugging improvemets
asahtik Oct 17, 2025
b3e34dc
Bugfixes, add block events for host runnable nodes
asahtik Oct 20, 2025
0017ab7
RVC4 FW: Add io events to some nodes
asahtik Oct 20, 2025
55e7dd7
Use group and name for event source
asahtik Oct 28, 2025
eb699aa
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Oct 28, 2025
ef20c8b
Add default values to pipeline state
asahtik Oct 29, 2025
e0a4775
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Oct 30, 2025
6b58440
Add pipeline debugging tests
asahtik Nov 3, 2025
b4a8834
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Nov 4, 2025
312384a
Pipeline debugging bugfixes
asahtik Nov 4, 2025
5e1847b
Pipeline debugging test improvements, bugfixes
asahtik Nov 5, 2025
cc8638e
Add pipeline debugging test for rvc4
asahtik Nov 5, 2025
7149f32
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Nov 5, 2025
5632e03
RVC4 FW: Pipeline debugging fixes, add to nodes
asahtik Nov 5, 2025
ddef6df
TMP: run tests with pipeline debugging enabled
asahtik Nov 5, 2025
411134a
RVC2 FW: Pipeline debugging bugfixes
asahtik Nov 6, 2025
1dd9736
Add DEPTHAI_PIPELINE_DEBUGGING to tests env
asahtik Nov 6, 2025
4677f08
PR fixes
asahtik Nov 6, 2025
9874b63
Add ability go get schema without pipeline debugging stuff [no ci]
asahtik Nov 6, 2025
1b3533c
clangformat
asahtik Nov 6, 2025
ab22e6b
Pipeline debugging: fix HostNode crash [no ci]
asahtik Nov 7, 2025
ae05e48
RVC4 FW: Added pipeline debugging info to videoencoder
asahtik Nov 7, 2025
c0aef2a
Make block events thread safe
asahtik Nov 7, 2025
04f50b0
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Nov 7, 2025
19422fb
Bugfixes [no ci]
asahtik Nov 7, 2025
a8cd279
RVC4 FW: Core update
asahtik Nov 7, 2025
4879c08
RVC2 FW: Fix pipeline debugging fps calculation [no ci]
asahtik Nov 8, 2025
d1c961e
Add pipeline debugging input duration test
asahtik Nov 10, 2025
065a97c
Add foxglove service for full pipeline and pipeline state + support f…
asahtik Nov 10, 2025
ab48d74
Change pipeline state fg json [no ci]
asahtik Nov 10, 2025
0c87474
RVC2 FW: Fix script node issue with pipeline debugging
asahtik Nov 10, 2025
22ac8fd
Add toJson to PipelineState
asahtik Nov 10, 2025
fd4e692
Add pipeline debugging examples
asahtik Nov 10, 2025
0f89f3e
Fix try get pipeline debugging issue
asahtik Nov 11, 2025
5e194e3
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Nov 11, 2025
aeaa95a
bugfixes, pipeline event dispatcher improvements [no ci]
asahtik Nov 11, 2025
4e242b7
RVC4 FW: Add pipeline debugging to stereo depth, camera
asahtik Nov 11, 2025
d758208
Fix macos build?
asahtik Nov 11, 2025
b9cda65
Change device to deviceId & deviceNode in objinfo [no ci]
asahtik Nov 11, 2025
d32da8a
RVC4 FW: update core [no ci]
asahtik Nov 11, 2025
8589893
RVC2 FW: update core
asahtik Nov 11, 2025
568ad64
PR fixes
asahtik Nov 11, 2025
e6e28b5
Merge branch 'feature/pipeline_debugging' of github.com:luxonis/depth…
asahtik Nov 11, 2025
a79afee
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Nov 12, 2025
d0087cf
Remove pipeline debugging env var from tests
asahtik Nov 12, 2025
2d0fc90
Add example for pipeline event subscription
asahtik Nov 12, 2025
560d764
Clangformat
asahtik Nov 12, 2025
2c80e92
Macos build fix v2?
asahtik Nov 12, 2025
c4ba9a2
Fix windows build of example
asahtik Nov 12, 2025
921993f
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Nov 12, 2025
bcbf584
MacOs build fix v3 [no ci]
asahtik Nov 12, 2025
97897e1
RVC4 FW: merge develop [no ci]
asahtik Nov 12, 2025
201bbd3
RVC2 FW: merge develop
asahtik Nov 12, 2025
c04ed85
Fix include [no ci]
asahtik Nov 13, 2025
7637f2e
RVC2 FW: Update core [no ci]
asahtik Nov 13, 2025
f3eeb97
Added pipeline debugging docs
asahtik Nov 13, 2025
7bd26b6
Merge branch 'feature/pipeline_debugging' of github.com:luxonis/depth…
asahtik Nov 13, 2025
3a14630
Move section in PD docs
asahtik Nov 13, 2025
b71c87f
Add background to PD doc schema
asahtik Nov 14, 2025
e5bc755
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Nov 14, 2025
cd4b338
RVC2 FW: Update core
asahtik Nov 14, 2025
c84b861
Merge branch 'develop' of github.com:luxonis/depthai-core into featur…
asahtik Nov 14, 2025
0caa3d3
RVC4 FW: Update core
asahtik Nov 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ set(TARGET_CORE_SOURCES
src/device/CalibrationHandler.cpp
src/device/Version.cpp
src/pipeline/Pipeline.cpp
src/pipeline/PipelineStateApi.cpp
src/pipeline/AssetManager.cpp
src/pipeline/MessageQueue.cpp
src/pipeline/Node.cpp
Expand All @@ -281,6 +282,8 @@ set(TARGET_CORE_SOURCES
src/pipeline/ThreadedHostNode.cpp
src/pipeline/DeviceNode.cpp
src/pipeline/DeviceNodeGroup.cpp
src/pipeline/node/internal/PipelineEventAggregation.cpp
src/pipeline/node/internal/PipelineStateMerge.cpp
src/pipeline/node/internal/XLinkIn.cpp
src/pipeline/node/internal/XLinkOut.cpp
src/pipeline/node/ColorCamera.cpp
Expand Down Expand Up @@ -351,6 +354,9 @@ set(TARGET_CORE_SOURCES
src/pipeline/datatype/PointCloudConfig.cpp
src/pipeline/datatype/ObjectTrackerConfig.cpp
src/pipeline/datatype/PointCloudData.cpp
src/pipeline/datatype/PipelineEvent.cpp
src/pipeline/datatype/PipelineState.cpp
src/pipeline/datatype/PipelineEventAggregationConfig.cpp
src/pipeline/datatype/RGBDData.cpp
src/pipeline/datatype/MessageGroup.cpp
src/pipeline/datatype/ThermalConfig.cpp
Expand All @@ -367,6 +373,7 @@ set(TARGET_CORE_SOURCES
src/utility/Initialization.cpp
src/utility/Resources.cpp
src/utility/Platform.cpp
src/utility/PipelineEventDispatcher.cpp
src/utility/RecordReplay.cpp
src/utility/McapImpl.cpp
src/utility/Environment.cpp
Expand Down
211 changes: 211 additions & 0 deletions PipelineDebugging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
# Pipeline Debugging

## Notes

- Pipeline debugging on RVC2 is very limited compared to RVC4.
- States are calculated for individual nodes, not for node groups (e.g. instead of the `DetectionNetwork` state, `NeuralNetwork` and `DetectionParser` states are calculated).

## API

The pipeline state can be retrieved from the pipeline object by calling the `getPipelineState()` method which exposes methods for selecting which data to retrieve:

```python
pipelineState = pipeline.getPipelineState().nodes().detailed()
```

The method `nodes()` takes an optional argument to select which nodes to include in the state by their IDs. If no argument or multiple IDs are provided, the following methods can be used to select the desired data:

- `summary() -> PipelineState`: returns data pertaining the main loop and I\O blocks only. Statistics for individual inputs, outputs and other timings are not included.
- `detailed() -> PipelineState`: returns all data including statistics for individual inputs, outputs and other timings.
- `outputs() -> map(NodeId, map(str, OutputQueueState))`: returns state of all outputs per node.
- `inputs() -> map(NodeId, map(str, InputQueueState))`: returns state of all inputs per node.
- `otherTimings() -> map(NodeId, map(str, Timing))`: returns other timing statistics per node.

Specifying a single node ID to the `nodes()` method allows further filtering of the data:

- `summary() -> NodeState`: returns summary data for the specified node similarly to above.
- `detailed() -> NodeState`: returns detailed data for the specified node similarly to above.
- `outputs() -> map(str, OutputQueueState)`: returns states of all or specific outputs of the node. If only one output name is provided, the return type is `OutputQueueState`.
- `inputs() -> map(str, InputQueueState)`: returns states of all or specific inputs of the node. If only one input name is provided, the return type is `InputQueueState`.
- `otherTimings() -> map(str, Timing)`: returns other timing statistics of the node. If only one timing name is provided, the return type is `Timing`.

## Pipeline Events

### Class

```cpp
class PipelineEvent : public Buffer {
public:
enum class Type : std::int32_t {
CUSTOM = 0,
LOOP = 1,
INPUT = 2,
OUTPUT = 3,
INPUT_BLOCK = 4,
OUTPUT_BLOCK = 5,
};
enum class Interval : std::int32_t { NONE = 0, START = 1, END = 2 };

int64_t nodeId = -1;
int32_t status = 0;
std::optional<uint32_t> queueSize;
Interval interval = Interval::NONE;
Type type = Type::CUSTOM;
std::string source;
};
```

### Description

`PipelineEvent` can have different types depending on what kind of event is being reported:

- `CUSTOM` events can be defined by the node developers to report and track relevant information (e.g. timing of specific operations). These need to be manually added.
- `LOOP` events track the main processing loop timings. They can only track one loop per node. These can be generated by using the `mainLoop` method in the main `while` loop for simple nodes, or by using tracked events in more complex threaded nodes.
- `INPUT` events track input queue operations and states. These are automatically added.
- `OUTPUT` events track output queue operations and states. These are automatically added.
- `INPUT_BLOCK` events track a group of input operations. Only one input block can be tracked per node. These need to be manually added.
- `OUTPUT_BLOCK` events track a group of output operations. Only one output block can be tracked per node. These need to be manually added.

The `PipelineEvent` also contains the source node ID, the status code used to indicate success or failure of the operation (for `tryGet` and `trySend`), the queue size (if applicable - inputs only), the source or name of the event, the timestamp, the sequence number, and the interval (start, end or none). The interval is none when the end and start events are the same (e.g. simple main loop).

Pipeline events are generated using the `PipelineEventDispatcher` of a node. They can be created manually by using the `startEvent` and `endEvent` methods or by using the `BlockPipelineEvent` helper class (created using the `blockEvent` method) to automatically create start (in constructor) and end (in destructor) events for a block of code.

## Pipeline State

The pipeline state contains a map of `NodeState` objects by node ID.

### NodeState Class

```cpp
class NodeState {
public:
struct DurationEvent {
PipelineEvent startEvent;
uint64_t durationUs;
};
struct TimingStats {
uint64_t minMicros = -1;
uint64_t maxMicros = 0;
uint64_t averageMicrosRecent = 0;
uint64_t stdDevMicrosRecent = 0;
uint64_t minMicrosRecent = -1;
uint64_t maxMicrosRecent = 0;
uint64_t medianMicrosRecent = 0;
};
struct Timing {
float fps = 0.0f;
TimingStats durationStats;
};
struct QueueStats {
uint32_t maxQueued = 0;
uint32_t minQueuedRecent = 0;
uint32_t maxQueuedRecent = 0;
uint32_t medianQueuedRecent = 0;
};
struct InputQueueState {
enum class State : std::int32_t {
IDLE = 0,
WAITING = 1,
BLOCKED = 2
} state = State::IDLE;
uint32_t numQueued = 0;
Timing timing;
QueueStats queueStats;
};
struct OutputQueueState {
enum class State : std::int32_t { IDLE = 0, SENDING = 1 } state = State::IDLE;
Timing timing;
};
enum class State : std::int32_t { IDLE = 0, GETTING_INPUTS = 1, PROCESSING = 2, SENDING_OUTPUTS = 3 };

State state = State::IDLE;
std::vector<DurationEvent> events;
std::unordered_map<std::string, OutputQueueState> outputStates;
std::unordered_map<std::string, InputQueueState> inputStates;
Timing inputsGetTiming;
Timing outputsSendTiming;
Timing mainLoopTiming;
std::unordered_map<std::string, Timing> otherTimings;
};
```

### NodeState Description

The `NodeState` class contains information about the state of the node, optional list of recent events (the number of events stored is limited), output and input queue states, timings for getting inputs, sending outputs, main loop timing, and other timings added by the node developer.

#### Node State

The node can be in one of the following states:

- `IDLE`: the node is not currently processing anything. This is only possible before the node has entered its main loop.
- `GETTING_INPUTS`: the node is currently trying to get inputs (in the input block).
- `PROCESSING`: the node is currently processing data (it is not in the input or the output block).
- `SENDING_OUTPUTS`: the node is currently trying to send outputs (in the output block).

#### Duration Event

The `DurationEvent` merges a start and end `PipelineEvent` by storing the start event and the calculated duration in microseconds.

#### Timing

The `Timing` struct contains the calculated frames per second and the duration statistics in microseconds:

- `minMicros`: minimum duration recorded.
- `maxMicros`: maximum duration recorded.
- `averageMicrosRecent`: average duration over recent events.
- `stdDevMicrosRecent`: standard deviation of duration over recent events.
- `minMicrosRecent`: minimum duration over recent events.
- `maxMicrosRecent`: maximum duration over recent events.
- `medianMicrosRecent`: median duration over recent events.

The timing is invalid if the minimum duration is larger than the maximum duration. This struct provides an `isValid()` method to check for validity.

#### Queue Stats

The `QueueStats` struct contains statistics about the queue sizes:

- `maxQueued`: maximum number of input messages queued.
- `minQueuedRecent`: minimum number of input messages queued over recent events.
- `maxQueuedRecent`: maximum number of input messages queued over recent events.
- `medianQueuedRecent`: median number of input messages queued over recent events.

#### Input Queue State

The `InputQueueState` struct contains the current number of queued messages, the timing information, the queue statistics and the current state of the input:

- `IDLE`: the input is waiting to get data and there are no outputs waiting to send data.
- `WAITING`: the input is waiting for a message to arrive (the input queue is empty).
- `BLOCKED`: the input queue is full and an output is attempting to send data.

#### Output Queue State

The `OutputQueueState` struct contains the timing information and the current state of the output:

- `IDLE`: the output is not currently sending data.
- `SENDING`: the output is currently sending data. If the output is blocked due to a full queue on the input the state will be `SENDING`, otherwise the send should be instantaneous and the state will return to `IDLE`.

## Operation Overview

### Schema

![Pipeline Debugging Graph](./images/pipeline_debugging_graph.png)

### Description

Each node in the pipeline has a `pipelineEventOutput` output that emits `PipelineEvent` events related to the node's operation. These events are created and sent using the `PipelineEventDispatcher` object in each node. The event output is linked to one of the `PipelineEventAggregation` nodes, depending on where the node is running (by default events do not get sent from device to host, it is however possible to subscribe to the events of a node by simply creating an output queue).

The `PipelineEventAggregation` node collects events from the nodes running on the same device and merges them into a `PipelineState` object by calculating duration statistics, events per second, and various states. The state is then sent to the `StateMerge` node which runs on host and merges device and host states into a single `PipelineState` object.

## Pipeline Event Aggregation

The `PipelineEventAggregation` node collects `PipelineEvent` events in a separate thread. To improve performance, it does not update the state for every event, but rather collects events into a buffer and processes them in batches at a fixed interval. The node can be configured to adjust the processing interval and the maximum number of stored recent events per node.

The events are processed by their type and source in pairs (start and end). Interval events (where the interval is not `NONE`) are matched by their sequence numbers. Ping events (where the interval is `NONE`) are matched by looking for the event with with the previous sequence number.

The state is filtered before sending according to the input config. By default, the node waits for a request before sending the state. If the `repeat` flag in the config is set to true, the state is sent at regular intervals.

## State Merge

The `StateMerge` node collects `PipelineState` objects from multiple `PipelineEventAggregation` nodes and merges them into a single `PipelineState` object. The merging is done by combining the node states from each device into a single map of node states - it is expected that node IDs are unique.

The node waits for the input config and forwards it to connected `PipelineEventAggregation` nodes. The returned states are matched by the config sequence number to ensure that they correspond to the same request.
7 changes: 5 additions & 2 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ set(SOURCE_LIST
src/pipeline/node/UVCBindings.cpp
src/pipeline/node/ToFBindings.cpp
src/pipeline/node/PointCloudBindings.cpp
src/pipeline/node/SyncBindings.cpp
Copy link
Contributor Author

Choose a reason for hiding this comment

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

SyncBindings were duplicated (line 96)

src/pipeline/node/PipelineEventAggregationBindings.cpp
src/pipeline/node/MessageDemuxBindings.cpp
src/pipeline/node/HostNodeBindings.cpp
src/pipeline/node/RecordBindings.cpp
Expand Down Expand Up @@ -136,6 +136,8 @@ set(SOURCE_LIST
src/pipeline/datatype/PointCloudConfigBindings.cpp
src/pipeline/datatype/ObjectTrackerConfigBindings.cpp
src/pipeline/datatype/PointCloudDataBindings.cpp
src/pipeline/datatype/PipelineEventBindings.cpp
src/pipeline/datatype/PipelineStateBindings.cpp
src/pipeline/datatype/TransformDataBindings.cpp
src/pipeline/datatype/ImageAlignConfigBindings.cpp
src/pipeline/datatype/ImgAnnotationsBindings.cpp
Expand All @@ -149,6 +151,7 @@ set(SOURCE_LIST

src/remote_connection/RemoteConnectionBindings.cpp
src/utility/EventsManagerBindings.cpp
src/utility/PipelineEventDispatcherBindings.cpp
)
if(DEPTHAI_MERGED_TARGET)
list(APPEND SOURCE_LIST
Expand Down Expand Up @@ -412,4 +415,4 @@ endif()
########################
if (DEPTHAI_PYTHON_ENABLE_EXAMPLES)
add_subdirectory(../../examples/python ${CMAKE_BINARY_DIR}/examples/python)
endif()
endif()
6 changes: 6 additions & 0 deletions bindings/python/src/DatatypeBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ void bind_tracklets(pybind11::module& m, void* pCallstack);
void bind_benchmarkreport(pybind11::module& m, void* pCallstack);
void bind_pointcloudconfig(pybind11::module& m, void* pCallstack);
void bind_pointclouddata(pybind11::module& m, void* pCallstack);
void bind_pipelineevent(pybind11::module& m, void* pCallstack);
void bind_pipelinestate(pybind11::module& m, void* pCallstack);
void bind_transformdata(pybind11::module& m, void* pCallstack);
void bind_rgbddata(pybind11::module& m, void* pCallstack);
void bind_imagealignconfig(pybind11::module& m, void* pCallstack);
Expand Down Expand Up @@ -71,6 +73,8 @@ void DatatypeBindings::addToCallstack(std::deque<StackFunction>& callstack) {
callstack.push_front(bind_benchmarkreport);
callstack.push_front(bind_pointcloudconfig);
callstack.push_front(bind_pointclouddata);
callstack.push_front(bind_pipelineevent);
callstack.push_front(bind_pipelinestate);
callstack.push_front(bind_transformdata);
callstack.push_front(bind_imagealignconfig);
callstack.push_front(bind_imageannotations);
Expand Down Expand Up @@ -132,6 +136,8 @@ void DatatypeBindings::bind(pybind11::module& m, void* pCallstack) {
.value("ImageAlignConfig", DatatypeEnum::ImageAlignConfig)
.value("ImgAnnotations", DatatypeEnum::ImgAnnotations)
.value("RGBDData", DatatypeEnum::RGBDData)
.value("PipelineEvent", DatatypeEnum::PipelineEvent)
.value("PipelineState", DatatypeEnum::PipelineState)
.value("ImageFiltersConfig", DatatypeEnum::ImageFiltersConfig)
.value("ToFDepthConfidenceFilterConfig", DatatypeEnum::ToFDepthConfidenceFilterConfig)
.value("DynamicCalibrationControl", DatatypeEnum::DynamicCalibrationControl)
Expand Down
Loading
Loading