mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Fix naming error
This commit is contained in:
@@ -38,7 +38,7 @@ public class VisionProcess {
|
||||
|
||||
// Thread to put frames on the dashboard
|
||||
this.cameraStreamer = new CameraStreamer(cameraProcess, name);
|
||||
this.streamRunnable = new CameraStramerRunnable(streamTimeMs, cameraStreamer);
|
||||
this.streamRunnable = new CameraStreamerRunnable(streamTimeMs, cameraStreamer);
|
||||
new Thread(streamRunnable).start();
|
||||
|
||||
// Thread to process vision data
|
||||
|
||||
Reference in New Issue
Block a user