Skip to content

Commit

Permalink
Add observatory-pipeline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tekn0ir committed Nov 22, 2024
1 parent 6361dde commit 3c54e91
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
9 changes: 5 additions & 4 deletions charts/boxer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ name: boxer
description: A Helm chart for Boxer Property

type: application
version: 0.1.0
version: 0.2.0
appVersion: "1.0.0"

dependencies:
- name: nvr
version: 0.2.3
version: 0.2.4
repository: https://teknoir.github.io/nvr-helm
- name: triton
version: 0.1.0
repository: https://teknoir.github.io/triton-helm
- name: historian
version: 0.0.2
repository: https://teknoir.github.io/historian-helm

# TODO: Add Observatory pipeline
- name: observatory-pipeline
version: 0.0.2
repository: https://teknoir.github.io/observatory-pipeline-helm
29 changes: 29 additions & 0 deletions values.yaml → values-trainer-2x-rtx3090.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,32 @@ nvr:
- name: teknoir-nvr-2x3090-se-vid6
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid6

observatory-pipeline:
defaults:
debugLevel: DEBUG
labels:
deviceID: "trainer-2x-rtx3090"
teamspace: "teknoir-ai"
domain: "teknoir.cloud"

streams:
- stream: update-frame-rate-control
mqtt:
topicDetections: "camera/frames/#"
- stream: record-detections
mqtt:
topicDetections: "camera/frames/#"
- stream: update-movements
- stream: filter-movements
# ALERTS
- stream: motion
- stream: loitering
- stream: person-down
- stream: catalytic-theft
# ALERT PROCESSING
- stream: update-alerts
- stream: make-clip
video:
mountSegmentPath: true
mountClipTempPath: true

0 comments on commit 3c54e91

Please sign in to comment.