Features¶
Can handle multiple video streams from IP cameras and webcams.
A frame-skipping policy which ensures a real-time behavior by always processing the latest available frame
Algorithms execution can be distributed across multiple nodes in a cluster.
Can create multiple worker for every algorithm.
Every algorithm can be executed in CPU and GPU modes.
Results and performance stats available via a Server-Sent Event (SSE) API.
Can stream resulting data and input video to any web application via WebRTC. It can also handle the video stream provided by a client web app via WebRTC.
It’s possibile to develop and deploy your own detector. See How to develop a Detector.
It’s possibile to develop and deploy your own descriptor. See How to develop a Descriptor.