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

@@ -221,7 +221,7 @@ public class SocketHandler {
tmp.put("fov", currentCamera.getProperties().getFOV());
tmp.put("streamDivisor", currentVisionProcess.cameraStreamer.getDivisor().ordinal());
// TODO: (HIGH) get videomode index!
// tmp.put("resolution", currentCamera.getVideoModeIndex());
// tmp.put("resolution", currentCamera.getVideoModeIndex());
return tmp;
}