public abstract class WebcamTask extends Object
Constructor and Description |
---|
WebcamTask(boolean threadSafe,
WebcamDevice device) |
WebcamTask(WebcamDevice device) |
WebcamTask(WebcamDriver driver,
WebcamDevice device) |
Modifier and Type | Method and Description |
---|---|
WebcamDevice |
getDevice() |
Throwable |
getThrowable() |
void |
process()
Process task by processor thread.
|
void |
setThrowable(Throwable t) |
public WebcamTask(boolean threadSafe, WebcamDevice device)
public WebcamTask(WebcamDriver driver, WebcamDevice device)
public WebcamTask(WebcamDevice device)
public WebcamDevice getDevice()
public void process() throws InterruptedException
InterruptedException
- when thread has been interruptedpublic Throwable getThrowable()
public void setThrowable(Throwable t)
Copyright © 2012-2014 Bartosz Firyn (SarXos). All Rights Reserved.