Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1215ec55 authored by KADDOUR Sidi Mohammed's avatar KADDOUR Sidi Mohammed
Browse files

first protoype , only monitoring work

parent ba0f60a2
No related branches found
No related tags found
No related merge requests found
.venv/
/services/camera/footage/
# ReadMe for Surveillance System with Edge to Cloud Video Processing
# Surveillance System with Edge to Cloud Video Processing
## Overview
......@@ -20,7 +20,7 @@ This project demonstrates a video processing surveillance system designed to enh
- Integrates with a **TracerProvider** to enable distributed tracing for detailed monitoring of the frame transmission process. Each frame transmission is traced to measure latency and ensure reliability.
- **Connection:** Establishes a persistent TCP connection to the Motion Detection service and ensures real-time frame transmission even during intermittent connectivity issues.
### Motion Detection (Edge)
### Motion Detection
- **Function:** The Motion Detection component processes video frames received from the Camera component to identify significant motion events. If motion is detected, relevant frames are sent to the Object Recognition service for further analysis.
- **Process:**
......@@ -46,7 +46,7 @@ This project demonstrates a video processing surveillance system designed to enh
- **Connection:** Listens for incoming connections from the Camera service and communicates with the Object Recognition service over TCP.
### Object Recognizer (Cloud)
### Object Recognizer
- **Function:** The Object Recognizer component processes frames received from the Motion Detector to identify objects using a pre-trained YOLO model. It tracks performance metrics such as processing time, queue length, and end-to-end response time for frames.
- **Process:**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment