Start work on video mode selection

This commit is contained in:
Matt
2019-11-27 21:11:05 -08:00
parent 9e068ea0f0
commit febd7292cf
7 changed files with 24 additions and 7 deletions

View File

@@ -28,6 +28,11 @@ public class USBCameraCapture implements CameraCapture {
return properties;
}
@Override
public VideoMode getCurrentVideoMode() {
return baseCamera.getVideoMode();
}
@Override
public Pair<Mat, Long> getFrame() {
Long deltaTime;