Giter Site home page Giter Site logo

deepstream-examples's Introduction

Jetson + Deepstream + Gstreamer Examples

Author:
Frank Sepulveda
[email protected]

This repository contains examples to create custom python applications using Nvidia Deepstream and Gstreamer on Jetson Devices.

deepstream-examples's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

deepstream-examples's Issues

Read h265 encoded mp4 video

Hi Thanks for this repo. I want to decode h265 encoded video with python code. can you guide me on this ``

convertor2 = create_element_or_error("nvvideoconvert", "convertor-2")
r_encoder = create_element_or_error('nvv4l2h264enc', 'encoder')#nvv4l2h265enc
r_parser = create_element_or_error('h264parse', 'parser')
r_mux = create_element_or_error('matroskamux', 'mux')#matroskamux
r_sink = create_element_or_error('filesink', 'sink1')
r_encoder.set_property('bitrate', 2000000)
r_sink.set_property('location', 'video_' + str(datetime.datetime.utcnow().time()) + '.mp4')
r_sink.set_property("async", True)

Multiple USB source script is not working

Hi Frank,
Thanks for the repo. I Itried to run the Multiple USB source script using my 2 USB cameras. Its not showing any error. But its not showing any output and not fetching camera data. Mean while GPU usage is also zero. (Cameras are still off stage) I am attaching the terminal log here. Please help us to resolve it.

Thanks,
AB
Screenshot from 2021-03-15 00-02-51

iot messaging

Great repo, thanks for it! I am struggling a little with connecting deepstream and messaging ( kafka, mqqt ). Do you have some experience with it to add it into your examples?

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.