Overview

ZED Hub comes with multiple tutorials that can be deployed as applications on your devices to experience the platform features. The code can be written with C++ or Python.

Tutorial Description
Basic Application This sample shows how to make a very simple application that connects itself to the cloud and sends logs.
Stream and Recording Deploy an application that starts a ZED camera and and sends the live stream to ZED Hub interface.
Telemetries This tutorial shows you how to send custom telemetry to the cloud.
Application Parameters Shows how to use custom application parameters in your application.
Remote Function Calls Create a custom function within your application and call it remotely from a REST request (curl command).
Video Event This tutorial shows you how to send custom video event to the cloud.
MQTT Publisher This tutorial shows you how to send MQTT messages using the C++ API.
MQTT Subscriber This tutorial shows you how to receive MQTT messages using the C++ API.
Multiple Cameras This tutorial shows you how to use multiple ZED cameras using a single application.
Metadata Stream This tutorial shows you how to stream ZED SDK data through ZED Hub.