public abstract class ACameraModule extends java.lang.Object implements ICameraModule
| Constructor and Description |
|---|
ACameraModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyFrame(Frame frame) |
protected void |
notifyMat(org.opencv.core.Mat mat) |
void |
suscribe(ICameraListener listener)
Suscribes a listener to the frame notifications
|
void |
unsuscribe(ICameraListener listener)
Unsuscribes a listener from the frame notifications
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeCamera, passOCVthings, passSurfaceView, signalInitprotected void notifyFrame(Frame frame)
protected void notifyMat(org.opencv.core.Mat mat)
public void suscribe(ICameraListener listener)
ICameraModulesuscribe in interface ICameraModulelistener - The listener to be addedpublic void unsuscribe(ICameraListener listener)
ICameraModuleunsuscribe in interface ICameraModulelistener - The listener to be removed