Interface | Description |
---|---|
VideoInterface |
Interface that defines platform specific behavior of the video actor.
|
Class | Description |
---|---|
BoundingBox |
BoundingBox class is simple sink that accepts bounding coordinates from
the server and passes them to the video class.
|
ImageWriter |
ImageWriter accepts ByteArrayTokens from its input stream, writes
them as a temp file and passes absolute path to the file via its output to Matlab.
|
Video |
This class output a video frame as ByteArrayToken via its output port
from a camera.
|
VideoJavaSE |
Empty implementation of the VideoInterface for JavaSE platform.
|