Skip to content

Repository files navigation

pre-commit

GSTREAMER-EXAMPLES

This repository contains examples related to GStreamer, Deepstream and Hailo. Some of the examples are written in Python and some of them are written in C/C++.

1. Contents

Directories are as follows:

Paul Bridger has excellent tutorials regarding how to speed up inference. For anyone interested in the subject, I recommend you to take a look at:

2. Helper-Package

Helpers is a Python package that contains some helper routines for creating gst-pipelines. Some of the examples use modules from this package. If you get an error saying that the modules are missing, you can install it with the following instructions. First make sure that you have the latest version of the build package installed using the following command:

python3 -m pip install --upgrade build

In order to create the helper package, run the following command from the directory where the setup.py is located:

cd helper-package
python3 -m build

Above command creates a new directory called dist where the package can be found. In order to install the created package, run the following command from the dist directory:

pip3 install ./helpers-0.0.1-py3-none-any.whl

Replace helpers-0.0.1-py3-none-any.whl with the actual name/path of the whl-file that was created.

2.1. Usage

Once you have installed the helpers package, you can use is as follows:

from helpers import gsthelpers

2.2. Python Packages and Modules

For more information regarding Python packagaging etc., take a look at:

3. MCP Server for GStreamer

Agents are a great help when writing code. Sometimes, however, the LLM can get "stuck" if it does not find the correct information for a particular library version. Typical harnesses expose tools for downloading the source code, but this can fill up the context window pretty fast. GStreamer is one of the largest, if not the largest, media framework in existence, so even LLMs with large context windows might be thrown off if they need to start analyzing source code. The MCP server defined in docker/README.md can help by giving access to correct documentation for GStreamer version 1.28.

About

This repository showcases how to create image processing pipelines using GStreamer, DeepStream and other technologies.

Topics

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages