Modeling Guide for SAP Data Hub

Capture Camera

The Capture Camera operator gets video stream from local webcam device /dev/video[n] using OpenCV. (Only working in local mode.)

Configuration Parameters

Parameter

Type

Description

fps

int

Number of frames taken per second.
webcam

int

Device chosen ; read video from /dev/video[webcam]. If no webcam is specified, this operator will read frames from /dev/video0

Input

None

Output

Output

Type

Description

imageOut

message.python.image

A matrix representing one frame of the video stream.