|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Webcam | |
---|---|
com.github.sarxos.webcam |
Uses of Webcam in com.github.sarxos.webcam |
---|
Methods in com.github.sarxos.webcam that return Webcam | |
---|---|
static Webcam |
Webcam.getDefault()
|
Webcam |
WebcamEvent.getSource()
|
Webcam |
WebcamMotionDetector.getWebcam()
|
Methods in com.github.sarxos.webcam that return types with arguments of type Webcam | |
---|---|
static List<Webcam> |
Webcam.getWebcams()
Get list of webcams to use. |
Constructors in com.github.sarxos.webcam with parameters of type Webcam | |
---|---|
WebcamEvent(Webcam w)
Webcam event. |
|
WebcamMotionDetector(Webcam webcam)
Create motion detector with default parameters - threshold = 25, inertia = 0. |
|
WebcamMotionDetector(Webcam webcam,
int threshold)
Create motion detector with default parameter inertia = 0. |
|
WebcamMotionDetector(Webcam webcam,
int threshold,
int inertia)
Create motion detector. |
|
WebcamPanel(Webcam webcam)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |