Video Source
Use cameras, RTSP streams or files as input sources.
Overview
Outputs video frames at the configured frame rate & resolution, or at the source's native framerate / resolution if not configured.
Lumeo has broad support for video formats, including but not limited to :
- container formats: asf, avi, 3gp/mp4/mov, flv, mpeg-ps/ts, mkv/webm, mxf, ogg and more.
- codecs : h264, h265, mjpeg, vp8 and more.
Inputs & Outputs
- Inputs : 1, Media Format : Any
- Outputs : 1, Media Format: Same as Input
- Output Metadata : Video source information
Properties
Property | Value |
---|---|
| Type of video source : Note: Console provides a way to select from amongst IP Camera Streams, RTSP Streams and USB Cameras and populates source type and source id only when you deploy a Pipeline. This property is not available in the Pipeline node editor. Source type Camera is only used for usb cameras. |
| UUID of the source to use (Stream ID or Camera ID) Note: Console provides a way to select from amongst IP Camera Streams, RTSP Streams and USB Cameras and populates source type and source id only when you deploy a Pipeline. This property is not available in the Pipeline node editor. |
| Outputs video converted to this frame rate, irrespective of the source's native frame rate. For USB Cameras, this node will select a frame rate from the set of frame rates that the camera supports, that is greater than or equal to the requested frame rate here. |
| Outputs video converted to this resolution, irrespective of the source's native resolution. For USB Cameras, this node will select a resolution from the set of frame rates that the camera supports, that is greater than or equal to the requested resolution here. |
Metadata
Metadata Property | Description |
---|---|
| Describes the Video source properties.
|
| Node Type : |
| Unique Source Identifier |
| Type of video source. |
| Name of the video source as set in the Console |
| Full URI for the video source. |
'nodes':{
'video1':{
'type': 'video_source',
'source_id': '6372b7e6-e5d6-45b8-b31b-c400a3754ff4',
'source_name': 'Milestone-AXIS P1455-LE (172.16.0.38) - Camera 1',
'source_type': 'stream',
'uri': 'rtsp://172.16.0.45:554/live/658040e2-fe47-4d4b-9a27-2217af4c4193'
}
}
Updated 34 minutes ago