icommand.vision
Class RegionEffect

java.lang.Object
  extended by icommand.vision.VisionEffect
      extended by icommand.vision.RegionEffect
All Implemented Interfaces:
javax.media.Codec, javax.media.Controls, javax.media.Effect, javax.media.PlugIn

public class RegionEffect
extends VisionEffect


Field Summary
 boolean show
           
 
Fields inherited from class icommand.vision.VisionEffect
inputFormat, inputFormats, outputFormat, outputFormats
 
Fields inherited from interface javax.media.PlugIn
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED
 
Constructor Summary
RegionEffect()
           
 
Method Summary
 java.lang.Object[] getControls()
          Getter for array on one control for adjusing motion threshold and setting debug.
 java.lang.String getName()
           
 int process(javax.media.Buffer inBuffer, javax.media.Buffer outBuffer)
           
 
Methods inherited from class icommand.vision.VisionEffect
close, getControl, getSupportedInputFormats, getSupportedOutputFormats, matches, open, reset, setInputFormat, setOutputFormat, validateByteArraySize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

show

public boolean show
Constructor Detail

RegionEffect

public RegionEffect()
Method Detail

process

public int process(javax.media.Buffer inBuffer,
                   javax.media.Buffer outBuffer)

getName

public java.lang.String getName()

getControls

public java.lang.Object[] getControls()
Getter for array on one control for adjusing motion threshold and setting debug.

Specified by:
getControls in interface javax.media.Controls
Overrides:
getControls in class VisionEffect
Returns:
an array of one MotionDetectionControl


Copyright © 2006. All Rights Reserved.