public class WebcamProcessor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WebcamProcessor.ProcessorThread
Thread doing supersync processing.
|
Modifier and Type | Method and Description |
---|---|
static WebcamProcessor |
getInstance() |
void |
process(WebcamTask task)
Process single webcam task.
|
void |
shutdown() |
public void process(WebcamTask task) throws java.lang.InterruptedException
task
- the task to be processedjava.lang.InterruptedException
- when thread has been interruptedpublic void shutdown()
public static WebcamProcessor getInstance()
Copyright © 2012-2018 Bartosz Firyn (SarXos). All Rights Reserved.