8000 GitHub - nimax82/gstMonitor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nimax82/gstMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gstMonitor

Description

This project is a prototype application using GStreamer. Its main goal is to provide a proof of concept (POC) for utilizing GStreamer and image processing within a pipeline involving multiple systems, including acquisition, processing, and distribution.

The POC is structured as follows:

Video acquision: Acquisition is performed using UDP transfer.

Processing: The received video stream is split into multiple pipelines, each dedicated to a specific processing step (e.g., OpenCV-based motion detection with file creation, generating files for HLS streaming).

Display: A Flask server provides an on-demand display of the live stream acquired from the sender, along with a list of motion-detected segments.

Figure 1: Diagram showing the architecture of the gstMonitor pipeline. Diagram

Figure 2: Screenshot of the Flask server displaying the live stream and motion-detected segments. Server

Futher work

The next step of this project is to add various image processing modules that can be loaded and unloaded dynamically, especially AI-powered processing modules.

Following this, a thorough analysis of the system’s capabilities and limitations will be conducted to guide the development of a more ambitious project with an optimized software architecture, focused on minimizing resource consumption.

License

@Todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0