mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
fixed compilation error for test class
This commit is contained in:
@@ -64,7 +64,7 @@ class StaticCaptureTest {
|
||||
|
||||
testPipeline.initPipeline(testCapture1);
|
||||
|
||||
var streamer = new CameraStreamer(testCapture1, "CargoSideStraightDark36in");
|
||||
var streamer = new CameraStreamer(testCapture1, "CargoSideStraightDark36in",testPipeline.settings.streamDivisor);
|
||||
|
||||
NetworkTableInstance.getDefault().startClient("localhost");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user