fixed Stream divisor problems see issue 19 in github issues

This commit is contained in:
Omer
2019-12-09 01:45:14 +02:00
parent 857172efc9
commit 0a051a88a3
4 changed files with 27 additions and 18 deletions

View File

@@ -180,6 +180,7 @@ public class SocketHandler {
if (currentPipeline instanceof CVPipeline2d)
((CVPipeline2d) currentPipeline).settings.point = new ArrayList<>();//This will reset the calibration
currentCamera.setVideoMode((Integer) entry.getValue());
currentProcess.cameraStreamer.recalculateDivision();
break;
}
case "streamDivisor": {