|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.video.producers.VideoProcessor
public class VideoProcessor
Constructor Summary | |
---|---|
VideoProcessor(ImageProcessorInterface ipi)
|
Method Summary | |
---|---|
void |
add(ImageListener il)
Images captured by the camera are sent to the ImageListeners. |
void |
close()
Close the camera source. |
java.awt.Image |
getImage()
used to get the image for asynchronized capture and initialization. |
boolean |
open()
Open the camera source for subsequent use via call-backs. |
void |
update(java.awt.Image img)
Used send the image to the listening application. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VideoProcessor(ImageProcessorInterface ipi)
Method Detail |
---|
public void add(ImageListener il)
CameraSource
add
in interface CameraSource
public void update(java.awt.Image img)
ImageListener
update
in interface ImageListener
public boolean open()
CameraSource
open
in interface CameraSource
public void close()
CameraSource
close
in interface CameraSource
public java.awt.Image getImage()
CameraSource
getImage
in interface CameraSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |