Skip to content

Commit

Permalink
Remove nonfunctional ignore-cameras CLI arg (#1708)
Browse files Browse the repository at this point in the history
The underlying logic appears to have been removed. I don't think anyone
really used this option, and the new camera matching stuff makes it
redundant.
  • Loading branch information
person4268 authored Jan 12, 2025
1 parent d050329 commit 03ff935
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions photon-server/src/main/java/org/photonvision/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ private static boolean handleArgs(String[] args) throws ParseException {
"Run in test mode with 2019 and 2020 WPI field images in place of cameras");

options.addOption("p", "path", true, "Point test mode to a specific folder");
options.addOption(
"i",
"ignore-cameras",
true,
"Ignore cameras that match a regex. Uses camera name as provided by cscore.");
options.addOption("n", "disable-networking", false, "Disables control device network settings");
options.addOption(
"c",
Expand Down

0 comments on commit 03ff935

Please sign in to comment.