Overview

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

Tutorial Description
Camera Viewer This sample is a basic example which displays a ZED live view in the ZED Hub Video Panel. It also allows you to continuously record the video. This sample showcases the following ZED Hub features :
- Logs which informs you about the application's status
- Live Stream which displays the live video from your ZED camera in the Video Panel
- Recordings which are listed hour by hour in the Video Panel
Object Detection This sample is a complete example that shows you how to perform Object detection in a ZED Hub App. It also shows how to generate:
- Logs which inform you about the application's status
- Telemetries which store data linked to the detections
- Video Events which capture videos when people are detected
- A Custom Stream which shows you the live video, with bounding boxes around detected people
GPS Tracker This sample is an example that shows you how to send GPS data in a ZED Hub App to display them in the Map page. It also shows how to use it to generate:
- Logs which inform you about the application's status
- Telemetries which store data linked to the detections