Modeling Guide

Motion JPG Stream

The Motion JPG Stream operator streams the received video (frame by frame) to a distant host. The video can then be seen on host:port/stream/view.mjpg.

Configuration Parameters

Parameter

Type

Description

host

string

Address of the distant host where the video can be seen.

port

int

Port on the distant host.

fps

int

Framerate of the video played. If the value is 0, the message attribute "fps" is used. If the attribute is not present, the video runs as fast as possible.

buffer

boolean

Using a buffer.

Input

Input

Type

Description

imageIn

message.python.image

A matrix containing the image to be displayed.

Output

Output

Type

Description

imageOut

message.python.image

Output image