Giter Site home page Giter Site logo

Comments (1)

mtbsteve avatar mtbsteve commented on August 17, 2024

It seems that gscam udp streaming has an issue under Ubuntu 18.04/ROS melodic.
I resolved it in the following way by installing a ros rtsp streamer like https://github.com/CircusMonkey/ros_rtsp
In the ros_rtsp/config/stream_setup.yaml file you can either configure a zed camera node like:

stream-zed_camera:
    type: topic
    source: /zed/zed_node/left/image_rect_color
    mountpoint: /zedimage
    caps: video/x-raw,framerate=10/1,width=640,height=480
    bitrate: 150

or a gestreamer generic camera device like:

stream-camera:
    type: cam
    source: "v4l2src device=/dev/video0 ! video/x-raw,framerate=30/1,width=2560,height=720 ! omxh264enc ! rtph264pay"
    mountpoint: /camera
    bitrate: 150

In QGC, Mission Planner etc you can then directly stream the feed by enabling the RTSP option.

from redtail.

Related Issues (20)

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.