|
Bartosz Firyn (SarXos) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebcamException | |
---|---|
com.github.sarxos.webcam |
Uses of WebcamException in com.github.sarxos.webcam |
---|
Methods in com.github.sarxos.webcam that throw WebcamException | |
---|---|
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. |
|
Bartosz Firyn (SarXos) | |||||||||
PREV NEXT | FRAMES NO FRAMES |