| Package | Description |
|---|---|
| com.github.sarxos.webcam |
| Modifier and Type | Class and Description |
|---|---|
class |
WebcamLockException |
| Modifier and Type | Method and Description |
|---|---|
static Webcam |
Webcam.getDefault()
Will discover and return first webcam available in the system.
|
static Webcam |
Webcam.getDefault(long timeout)
Will discover and return first webcam available in the system.
|
static Webcam |
Webcam.getDefault(long timeout,
TimeUnit tunit)
Will discover and return first webcam available in the system.
|
static List<Webcam> |
Webcam.getWebcams()
Get list of webcams to use.
|
static List<Webcam> |
Webcam.getWebcams(long timeout)
Get list of webcams to use.
|
static List<Webcam> |
Webcam.getWebcams(long timeout,
TimeUnit tunit)
Get list of webcams to use.
|
Copyright © 2012-2014 Bartosz Firyn (SarXos). All Rights Reserved.