com.github.sarxos.webcam.ds.buildin.cgt
Class GetImageTask

java.lang.Object
  extended by com.github.sarxos.webcam.ds.buildin.WebcamGrabberTask
      extended by com.github.sarxos.webcam.ds.buildin.cgt.GetImageTask

public class GetImageTask
extends WebcamGrabberTask


Field Summary
 
Fields inherited from class com.github.sarxos.webcam.ds.buildin.WebcamGrabberTask
grabber
 
Constructor Summary
GetImageTask(WebcamGrabberProcessor processor)
           
 
Method Summary
 byte[] getImage(Dimension size)
           
protected  void handle()
          Method to be called from inside of the processor thread.
 
Methods inherited from class com.github.sarxos.webcam.ds.buildin.WebcamGrabberTask
process, setGrabber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetImageTask

public GetImageTask(WebcamGrabberProcessor processor)
Method Detail

getImage

public byte[] getImage(Dimension size)

handle

protected void handle()
Description copied from class: WebcamGrabberTask
Method to be called from inside of the processor thread.

Specified by:
handle in class WebcamGrabberTask


Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.