Class VideoSink

java.lang.Object
edu.wpi.first.cscore.VideoSink
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
ImageSink, MjpegServer

public class VideoSink
extends Object
implements AutoCloseable
A source for video that provides a sequence of frames. Each frame may consist of multiple images (e.g. from a stereo or depth camera); these are called channels.