Giter Site home page Giter Site logo

mjpeg_client's Introduction

mjpeg_client

ROS nodelets to receive a motion jpeg stream over HTTP and convert it to an image topic

Nodelet: MjpegClient

receives mjpeg stream over HTTP and convert it to sensor_msgs/CompressedImage

Published Topics

image/compressed (sensor_msgs/CompressedImage)

Parameters

~server (string, default: "localhost")

  • a descriptive name or a numeric address string of the mjpeg server

~method (string, default: "POST")

  • a string corresponding to HTTP request method

~service (string, default: "http")

  • a descriptive name (usually "http") or a numeric string corresponding to a port number of the mjpeg server

~target (string, default: "/")

  • a string corresponding to HTTP request target

~headers (map<string, string>, default: {{"Accept", "multipart/x-mixed-replace"}})

  • a sequence of string pairs corresponding to the field and value of HTTP request header

~body (string, default: "")

  • a string corresponding to HTTP request body

~timeout (double, default: 3.0)

  • timeout in seconds for communication to the server
  • when timeout reached, the connection is reset

~frame_id (string, default: "camera")

  • frame id of published images

Nodelet: MjpegDecoder

decompresses sensor_msgs/CompressedImage to sensor_msgs/Image

Subscribed Topics

image/compressed (sensor_msgs/CompressedImage)

Published Topics

image (sensor_msgs/Image)

Examples

see launch/test_axis.launch for general IP cameras such as AXIS, and launch/test_osc.launch for cameras which support Open Spherical Camera API such as RICOH THETA

mjpeg_client's People

Contributors

vsys-gv avatar yoshito-okada avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  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.