GithubHelp home page GithubHelp logo

changsubi / gstreamer-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jarnoralli/gstreamer-examples

0.0 0.0 0.0 269 KB

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

License: BSD 3-Clause "New" or "Revised" License

C++ 79.43% Python 15.20% C 3.09% Makefile 0.61% CMake 1.67%

gstreamer-examples's Introduction

GSTREAMER-EXAMPLES

This repository contains both GStreamer and Deepstream related examples in Python. Directories are as follows:

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

Helper-Package

Helpers is a Python package that contains some helper routines for creating gst-pipelines. Most of the examples, if not all, use modules from this package, so it needs to be available to Python. Easiest way to make this accessible is to install it as follows.

Make sure that you have the latest version of PyPA's build installed:

python3 -m pip install --upgrade build

In order to create the package, run the following command from the directory where the pyproject.toml 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.

Usage

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

from helpers import *

Python Packages and Modules

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

gstreamer-examples's People

Contributors

jarnoralli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.