Xovis Api Documentation Link _hot_ -
For applications requiring sub-second updates—such as live queue-waiting time displays at airport security—pulling data via REST can create unnecessary network overhead. Xovis supports data streaming protocols. MQTT, WebSockets, or direct TCP data streams.
┌──────────────────────┐ │ Xovis 3D Sensor │ └──────────┬───────────┘ │ ┌────────────────┴────────────────┐ ▼ ▼ [REST API (Pull)] [Data Push / MQTT (Push)] • On-demand querying • Real-time data events • Custom system polling • Event-driven architectures • Configuration management • Off-site central servers 1. The REST API (Pull Mechanism) xovis api documentation link
Xovis sensors operate as edge-computing devices. This means the heavy lifting—stereo vision processing, AI-based object classification, and height filtering—happens directly on the sensor. The APIs are designed to pull or push the lightweight data generated by these edge calculations. AI-based object classification