mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
bug fixed the sync and bug fixed the pipe change from nt
This commit is contained in:
@@ -104,7 +104,7 @@ public class ServerHandler {
|
||||
System.out.printf("Changing pipeline to %s\n", newPipeline);
|
||||
CameraManager.setCurrentPipeline(pipelineNumber);
|
||||
var Proccess = CameraManager.getCurrentCameraProcess();
|
||||
Proccess.ntPipelineEntry.setString(newPipeline);
|
||||
Proccess.ntPipelineEntry.setString("pipeline"+pipelineNumber);
|
||||
broadcastMessage(allFieldsToMap(CameraManager.getCurrentPipeline()));
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user