Convert to user selected camera matching (#1556)

This commit is contained in:
oh-yes-0-fps
2025-01-01 03:04:20 -05:00
committed by GitHub
parent b2e70a7257
commit 418eada0b5
67 changed files with 2710 additions and 1948 deletions

View File

@@ -136,6 +136,9 @@ public class Server {
app.get("/api/utils/getCalibrationJSON", RequestHandler::onCalibrationExportRequest);
app.post("/api/utils/nukeConfigDirectory", RequestHandler::onNukeConfigDirectory);
app.post("/api/utils/nukeOneCamera", RequestHandler::onNukeOneCamera);
app.post("/api/utils/activateMatchedCamera", RequestHandler::onActivateMatchedCameraRequest);
app.post("/api/utils/assignUnmatchedCamera", RequestHandler::onAssignUnmatchedCameraRequest);
app.post("/api/utils/unassignCamera", RequestHandler::onUnassignCameraRequest);
// Calibration
app.post("/api/calibration/end", RequestHandler::onCalibrationEndRequest);