Capture Video
The Capture Video operator captures the video stream from a file on the File System.
Configuration Parameters
Parameter |
Type |
Description |
---|---|---|
filePath |
string |
Path to the file to be read on the File Sytem. |
fps |
int |
Frame rate for sampling the video. |
Input
None
Output
Output |
Type |
Description |
---|---|---|
imageOut |
message.python.image |
A matrix containing the image read. |