mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
fixed Stream divisor problems see issue 19 in github issues
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user