stac.videoView
Class VideoReceiverPlugin_V4L4J

java.lang.Object
  extended by stac.videoView.VideoReceiverPlugin
      extended by stac.videoView.VideoReceiverPlugin_V4L4J
All Implemented Interfaces:
java.lang.Runnable

public class VideoReceiverPlugin_V4L4J
extends VideoReceiverPlugin


Field Summary
 
Fields inherited from class stac.videoView.VideoReceiverPlugin
title
 
Constructor Summary
VideoReceiverPlugin_V4L4J(java.lang.String title, java.util.ArrayList<java.lang.Object> params)
           
 
Method Summary
 void dispose()
           
 void run()
          Implements the capture thread: get a frame from the FrameGrabber, and display it
 
Methods inherited from class stac.videoView.VideoReceiverPlugin
getActImage, getTitle, setImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoReceiverPlugin_V4L4J

public VideoReceiverPlugin_V4L4J(java.lang.String title,
                                 java.util.ArrayList<java.lang.Object> params)
Method Detail

run

public void run()
Implements the capture thread: get a frame from the FrameGrabber, and display it


dispose

public void dispose()
Overrides:
dispose in class VideoReceiverPlugin