Interface | Description |
---|---|
WebcamDevice |
Webcam device abstraction.
|
WebcamDevice.BufferAccess |
This interface should be implemented by all webcam devices supporting
possibility to access raw bytes or direct bytes buffer from native webcam
device.
|
WebcamDevice.FPSSource | |
WebcamDiscoveryListener | |
WebcamDiscoverySupport |
This interface should be implemented by all webcam drivers which would like
to support webcam devices discovery mechanism.
|
WebcamDriver |
This is interface for all webcam drivers.
|
WebcamImageTransformer | |
WebcamListener |
Webcam listener.
|
WebcamMotionListener |
Motion listener used to signal motion detection.
|
WebcamPanel.Painter |
Interface of the painter used to draw image in panel.
|
Class | Description |
---|---|
Webcam |
Webcam class.
|
WebcamCompositeDriver | |
WebcamDiscoveryEvent |
This event is generated when webcam has been found or lost.
|
WebcamDiscoveryService | |
WebcamDriverUtils | |
WebcamEvent |
Webcam event.
|
WebcamExceptionHandler |
Used internally.
|
WebcamLock |
This class is used as a global (system) lock preventing other processes from
using the same camera while it's open.
|
WebcamMotionDetector |
Webcam motion detector.
|
WebcamMotionEvent |
Webcam detected motion event.
|
WebcamPanel |
Simply implementation of JPanel allowing users to render pictures taken with webcam.
|
WebcamPicker | |
WebcamPickerCellRenderer | |
WebcamPickerModel | |
WebcamProcessor | |
WebcamProcessor.ProcessorThread |
Thread doing supersync processing.
|
WebcamShutdownHook |
Shutdown hook to be executed when JVM exits gracefully.
|
WebcamStreamer | |
WebcamTask | |
WebcamUpdater |
The goal of webcam updater class is to update image in parallel, so all calls
to fetch image invoked on webcam instance will be non-blocking (will return
immediately).
|
WebcamUtils | |
WebcamViewer |
Just a simple webcam viewer.
|
Enum | Description |
---|---|
WebcamEventType | |
WebcamPanel.DrawMode |
This enum is to control of how image will be drawn in the panel bounds.
|
WebcamResolution |
Various resolutions.
|
Exception | Description |
---|---|
WebcamException | |
WebcamLockException |
Copyright © 2012-2014 Bartosz Firyn (SarXos). All Rights Reserved.