dLife Home Page

Uses of Class
dlife.vision.VideoSource

Packages that use VideoSource
dlife.vision Classes and interfaces for image processing and computer/robot vision. 
dlife.vision.cameras.sources A collection of VideoSource sub-classes for different sources of images (single images, sequence of images, streaming video, etc...). 
 

Uses of VideoSource in dlife.vision
 

Methods in dlife.vision that return VideoSource
 VideoSource Camera.getVideoSource()
          Get the VideoSource associated with this Camera.
 

Constructors in dlife.vision with parameters of type VideoSource
Camera(VideoSource src)
          Construct a new Camera that will control, process and display the video from the specified VideoSource.
Camera(VideoSource src, FilterManager mgr, VideoDisplay disp)
          Construct a new Camera using the specified VideoSource, FilterManger and VideoDisplay objects.
VideoSourceGUI(VideoSource mySource, byte buttonMask)
          Construct a new VideoSourceGUI for the specified VideoSource.
 

Uses of VideoSource in dlife.vision.cameras.sources
 

Subclasses of VideoSource in dlife.vision.cameras.sources
 class DLifeVisionServerVideoSource
          A DLifeVisionServerVideoSource will connect to a dLife VisionServer (provided in dlife.vision.server) and attempt to receive the streaming video from it.
 class ImageSequenceVideoSource
          An ImageSequenceVideoSource presents all of the images in a specified directory in lexicographical order as a VideoSource.
 class ImageVideoSource
          A VideoSource for a static image.
 


dLife Home Page