Bartosz Firyn (SarXos)

Serialized Form


Package com.github.sarxos.webcam

Class com.github.sarxos.webcam.WebcamDiscoveryEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

type

int type
Event type (webcam connected / disconnected).

Class com.github.sarxos.webcam.WebcamEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

image

BufferedImage image
Image acquired from webcam


type

WebcamEventType type
Event type.

Class com.github.sarxos.webcam.WebcamException extends RuntimeException implements Serializable

serialVersionUID: 4305046981807594375L

Class com.github.sarxos.webcam.WebcamLockException extends WebcamException implements Serializable

serialVersionUID: 1L

Class com.github.sarxos.webcam.WebcamMotionEvent extends EventObject implements Serializable

serialVersionUID: -7245768099221999443L

Serialized Fields

strength

int strength

Class com.github.sarxos.webcam.WebcamPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

executor

ScheduledExecutorService executor
Scheduled executor acting as timer.


rb

ResourceBundle rb
Resource bundle.


fillArea

boolean fillArea
Fit image into panel area.


frequency

double frequency
Frames requesting frequency.


frequencyLimit

boolean frequencyLimit
Is frames requesting frequency limited? If true, images will be fetched in configured time intervals. If false, images will be fetched as fast as camera can serve them.


frequencyDisplayed

boolean frequencyDisplayed
Display FPS.


webcam

Webcam webcam
Webcam object used to fetch images.


image

BufferedImage image
Image currently being displayed.


updater

com.github.sarxos.webcam.WebcamPanel.ImageUpdater updater
Repainter is used to fetch images from camera and force panel repaint when image is ready.


starting

boolean starting
Webcam is currently starting.


paused

boolean paused
Painting is paused.


errored

boolean errored
Is there any problem with webcam?


started

AtomicBoolean started
Webcam has been started.


defaultPainter

WebcamPanel.Painter defaultPainter

painter

WebcamPanel.Painter painter
Painter used to draw image in panel.

See Also:
WebcamPanel.setPainter(Painter), WebcamPanel.getPainter()

size

Dimension size
Preferred panel size.

Class com.github.sarxos.webcam.WebcamPicker extends JComboBox implements Serializable

serialVersionUID: 1L

Class com.github.sarxos.webcam.WebcamPickerCellRenderer extends JLabel implements Serializable

serialVersionUID: 1L

Class com.github.sarxos.webcam.WebcamPickerModel extends DefaultComboBoxModel implements Serializable

serialVersionUID: 1L

Class com.github.sarxos.webcam.WebcamViewer extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

webcam

Webcam webcam

panel

WebcamPanel panel

picker

WebcamPicker picker


Bartosz Firyn (SarXos)

Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.