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.WebcamMotionEvent extends EventObject implements Serializable

serialVersionUID: -7245768099221999443L

Serialized Fields

strength

int strength

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

serialVersionUID: 5792962512394656227L

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.


painter

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

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

size

Dimension size


Bartosz Firyn (SarXos)

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