Name

adams.flow.transformer.MjpegImageSequence


Synopsis

Streams the individual frames from the MJPEG video file obtained as input.
Images are output as boofcv.struct.image.GrayF32 (FRAME) or java.awt.image.BufferedImage (GUIIMAGE).
In case of output type BOTH, an array of frame (first) and GUI image (second) is output.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File, adams.core.base.BaseURL
- output: adams.data.image.BufferedImageContainer


Options