Bartosz Firyn (SarXos)

com.github.sarxos.webcam
Class WebcamProcessor

java.lang.Object
  extended by com.github.sarxos.webcam.WebcamProcessor

public class WebcamProcessor
extends Object


Method Summary
static WebcamProcessor getInstance()
           
 void process(WebcamTask task)
          Process single webcam task.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

process

public void process(WebcamTask task)
             throws InterruptedException
Process single webcam task.

Parameters:
task - the task to be processed
Throws:
InterruptedException - when thread has been interrupted

getInstance

public static WebcamProcessor getInstance()

Bartosz Firyn (SarXos)

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