mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Guarantee cameras always have the same ports (#123)
* Guarantee cameras always have the same ports * clean up cscore stuff * Fix stream api abuse
This commit is contained in:
@@ -52,6 +52,8 @@ public class CameraConfiguration {
|
||||
public int currentPipelineIndex = 0;
|
||||
public Rotation2d camPitch = new Rotation2d();
|
||||
|
||||
public int streamIndex = 0; // 0 index means ports [1181, 1182], 1 means [1183, 1184], etc...
|
||||
|
||||
@JsonIgnore // this ignores the pipes as we serialize them to their own subfolder
|
||||
public List<CVPipelineSettings> pipelineSettings = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user