[cscore] Remove Axis camera (#8642)

Was a thin wrapper around HttpCamera and haven't been used by teams for
years.
This commit is contained in:
Peter Johnson
2026-02-27 21:05:52 -08:00
committed by GitHub
parent 880ffe94f2
commit ba81d4b790
8 changed files with 13 additions and 196 deletions

View File

@@ -14,7 +14,7 @@ class CameraSourceTest : public ::testing::Test {
};
TEST_F(CameraSourceTest, HTTPCamera) {
auto source = HttpCamera("axis", "http://localhost:8000");
auto source = HttpCamera("camera", "http://localhost:8000");
wpi::cs::Shutdown();
}