NodesIo
Server Media Input
Slot Usage: 1
Overview
Server Media Input node reads image/video media from the server path and outputs frames to the flow.
You can point it to a single file or a folder. For video, you can optionally sample every Nth frame.
Input
Path to Media
string requiredPath to media file or folder. Supported media includes images and videos.
Read Every N Frames
integer advancedFor video input, reads every Nth frame.
Default: 1
Output
Frame Out
imageCurrent output frame.
Frame Width
integerFrame width.
Frame Height
integerFrame height.
Is Frame Available
booleanWhether a frame was read successfully.
File Path
stringCurrent source file path.
File Name
stringCurrent source file name.
Frame Count
integerTotal/read frame count from current source.
Is Read All Frames
booleanWhether all frames/files have been consumed.