improved
Updates - Oct 2024
about 2 months ago
New nodes for Hanwha Wave events, Anthropic Claude lookups, and attribute tracking enhance functionality. Updates include deployment IDs in webhooks, proximity detection improvements, and better CPU utilization for generic detectors. Platform gains bulk actions and thumbnails for search, label application from search details, and enhanced object label selection. Gateway v1.34.7 introduces ONNX improvements for YOLOv5/v8 models, snapshot thumbnails, and ONVIF auth optimizations.
Nodes
- 🍀 Trigger Hanwha Wave Event : Trigger a bookmark / event in Hanwha Wave VMS
- 🍀 Anthropic Claude Lookup : Lookup objects or scenes using Anthropic Claude
- 🍀 Track Attributes : Track object attributes and persist them over time
- Send HTTP Webhook : Add deployment id to webhook
- Custom Function Repo : Add configuration property
- Trigger an Event : Add event description
- Proximity Detector : Supports object within object & object contains object proximity types, can output proximity groups as object attributes instead of new objects
- Generic Detector : Improve CPU utilization
Platform
- Search enhancements
- Bulk select & delete search results
- Thumbnails for saved snapshots
- Apply Labels to a file from search result detail view
- Node properties "object label" selection experience improved to support attribute selection as well
Gateway
v1.34.7 (Oct 30)
- Parallelized inference: TensorRT engine generation now handles ONNX with fixed batch (before it was required convert them to dynamic)
- AI Models: added inference parser for Ultralytics YOLOv5 and YOLOv8 models exported to ONNX format
- Generate thumbnails for Snapshot node output images
- Generate thumbnails for cameras/streams snapshots
- ONVIF auth optimizations to reuse digest auth headers and reduce auth frequency when monitoring existing cameras
- Yolo ONNX models now default to
maintain_aspect_ratio
enabled (letterbox mode)