|
dLife Home Page | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
VideoSource sub-classes for
different sources of images (single images, sequence of images,
streaming video, etc...).
See:
Description
| Class Summary | |
|---|---|
| DLifeVisionServerVideoSource | A DLifeVisionServerVideoSource will connect to a dLife VisionServer (provided in dlife.vision.server) and attempt to receive the streaming video from it. |
| ImageSequenceVideoSource | An ImageSequenceVideoSource presents all of the images in a specified directory in lexicographical order as a VideoSource. |
| ImageVideoSource | A VideoSource for a static image. |
A collection of VideoSource sub-classes for
different sources of images (single images, sequence of images,
streaming video, etc...). Each VideoSource implementation
provides images from a different type of source. Users will not interact
with VideoSources directly. Instead they will interact with
the Camera class that provides a wrapper around the VideoSource.
See the dlife.vision.cameras package for a list of the Cameras
that are available and instructions for their use.
HOW TO CREATE A NEW VIDEOSOURCE... NEED TO WRITE THIS.
|
dLife Home Page | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||