# Working with events

> **Deprecation Notice**
> This page describes features that have been removed or replaced in Luxonis Hub. Functionality may be limited and only available
to Hub Original customers. Please refer to the up-to-date guides to provision devices, manage fleets, and deploy applications.

## Description

This application is designed to process live video streams, identify objects using a pre-trained YOLOv6 model, and then trigger
actions based on those detections or user input. It achieves this by combining real-time object detection with functionalities
from the Hub and a separate user interface.

Object Detection

The application utilizes a pre-trained YOLOv6 model to perform real-time object detection on the video stream. This model is
capable of identifying various objects within the frames of the video.

User Notifications

The application allows for the sending of notifications from a separate user interface. These notifications can be used to trigger
events or actions within the system.

Hub Integration

The application integrates with the Hub, a platform that enables communication and control of robotic systems. Based on the
detected objects or received notifications, the application can send events to the Hub.

Live Stream Monitoring

The application provides a live stream of the video analysis process. This allows users to monitor the video feed and view the
objects being detected in real-time.

### View source code

[View source code](https://github.com/luxonis/robothub-examples/tree/main/Luxonis%20Apps/Working%20with%20Events)
