Skip to content

Commit c18e509

Browse files
Merge pull request #1348 from roboflow/ONVIF_Sink
Onvif sink
2 parents 719cfcb + 05a361c commit c18e509

6 files changed

Lines changed: 2027 additions & 0 deletions

File tree

inference/core/workflows/core_steps/loader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
EmailNotificationBlockV1,
271271
)
272272
from inference.core.workflows.core_steps.sinks.local_file.v1 import LocalFileSinkBlockV1
273+
from inference.core.workflows.core_steps.sinks.onvif_movement.v1 import ONVIFSinkBlockV1
273274
from inference.core.workflows.core_steps.sinks.roboflow.custom_metadata.v1 import (
274275
RoboflowCustomMetadataBlockV1,
275276
)
@@ -653,6 +654,7 @@ def load_blocks() -> List[Type[WorkflowBlock]]:
653654
SmolVLM2BlockV1,
654655
Moondream2BlockV1,
655656
OverlapBlockV1,
657+
ONVIFSinkBlockV1,
656658
]
657659

658660

inference/core/workflows/core_steps/sinks/onvif_movement/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)