public interface CamInitializationObserver
Modifier and Type | Method and Description |
---|---|
void |
camFailed()
Invoked when web cam device failed to initialize.
|
void |
camReady()
Invoked when web cam device has been fully and successfully
initialized and has just began operating.
|
void |
camScanComplete(List<VideoDevice> devices,
ActionListener listener)
Fired when a scan of all available video capture devices has completed.
|
void camReady()
void camFailed()
void camScanComplete(List<VideoDevice> devices, ActionListener listener)
devices
- list of devices found on the host systemlistener
- the listener object that wishes to be informed of gui
action invoked as a result of this event; null if noneCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.