mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
Auto reconnect to unconnected cameras (#40)
* Auto reconnect to unconnected cameras * Refactor vision source manager to not suck * Filter allowed video modes * Run spotless * Fix filtering * Update VisionSourceManager.java * Remove debug stuff * Add unit tests, rebase * run spotless * Fix config test * Fix settings not being saved * run spotless * oop * kil debug prints if we have no usb cams to match * whoooops * add braudcast * Actually save pipeline settings * fix memes * get right coeffs * Run spotless * run spotless * rebase and add some prints * Sorry min * Oops reimpl matching * Oops
This commit is contained in:
@@ -45,6 +45,7 @@ public class ConfigTest {
|
||||
TestUtils.loadLibraries();
|
||||
configMgr = new ConfigManager(Path.of("testconfigdir"));
|
||||
configMgr.load();
|
||||
|
||||
Logger.setLevel(LogGroup.General, LogLevel.TRACE);
|
||||
|
||||
REFLECTIVE_PIPELINE_SETTINGS = new ReflectivePipelineSettings();
|
||||
|
||||
Reference in New Issue
Block a user