mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user