improved
Updates - Jan 2023
almost 2 years ago
Platform
- 🍀 GCP - Kubernetes Guide
- 🍀 Deployment limits per gateway : limit how many deployments can run in parallel on a single gateway
- 🍀 Console UX enhancements: enhanced JSON log viewer, Snapshot previews in streams, incremental loading for large number of cameras/deployments/resources.
Nodes
- 🍀 Webhook Node updates to push snapshots and clips with Form multi-part POST.
- 🍀 Camera calibration Node support
- 🍀 Occupancy Monitor updated to add exited_objects and objected_entered_timestamp to metadata.
- 🍀 Face Recognition Edge Node for Face recognition via the edge (local) processing.
- 🍀 Blur Objects Node now supports conditional blurring
Gateway (v 1.6.22)
- 🍀 Deepstream 6.1 support, Jetson requires Jetpack 5.0, DGPU requires drivers 515.x+, Balena will work as is
- 🍀
gateway_id
andgateway_name
,pipeline_id
,pipeline_name
available in function node parameters - 🍀 Set "Tensor::source_node_id" and add "source" to object and object attribute meta so you can easily tell which node/model generated that object type and attributes.
- 🍀 Support for processing models trained using Azure Custom Vision Service (https://customvision.ai)
- 🍀 [Balena] Auto assign gateway name from BALENA_DEVICE_NAME_AT_INIT env var if present
- 🍀 Add extra metadata to video source node
- 🐛 Reduce MQTT traffic when there are no subscribers to logs topic
- 🐛 On Jetson and dGPU, local snapshot nodes save every frame. This has been fixed.