public interface ICameraListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNewFrame(Frame frame)
Called when a new frame (in jpeg) arrives
|
void |
onNewMat(org.opencv.core.Mat mat)
Called when a new frame (in OpenCV Mat format) arrives
|
void onNewFrame(Frame frame)
frame - The framevoid onNewMat(org.opencv.core.Mat mat)
mat - The frame